| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index 25167fb793b67acf7c5c3dcced4e6793add54bfc..b27edfb7bcb8c5e4bffe3fce0d3669581d34975e 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -3715,6 +3715,8 @@
|
| 'testing/LayerRect.idl',
|
| 'testing/LayerRectList.idl',
|
| 'testing/TypeConversions.idl',
|
| + ],
|
| + 'deprecated_perl_generated_webcore_test_support_idl_files': [
|
| '<(SHARED_INTERMEDIATE_DIR)/blink/InternalSettingsGenerated.idl',
|
| '<(SHARED_INTERMEDIATE_DIR)/blink/InternalRuntimeFlags.idl',
|
| ],
|
| @@ -3741,6 +3743,8 @@
|
| 'testing/MockPagePopupDriver.cpp',
|
| 'testing/MockPagePopupDriver.h',
|
| 'testing/TypeConversions.h',
|
| + ],
|
| + 'generated_webcore_test_support_files': [
|
| '<(SHARED_INTERMEDIATE_DIR)/blink/InternalSettingsGenerated.cpp',
|
| '<(SHARED_INTERMEDIATE_DIR)/blink/InternalSettingsGenerated.h',
|
| ],
|
|
|