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

Unified Diff: Source/bindings/modules/modules.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/modules/generated.gyp ('k') | Source/bindings/scripts/compute_global_objects.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/modules/modules.gypi
diff --git a/Source/bindings/modules/modules.gypi b/Source/bindings/modules/modules.gypi
index 9ef222425587bcf119555320fe220825aad205a4..9a599625fb0bd6e089221d1d3aa1f3460801e085 100644
--- a/Source/bindings/modules/modules.gypi
+++ b/Source/bindings/modules/modules.gypi
@@ -9,6 +9,6 @@
],
'variables': {
- 'bindings_modules_output_dir': '<(bindings_output_dir)/modules',
+ 'bindings_modules_output_dir': '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/modules',
},
}
« no previous file with comments | « Source/bindings/modules/generated.gyp ('k') | Source/bindings/scripts/compute_global_objects.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698