chromium/android_webview/js_sandbox/service/BUILD.gn

# 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",
  ]

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

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