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

Unified Diff: Source/bindings/core/v8/BUILD.gn

Issue 429853002: IDL: Add build target for IDL dictionary impl generation in core (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 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
« no previous file with comments | « Source/bindings/core/idl.gypi ('k') | Source/bindings/core/v8/generated.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/core/v8/BUILD.gn
diff --git a/Source/bindings/core/v8/BUILD.gn b/Source/bindings/core/v8/BUILD.gn
index 750a144af356cc553683165e09e594a75df62002..b63a4d08d65c15061355e6efd653dda6f981ba61 100644
--- a/Source/bindings/core/v8/BUILD.gn
+++ b/Source/bindings/core/v8/BUILD.gn
@@ -13,6 +13,7 @@ visibility = "//third_party/WebKit/Source/*"
# bindings_core_v8_generated in core/v8/generated.gyp
group("bindings_core_v8_generated") {
deps = [
+ ":bindings_core_dictionary_impl_generated",
":bindings_core_v8_generated_aggregate",
":bindings_core_v8_generated_individual",
]
@@ -30,3 +31,13 @@ idl_compiler("bindings_core_v8_generated_individual") {
sources = core_interface_idl_files
output_dir = bindings_core_v8_output_dir
}
+
+# bindings_core_dictionary_impl_generated in Source/bindings/core/v8/generated.gyp
+idl_dictionary("bindings_core_dictionary_impl_generated") {
+ # FIXME: Add 'core_dictionary_idl_files' to sources
+ # See comment on core/core.gypi
+ sources = core_testing_dictionary_idl_files
+ # FIXME: Add 'generated_core_dictionary_files' to outputs
+ # See comment on core/core.gypi
+ outputs = generated_core_testing_dictionary_files
+}
« no previous file with comments | « Source/bindings/core/idl.gypi ('k') | Source/bindings/core/v8/generated.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698