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', |