| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index 7def9398bba0b12f14998b98b8114aeb58a1a477..b90f425bfa2daac79c616dd92164155532fad555 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -3718,6 +3718,8 @@
|
| 'webcore_testing_files': [
|
| '<(blink_core_output_dir)/testing/InternalSettingsGenerated.cpp',
|
| '<(blink_core_output_dir)/testing/InternalSettingsGenerated.h',
|
| + 'testing/CoreTestHelpers.cpp',
|
| + 'testing/CoreTestHelpers.h',
|
| 'testing/DictionaryTest.cpp',
|
| 'testing/DictionaryTest.h',
|
| 'testing/DummyPageHolder.cpp',
|
|
|