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

Unified Diff: Source/core/core.gyp

Issue 386963003: [WIP][NotForLand] IDL dictionary support (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: sequence and array support Created 6 years, 5 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/tests/results/V8TestObject.cpp ('k') | Source/core/core.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gyp
diff --git a/Source/core/core.gyp b/Source/core/core.gyp
index 2122d4ac5446ebd9e399fb7510cc94ae2617956e..26edddde6ddd710df174d327ae1f2d562e7a632c 100644
--- a/Source/core/core.gyp
+++ b/Source/core/core.gyp
@@ -248,6 +248,7 @@
# These files include all the .cpp files generated from the .idl files
# in webcore_files.
'<@(bindings_core_v8_generated_aggregate_files)',
+ '<(bindings_core_dictionaries_generated_aggregate_file)',
# Additional .cpp files for HashTools.h
'<(blink_core_output_dir)/CSSPropertyNames.cpp',
« no previous file with comments | « Source/bindings/tests/results/V8TestObject.cpp ('k') | Source/core/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698