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

Unified Diff: Source/core/core.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/core/core.gyp ('k') | Source/core/core_generated.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index fc67ef624c64537957663655e1c079e14794483a..e15d0a9532656452df197a2779aab5bfe351ae31 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1,4 +1,7 @@
{
+ 'includes': [
+ 'core_generated.gypi',
+ ],
'variables': {
# Files for which bindings (.cpp and .h files) will be generated
'core_idl_files': [
@@ -3299,12 +3302,12 @@
'testing/TypeConversions.idl',
],
'generated_webcore_testing_idl_files': [
- '<(SHARED_INTERMEDIATE_DIR)/blink/InternalRuntimeFlags.idl',
- '<(SHARED_INTERMEDIATE_DIR)/blink/InternalSettingsGenerated.idl',
+ '<(blink_core_output_dir)/InternalRuntimeFlags.idl',
+ '<(blink_core_output_dir)/InternalSettingsGenerated.idl',
],
'webcore_testing_files': [
- '<(SHARED_INTERMEDIATE_DIR)/blink/InternalSettingsGenerated.cpp',
- '<(SHARED_INTERMEDIATE_DIR)/blink/InternalSettingsGenerated.h',
+ '<(blink_core_output_dir)/InternalSettingsGenerated.cpp',
+ '<(blink_core_output_dir)/InternalSettingsGenerated.h',
'testing/DummyPageHolder.cpp',
'testing/DummyPageHolder.h',
'testing/GCObservation.cpp',
« no previous file with comments | « Source/core/core.gyp ('k') | Source/core/core_generated.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698