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

Unified Diff: Source/bindings/core/v8/generated.gypi

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/core/v8/generated.gyp ('k') | Source/bindings/scripts/aggregate_generated_dictionaries.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/core/v8/generated.gypi
diff --git a/Source/bindings/core/v8/generated.gypi b/Source/bindings/core/v8/generated.gypi
index a599286ad0519a82cb5d364f329adaaae909c557..5d1405ebeced303af7b8f51a9861c476919b03a0 100644
--- a/Source/bindings/core/v8/generated.gypi
+++ b/Source/bindings/core/v8/generated.gypi
@@ -5,6 +5,7 @@
{
'variables': {
'bindings_core_v8_output_dir': '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/core/v8',
+ 'bindings_core_impl_output_dir': '<(SHARED_INTERMEDIATE_DIR)/blink/',
'conditions': [
['OS=="win" and buildtype=="Official"', {
@@ -35,6 +36,7 @@
'<(bindings_core_v8_output_dir)/V8GeneratedCoreBindings18.cpp',
'<(bindings_core_v8_output_dir)/V8GeneratedCoreBindings19.cpp',
],
+ 'bindings_core_dictionaries_generated_aggregate_file': '<(bindings_core_impl_output_dir)/core/GeneratedCoreDictionaries.cpp',
}],
],
},
« no previous file with comments | « Source/bindings/core/v8/generated.gyp ('k') | Source/bindings/scripts/aggregate_generated_dictionaries.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698