| OLD | NEW |
| 1 { | 1 { |
| 2 'includes': [ | 2 'includes': [ |
| 3 'core_generated.gypi', | 3 'core_generated.gypi', |
| 4 ], | 4 ], |
| 5 'variables': { | 5 'variables': { |
| 6 # Files for which bindings (.cpp and .h files) will be generated | 6 # Files for which bindings (.cpp and .h files) will be generated |
| 7 'core_idl_files': [ | 7 'core_idl_files': [ |
| 8 'animation/KeyframeEffect.idl', | 8 'animation/KeyframeEffect.idl', |
| 9 'animation/EffectModel.idl', | 9 'animation/EffectModel.idl', |
| 10 'animation/AnimationEffectReadOnly.idl', | 10 'animation/AnimationEffectReadOnly.idl', |
| (...skipping 3823 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3834 ], | 3834 ], |
| 3835 'generated_core_testing_dictionary_files': [ | 3835 'generated_core_testing_dictionary_files': [ |
| 3836 '<(blink_core_output_dir)/testing/InternalDictionary.cpp', | 3836 '<(blink_core_output_dir)/testing/InternalDictionary.cpp', |
| 3837 '<(blink_core_output_dir)/testing/InternalDictionary.h', | 3837 '<(blink_core_output_dir)/testing/InternalDictionary.h', |
| 3838 '<(blink_core_output_dir)/testing/InternalDictionaryDerived.cpp', | 3838 '<(blink_core_output_dir)/testing/InternalDictionaryDerived.cpp', |
| 3839 '<(blink_core_output_dir)/testing/InternalDictionaryDerived.h', | 3839 '<(blink_core_output_dir)/testing/InternalDictionaryDerived.h', |
| 3840 ], | 3840 ], |
| 3841 'webcore_testing_files': [ | 3841 'webcore_testing_files': [ |
| 3842 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.cpp', | 3842 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.cpp', |
| 3843 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.h', | 3843 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.h', |
| 3844 '<(blink_core_output_dir)/testing/InternalRuntimeFlags.cpp', |
| 3845 '<(blink_core_output_dir)/testing/InternalRuntimeFlags.h', |
| 3844 'origin_trials/testing/InternalsFrobulate.cpp', | 3846 'origin_trials/testing/InternalsFrobulate.cpp', |
| 3845 'origin_trials/testing/InternalsFrobulate.h', | 3847 'origin_trials/testing/InternalsFrobulate.h', |
| 3846 'testing/DictionaryTest.cpp', | 3848 'testing/DictionaryTest.cpp', |
| 3847 'testing/DictionaryTest.h', | 3849 'testing/DictionaryTest.h', |
| 3848 'testing/DummyPageHolder.cpp', | 3850 'testing/DummyPageHolder.cpp', |
| 3849 'testing/DummyPageHolder.h', | 3851 'testing/DummyPageHolder.h', |
| 3850 'testing/GCObservation.cpp', | 3852 'testing/GCObservation.cpp', |
| 3851 'testing/GCObservation.h', | 3853 'testing/GCObservation.h', |
| 3852 'testing/GarbageCollectedScriptWrappable.cpp', | 3854 'testing/GarbageCollectedScriptWrappable.cpp', |
| 3853 'testing/GarbageCollectedScriptWrappable.h', | 3855 'testing/GarbageCollectedScriptWrappable.h', |
| (...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4094 'svg/SVGPathParserTest.cpp', | 4096 'svg/SVGPathParserTest.cpp', |
| 4095 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4097 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 4096 'testing/PrivateScriptTestTest.cpp', | 4098 'testing/PrivateScriptTestTest.cpp', |
| 4097 'timing/MemoryInfoTest.cpp', | 4099 'timing/MemoryInfoTest.cpp', |
| 4098 'workers/WorkerThreadTest.cpp', | 4100 'workers/WorkerThreadTest.cpp', |
| 4099 'workers/WorkerThreadTestHelper.h', | 4101 'workers/WorkerThreadTestHelper.h', |
| 4100 'xml/parser/SharedBufferReaderTest.cpp', | 4102 'xml/parser/SharedBufferReaderTest.cpp', |
| 4101 ], | 4103 ], |
| 4102 } | 4104 } |
| 4103 } | 4105 } |
| OLD | NEW |