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

Unified Diff: Source/modules/modules.gyp

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: Rebaseline3 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/core/core_generated.gyp ('k') | Source/modules/modules.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/modules.gyp
diff --git a/Source/modules/modules.gyp b/Source/modules/modules.gyp
index e0d1d9423527ebfe85964b49f41eb25050989719..6b0a36724308578c01c80558dd11e150da82545f 100644
--- a/Source/modules/modules.gyp
+++ b/Source/modules/modules.gyp
@@ -48,6 +48,12 @@
'BLINK_IMPLEMENTATION=1',
'INSIDE_BLINK',
],
+ 'include_dirs': [
+ # FIXME: Remove these once scripts generate qualified
+ # includes correctly: http://crbug.com/380054
+ '<(blink_core_output_dir)',
+ '<(blink_modules_output_dir)',
+ ],
'sources': [
'<@(modules_files)',
'<@(bindings_modules_v8_generated_aggregate_files)',
« no previous file with comments | « Source/core/core_generated.gyp ('k') | Source/modules/modules.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698