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

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: 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
Index: Source/modules/modules.gyp
diff --git a/Source/modules/modules.gyp b/Source/modules/modules.gyp
index 5c3d8bab133ec3239c6caeb3bf748bf0da1670e0..970ecc76f32de9ec6019a7c5f534530c2068c216 100644
--- a/Source/modules/modules.gyp
+++ b/Source/modules/modules.gyp
@@ -48,6 +48,10 @@
'BLINK_IMPLEMENTATION=1',
'INSIDE_BLINK',
],
+ 'include_dirs': [
Nils Barth (inactive) 2014/06/04 06:09:28 Could you add a FIXME to remove once qualified, as
c.shu 2014/06/04 16:00:42 Done.
+ '<(core_output_dir)',
+ '<(modules_output_dir)',
+ ],
'sources': [
'<@(modules_files)',
'<@(bindings_modules_generated_aggregate_files)',

Powered by Google App Engine
This is Rietveld 408576698