chromium/ios/web_view/internal/js_messaging/BUILD.gn

# Copyright 2022 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

import("//ios/web/public/js_messaging/optimize_ts.gni")

optimize_ts("cwv_messaging_js") {
  sources =
      [ "//ios/web_view/internal/js_messaging/resources/cwv_messaging.ts" ]

  deps = [
    "//ios/web/public/js_messaging:gcrweb",
    "//ios/web/public/js_messaging:util_scripts",
  ]
}