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

Unified Diff: Source/bindings/core/generated.gyp

Issue 306633002: Split bindings output between core and modules! (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix aggregate paths Created 6 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
« no previous file with comments | « Source/bindings/core/core.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/generated.gyp
diff --git a/Source/bindings/core/generated.gyp b/Source/bindings/core/generated.gyp
index c0c7cc6afc76e76de1c1ca1b73b3a2137007aced..73c1288cca185d69cc8539fdf9b770f02eda35d2 100644
--- a/Source/bindings/core/generated.gyp
+++ b/Source/bindings/core/generated.gyp
@@ -10,6 +10,7 @@
'includes': [
'../bindings.gypi',
'../scripts/scripts.gypi',
+ 'core.gypi',
'idl.gypi',
],
@@ -33,7 +34,7 @@
'<@(core_generated_idl_files)',
],
'outputs': [
- '<(blink_output_dir)/InterfacesInfoCoreIndividual.pickle',
+ '<(bindings_core_output_dir)/InterfacesInfoCoreIndividual.pickle',
],
'action': [
'python',
@@ -41,7 +42,7 @@
'--idl-files-list',
'<(core_static_idl_files_list)',
'--interfaces-info-file',
- '<(blink_output_dir)/InterfacesInfoCoreIndividual.pickle',
+ '<(bindings_core_output_dir)/InterfacesInfoCoreIndividual.pickle',
'--write-file-only-if-changed',
'<(write_file_only_if_changed)',
'--',
« no previous file with comments | « Source/bindings/core/core.gypi ('k') | Source/bindings/core/v8/generated.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698