| 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 3700 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3711 '<(blink_core_output_dir)/testing/InternalDictionary.cpp', | 3711 '<(blink_core_output_dir)/testing/InternalDictionary.cpp', |
| 3712 '<(blink_core_output_dir)/testing/InternalDictionary.h', | 3712 '<(blink_core_output_dir)/testing/InternalDictionary.h', |
| 3713 '<(blink_core_output_dir)/testing/InternalDictionaryDerived.cpp', | 3713 '<(blink_core_output_dir)/testing/InternalDictionaryDerived.cpp', |
| 3714 '<(blink_core_output_dir)/testing/InternalDictionaryDerived.h', | 3714 '<(blink_core_output_dir)/testing/InternalDictionaryDerived.h', |
| 3715 '<(blink_core_output_dir)/testing/PluginPlaceholderOptions.cpp', | 3715 '<(blink_core_output_dir)/testing/PluginPlaceholderOptions.cpp', |
| 3716 '<(blink_core_output_dir)/testing/PluginPlaceholderOptions.h', | 3716 '<(blink_core_output_dir)/testing/PluginPlaceholderOptions.h', |
| 3717 ], | 3717 ], |
| 3718 'webcore_testing_files': [ | 3718 'webcore_testing_files': [ |
| 3719 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.cpp', | 3719 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.cpp', |
| 3720 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.h', | 3720 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.h', |
| 3721 'testing/CoreTestHelpers.cpp', |
| 3722 'testing/CoreTestHelpers.h', |
| 3721 'testing/DictionaryTest.cpp', | 3723 'testing/DictionaryTest.cpp', |
| 3722 'testing/DictionaryTest.h', | 3724 'testing/DictionaryTest.h', |
| 3723 'testing/DummyPageHolder.cpp', | 3725 'testing/DummyPageHolder.cpp', |
| 3724 'testing/DummyPageHolder.h', | 3726 'testing/DummyPageHolder.h', |
| 3725 'testing/GCObservation.cpp', | 3727 'testing/GCObservation.cpp', |
| 3726 'testing/GCObservation.h', | 3728 'testing/GCObservation.h', |
| 3727 'testing/GarbageCollectedScriptWrappable.cpp', | 3729 'testing/GarbageCollectedScriptWrappable.cpp', |
| 3728 'testing/GarbageCollectedScriptWrappable.h', | 3730 'testing/GarbageCollectedScriptWrappable.h', |
| 3729 'testing/InternalSettings.cpp', | 3731 'testing/InternalSettings.cpp', |
| 3730 'testing/InternalSettings.h', | 3732 'testing/InternalSettings.h', |
| (...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3894 'style/ComputedStyleTest.cpp', | 3896 'style/ComputedStyleTest.cpp', |
| 3895 'style/OutlineValueTest.cpp', | 3897 'style/OutlineValueTest.cpp', |
| 3896 'style/SVGComputedStyleTest.cpp', | 3898 'style/SVGComputedStyleTest.cpp', |
| 3897 'testing/PrivateScriptTestTest.cpp', | 3899 'testing/PrivateScriptTestTest.cpp', |
| 3898 'timing/MemoryInfoTest.cpp', | 3900 'timing/MemoryInfoTest.cpp', |
| 3899 'workers/WorkerThreadTest.cpp', | 3901 'workers/WorkerThreadTest.cpp', |
| 3900 'xml/parser/SharedBufferReaderTest.cpp', | 3902 'xml/parser/SharedBufferReaderTest.cpp', |
| 3901 ], | 3903 ], |
| 3902 } | 3904 } |
| 3903 } | 3905 } |
| OLD | NEW |