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

Unified Diff: Source/bindings/bindings.gypi

Issue 314783004: Separate the generated files from core and modules to their own sub-dirs. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: minor cleanup. 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 | « no previous file | Source/bindings/generated.gyp » ('j') | Source/core/core.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/bindings.gypi
diff --git a/Source/bindings/bindings.gypi b/Source/bindings/bindings.gypi
index 5046f6f09c63cc55ac991abf7d390b962e999401..153c60f25769f2c1aaeaaa7ac2b3b0b3981e4bf4 100644
--- a/Source/bindings/bindings.gypi
+++ b/Source/bindings/bindings.gypi
@@ -8,7 +8,8 @@
],
'variables': {
'bindings_dir': '.',
- 'blink_output_dir': '<(SHARED_INTERMEDIATE_DIR)/blink',
+ 'core_output_dir': '<(SHARED_INTERMEDIATE_DIR)/blink/core',
Nils Barth (inactive) 2014/06/04 09:37:12 This will actually be defined in: Source/core/core
c.shu 2014/06/04 16:00:42 Done.
+ 'modules_output_dir': '<(SHARED_INTERMEDIATE_DIR)/blink/modules',
'bindings_output_dir': '<(SHARED_INTERMEDIATE_DIR)/blink/bindings',
'bindings_unittest_files': [
'<@(bindings_v8_unittest_files)',
« no previous file with comments | « no previous file | Source/bindings/generated.gyp » ('j') | Source/core/core.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698