| 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/Animation.idl', | 8 'animation/Animation.idl', |
| 9 'animation/AnimationEffect.idl', | 9 'animation/AnimationEffect.idl', |
| 10 'animation/AnimationNode.idl', | 10 'animation/AnimationNode.idl', |
| (...skipping 3676 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3687 '<(blink_core_output_dir)/testing/InternalDictionary.cpp', | 3687 '<(blink_core_output_dir)/testing/InternalDictionary.cpp', |
| 3688 '<(blink_core_output_dir)/testing/InternalDictionary.h', | 3688 '<(blink_core_output_dir)/testing/InternalDictionary.h', |
| 3689 '<(blink_core_output_dir)/testing/InternalDictionaryDerived.cpp', | 3689 '<(blink_core_output_dir)/testing/InternalDictionaryDerived.cpp', |
| 3690 '<(blink_core_output_dir)/testing/InternalDictionaryDerived.h', | 3690 '<(blink_core_output_dir)/testing/InternalDictionaryDerived.h', |
| 3691 '<(blink_core_output_dir)/testing/PluginPlaceholderOptions.cpp', | 3691 '<(blink_core_output_dir)/testing/PluginPlaceholderOptions.cpp', |
| 3692 '<(blink_core_output_dir)/testing/PluginPlaceholderOptions.h', | 3692 '<(blink_core_output_dir)/testing/PluginPlaceholderOptions.h', |
| 3693 ], | 3693 ], |
| 3694 'webcore_testing_files': [ | 3694 'webcore_testing_files': [ |
| 3695 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.cpp', | 3695 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.cpp', |
| 3696 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.h', | 3696 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.h', |
| 3697 'testing/CoreTestHelpers.cpp', |
| 3698 'testing/CoreTestHelpers.h', |
| 3697 'testing/DictionaryTest.cpp', | 3699 'testing/DictionaryTest.cpp', |
| 3698 'testing/DictionaryTest.h', | 3700 'testing/DictionaryTest.h', |
| 3699 'testing/DummyPageHolder.cpp', | 3701 'testing/DummyPageHolder.cpp', |
| 3700 'testing/DummyPageHolder.h', | 3702 'testing/DummyPageHolder.h', |
| 3701 'testing/GCObservation.cpp', | 3703 'testing/GCObservation.cpp', |
| 3702 'testing/GCObservation.h', | 3704 'testing/GCObservation.h', |
| 3703 'testing/GarbageCollectedScriptWrappable.cpp', | 3705 'testing/GarbageCollectedScriptWrappable.cpp', |
| 3704 'testing/GarbageCollectedScriptWrappable.h', | 3706 'testing/GarbageCollectedScriptWrappable.h', |
| 3705 'testing/InternalSettings.cpp', | 3707 'testing/InternalSettings.cpp', |
| 3706 'testing/InternalSettings.h', | 3708 'testing/InternalSettings.h', |
| (...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3865 'paint/LayerClipRecorderTest.cpp', | 3867 'paint/LayerClipRecorderTest.cpp', |
| 3866 'paint/LayoutObjectDrawingRecorderTest.cpp', | 3868 'paint/LayoutObjectDrawingRecorderTest.cpp', |
| 3867 'paint/TextPainterTest.cpp', | 3869 'paint/TextPainterTest.cpp', |
| 3868 'streams/ReadableStreamReaderTest.cpp', | 3870 'streams/ReadableStreamReaderTest.cpp', |
| 3869 'streams/ReadableStreamTest.cpp', | 3871 'streams/ReadableStreamTest.cpp', |
| 3870 'testing/PrivateScriptTestTest.cpp', | 3872 'testing/PrivateScriptTestTest.cpp', |
| 3871 'xml/parser/SharedBufferReaderTest.cpp', | 3873 'xml/parser/SharedBufferReaderTest.cpp', |
| 3872 ], | 3874 ], |
| 3873 } | 3875 } |
| 3874 } | 3876 } |
| OLD | NEW |