Chromium Code Reviews| Index: Source/core/core.gypi |
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi |
| index 9d56ae8060767e4f90219b154e9230bb068c83c7..49eb80358083f9bfbda50097dd228b1cee5d85e8 100644 |
| --- a/Source/core/core.gypi |
| +++ b/Source/core/core.gypi |
| @@ -3325,7 +3325,23 @@ |
| 'svg/properties/SVGAnimatedProperty.cpp', |
| 'svg/properties/SVGPropertyTearOff.cpp', |
| ], |
| + # FIXME: http://crbug.com/403150 |
| + # Add 'core_dictionary_idl_files' and |
| + # 'generated_core_dictionary_files' variables. |
| + # The variables should contain IDL dictionary files and generated files |
| + # They would look like below: |
| + # 'core_dictionary_idl_files': [ |
| + # 'css/FontFaceDescriptors.idl', |
| + # ], |
| + # 'generated_core_dictionary_files': [ |
| + # '<(blink_core_output_dir)/css/FontFaceDescriptors.cpp', |
| + # '<(blink_core_output_dir)/css/FontFaceDescriptors.h', |
| + # ], |
| + 'core_testing_dictionary_idl_files': [ |
| + 'testing/TestingDictionary.idl', |
| + ], |
| 'webcore_testing_idl_files': [ |
| + 'testing/DictionaryTest.idl', |
| 'testing/GarbageCollectedScriptWrappable.idl', |
| 'testing/GCObservation.idl', |
| 'testing/InternalProfilers.idl', |
| @@ -3344,9 +3360,16 @@ |
| '<(blink_core_output_dir)/InternalRuntimeFlags.idl', |
| '<(blink_core_output_dir)/InternalSettingsGenerated.idl', |
| ], |
| + 'generated_core_testing_dictionary_files': [ |
| + '<(blink_core_output_dir)/testing/TestingDictionary.cpp', |
| + '<(blink_core_output_dir)/testing/TestingDictionary.h', |
| + ], |
| 'webcore_testing_files': [ |
| + '<@(generated_core_testing_dictionary_files)', |
|
brettw
2014/08/14 22:26:29
Unless I'm misunderstanding something, I'm surpris
bashi
2014/08/15 00:14:54
Thank you for the detailed explanation! I removed
|
| '<(blink_core_output_dir)/InternalSettingsGenerated.cpp', |
| '<(blink_core_output_dir)/InternalSettingsGenerated.h', |
| + 'testing/DictionaryTest.cpp', |
| + 'testing/DictionaryTest.h', |
| 'testing/DummyPageHolder.cpp', |
| 'testing/DummyPageHolder.h', |
| 'testing/GarbageCollectedScriptWrappable.cpp', |