910e62b5创建于 1月15日历史提交
# Copyright 2019 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

source_set("js_sandbox") {
  sources = [
    "js_sandbox_array_buffer_allocator.cc",
    "js_sandbox_array_buffer_allocator.h",
    "js_sandbox_isolate.cc",
    "js_sandbox_isolate.h",
    "js_sandbox_isolate_callback.cc",
    "js_sandbox_isolate_callback.h",
    "js_sandbox_message_port.cc",
    "js_sandbox_message_port.h",
    "message_event.cc",
    "message_event.h",
  ]

  deps = [
    "//android_webview/common",
    "//android_webview/js_sandbox:js_sandbox_jni_headers",
    "//base",
  ]

  public_deps = [ "//gin" ]

  configs += [ "//v8:external_startup_data" ]
}