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

Unified Diff: Source/modules/modules.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: 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/modules/modules.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index 059148c7db082bd39b354704fa4a04a0ee0d67f6..8ddcec1b2560041f1e63bb7feea9339516e1aeb5 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -1,4 +1,8 @@
{
+ 'includes': [
+ '../core/core_generated.gypi',
+ 'modules_generated.gypi',
+ ],
'variables': {
# Experimental hooks for embedder to provide extra IDL and source files.
#
@@ -266,15 +270,15 @@
],
'generated_modules_files': [
# .cpp files from make_modules_generated actions.
- '<(SHARED_INTERMEDIATE_DIR)/blink/EventModules.cpp',
- '<(SHARED_INTERMEDIATE_DIR)/blink/EventModulesHeaders.h',
- '<(SHARED_INTERMEDIATE_DIR)/blink/EventModulesInterfaces.h',
- '<(SHARED_INTERMEDIATE_DIR)/blink/EventModulesNames.cpp',
- '<(SHARED_INTERMEDIATE_DIR)/blink/EventModulesNames.h',
- '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetModulesHeaders.h',
- '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetModulesInterfaces.h',
- '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetModulesNames.cpp',
- '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetModulesNames.h',
+ '<(blink_modules_output_dir)/EventModules.cpp',
+ '<(blink_modules_output_dir)/EventModulesHeaders.h',
+ '<(blink_modules_output_dir)/EventModulesInterfaces.h',
+ '<(blink_modules_output_dir)/EventModulesNames.cpp',
+ '<(blink_modules_output_dir)/EventModulesNames.h',
+ '<(blink_modules_output_dir)/EventTargetModulesHeaders.h',
+ '<(blink_modules_output_dir)/EventTargetModulesInterfaces.h',
+ '<(blink_modules_output_dir)/EventTargetModulesNames.cpp',
+ '<(blink_modules_output_dir)/EventTargetModulesNames.h',
],
'modules_files': [
'<@(extra_blink_module_files)',
« no previous file with comments | « Source/modules/modules.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698