| 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 3638 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3649 '<(blink_core_output_dir)/testing/InternalDictionary.cpp', | 3649 '<(blink_core_output_dir)/testing/InternalDictionary.cpp', |
| 3650 '<(blink_core_output_dir)/testing/InternalDictionary.h', | 3650 '<(blink_core_output_dir)/testing/InternalDictionary.h', |
| 3651 '<(blink_core_output_dir)/testing/InternalDictionaryDerived.cpp', | 3651 '<(blink_core_output_dir)/testing/InternalDictionaryDerived.cpp', |
| 3652 '<(blink_core_output_dir)/testing/InternalDictionaryDerived.h', | 3652 '<(blink_core_output_dir)/testing/InternalDictionaryDerived.h', |
| 3653 '<(blink_core_output_dir)/testing/PluginPlaceholderOptions.cpp', | 3653 '<(blink_core_output_dir)/testing/PluginPlaceholderOptions.cpp', |
| 3654 '<(blink_core_output_dir)/testing/PluginPlaceholderOptions.h', | 3654 '<(blink_core_output_dir)/testing/PluginPlaceholderOptions.h', |
| 3655 ], | 3655 ], |
| 3656 'webcore_testing_files': [ | 3656 'webcore_testing_files': [ |
| 3657 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.cpp', | 3657 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.cpp', |
| 3658 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.h', | 3658 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.h', |
| 3659 'testing/CoreTestHelpers.cpp', | 3659 'testing/CoreTestPrinters.cpp', |
| 3660 'testing/CoreTestHelpers.h', | |
| 3661 'testing/DictionaryTest.cpp', | 3660 'testing/DictionaryTest.cpp', |
| 3662 'testing/DictionaryTest.h', | 3661 'testing/DictionaryTest.h', |
| 3663 'testing/DummyPageHolder.cpp', | 3662 'testing/DummyPageHolder.cpp', |
| 3664 'testing/DummyPageHolder.h', | 3663 'testing/DummyPageHolder.h', |
| 3665 'testing/GCObservation.cpp', | 3664 'testing/GCObservation.cpp', |
| 3666 'testing/GCObservation.h', | 3665 'testing/GCObservation.h', |
| 3667 'testing/GarbageCollectedScriptWrappable.cpp', | 3666 'testing/GarbageCollectedScriptWrappable.cpp', |
| 3668 'testing/GarbageCollectedScriptWrappable.h', | 3667 'testing/GarbageCollectedScriptWrappable.h', |
| 3669 'testing/InternalSettings.cpp', | 3668 'testing/InternalSettings.cpp', |
| 3670 'testing/InternalSettings.h', | 3669 'testing/InternalSettings.h', |
| (...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3857 'style/OutlineValueTest.cpp', | 3856 'style/OutlineValueTest.cpp', |
| 3858 'style/SVGComputedStyleTest.cpp', | 3857 'style/SVGComputedStyleTest.cpp', |
| 3859 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3858 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 3860 'testing/PrivateScriptTestTest.cpp', | 3859 'testing/PrivateScriptTestTest.cpp', |
| 3861 'timing/MemoryInfoTest.cpp', | 3860 'timing/MemoryInfoTest.cpp', |
| 3862 'workers/WorkerThreadTest.cpp', | 3861 'workers/WorkerThreadTest.cpp', |
| 3863 'xml/parser/SharedBufferReaderTest.cpp', | 3862 'xml/parser/SharedBufferReaderTest.cpp', |
| 3864 ], | 3863 ], |
| 3865 } | 3864 } |
| 3866 } | 3865 } |
| OLD | NEW |