Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(113)

Unified Diff: third_party/WebKit/Source/bindings/modules/v8/BUILD.gn

Issue 2841443005: [Bindings] Create and use V8 context snapshots (Closed)
Patch Set: Fix some behaviors Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/bindings/modules/v8/BUILD.gn
diff --git a/third_party/WebKit/Source/bindings/modules/v8/BUILD.gn b/third_party/WebKit/Source/bindings/modules/v8/BUILD.gn
index 82d9b97d2e6a11b48e22f0828c5097b5ce560bf7..f049aff65d1d2d2e2a10d30fd830b806aec58404 100644
--- a/third_party/WebKit/Source/bindings/modules/v8/BUILD.gn
+++ b/third_party/WebKit/Source/bindings/modules/v8/BUILD.gn
@@ -13,6 +13,7 @@ group("bindings_modules_generated") {
public_deps = [
":bindings_modules_impl_generated",
":bindings_modules_v8_generated_init_partial",
+ ":bindings_v8_generated_reference_table",
Yuki 2017/05/12 15:20:10 "reference_table" seems not clear about what it is
peria 2017/06/01 08:33:31 Done.
":generate_bindings_modules_v8_interfaces",
":generate_bindings_modules_v8_partial_interfaces",
]
@@ -68,3 +69,11 @@ action("bindings_modules_v8_generated_init_partial") {
"//third_party/WebKit/Source/bindings/modules:interfaces_info",
]
}
+
+idl_reference_table("bindings_v8_generated_reference_table") {
+ sources = core_idl_files + core_idl_with_modules_dependency_files +
+ modules_definition_idl_files
+ target_component = "modules"
+ outputs = bindings_generated_reference_files
+ output_dir = bindings_modules_v8_output_dir
+}

Powered by Google App Engine
This is Rietveld 408576698