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

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: 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/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index c9a4fad94cc9b607e7ebe4fdc8be3de2de70a937..36c10d927760cf73a8eaf912989ff63eb340d1fb 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -3297,12 +3297,12 @@
'testing/TypeConversions.idl',
],
'generated_webcore_testing_idl_files': [
- '<(SHARED_INTERMEDIATE_DIR)/blink/InternalRuntimeFlags.idl',
- '<(SHARED_INTERMEDIATE_DIR)/blink/InternalSettingsGenerated.idl',
+ '<(core_output_dir)/InternalRuntimeFlags.idl',
+ '<(core_output_dir)/InternalSettingsGenerated.idl',
],
'webcore_testing_files': [
- '<(SHARED_INTERMEDIATE_DIR)/blink/InternalSettingsGenerated.cpp',
- '<(SHARED_INTERMEDIATE_DIR)/blink/InternalSettingsGenerated.h',
+ '<(core_output_dir)/InternalSettingsGenerated.cpp',
+ '<(core_output_dir)/InternalSettingsGenerated.h',
'testing/DummyPageHolder.cpp',
'testing/DummyPageHolder.h',
'testing/GCObservation.cpp',

Powered by Google App Engine
This is Rietveld 408576698