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