1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
android_webview / js_sandbox / service / BUILD.gn [blame]
# 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" ]
}