| Index: third_party/WebKit/Source/core/core.gypi
|
| diff --git a/third_party/WebKit/Source/core/core.gypi b/third_party/WebKit/Source/core/core.gypi
|
| index 54599e04c83f9e4345c3dd87b2387fd18b9db1ae..38300c9987044b7b62d3f7d6b2d9e531198b0739 100644
|
| --- a/third_party/WebKit/Source/core/core.gypi
|
| +++ b/third_party/WebKit/Source/core/core.gypi
|
| @@ -3903,6 +3903,7 @@
|
| 'core_testing_dictionary_idl_files': [
|
| 'testing/InternalDictionary.idl',
|
| 'testing/InternalDictionaryDerived.idl',
|
| + 'testing/InternalDictionaryDerivedDerived.idl',
|
| ],
|
| 'webcore_testing_idl_files': [
|
| 'testing/DictionaryTest.idl',
|
| @@ -3935,6 +3936,8 @@
|
| '<(blink_core_output_dir)/testing/InternalDictionary.h',
|
| '<(blink_core_output_dir)/testing/InternalDictionaryDerived.cpp',
|
| '<(blink_core_output_dir)/testing/InternalDictionaryDerived.h',
|
| + '<(blink_core_output_dir)/testing/InternalDictionaryDerivedDerived.cpp',
|
| + '<(blink_core_output_dir)/testing/InternalDictionaryDerivedDerived.h',
|
| ],
|
| 'webcore_testing_files': [
|
| '<(blink_core_output_dir)/testing/InternalSettingsGenerated.cpp',
|
|
|