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

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

Issue 315003004: IDL build: Split global object computation into core and modules (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Move modules_global_objects to core/generated to eliminate circular dependency of GYP files Created 6 years, 6 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/bindings.gypi ('k') | Source/bindings/core/generated.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/core/core.gypi
diff --git a/Source/bindings/core/core.gypi b/Source/bindings/core/core.gypi
index 4e8dff36b2a12d6bd87349d140cb83182745aeee..fe020eb17dacd8f00a64c5fac8ec5fb652d911a2 100644
--- a/Source/bindings/core/core.gypi
+++ b/Source/bindings/core/core.gypi
@@ -11,6 +11,6 @@
],
'variables': {
- 'bindings_core_output_dir': '<(bindings_output_dir)/core',
+ 'bindings_core_output_dir': '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/core',
},
}
« no previous file with comments | « Source/bindings/bindings.gypi ('k') | Source/bindings/core/generated.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698