| 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 3669 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3680 '<(blink_core_output_dir)/testing/InternalDictionary.cpp', | 3680 '<(blink_core_output_dir)/testing/InternalDictionary.cpp', |
| 3681 '<(blink_core_output_dir)/testing/InternalDictionary.h', | 3681 '<(blink_core_output_dir)/testing/InternalDictionary.h', |
| 3682 '<(blink_core_output_dir)/testing/InternalDictionaryDerived.cpp', | 3682 '<(blink_core_output_dir)/testing/InternalDictionaryDerived.cpp', |
| 3683 '<(blink_core_output_dir)/testing/InternalDictionaryDerived.h', | 3683 '<(blink_core_output_dir)/testing/InternalDictionaryDerived.h', |
| 3684 '<(blink_core_output_dir)/testing/PluginPlaceholderOptions.cpp', | 3684 '<(blink_core_output_dir)/testing/PluginPlaceholderOptions.cpp', |
| 3685 '<(blink_core_output_dir)/testing/PluginPlaceholderOptions.h', | 3685 '<(blink_core_output_dir)/testing/PluginPlaceholderOptions.h', |
| 3686 ], | 3686 ], |
| 3687 'webcore_testing_files': [ | 3687 'webcore_testing_files': [ |
| 3688 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.cpp', | 3688 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.cpp', |
| 3689 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.h', | 3689 '<(blink_core_output_dir)/testing/InternalSettingsGenerated.h', |
| 3690 'testing/CoreTestHelpers.cpp', | |
| 3691 'testing/CoreTestHelpers.h', | |
| 3692 'testing/DictionaryTest.cpp', | 3690 'testing/DictionaryTest.cpp', |
| 3693 'testing/DictionaryTest.h', | 3691 'testing/DictionaryTest.h', |
| 3694 'testing/DummyPageHolder.cpp', | 3692 'testing/DummyPageHolder.cpp', |
| 3695 'testing/DummyPageHolder.h', | 3693 'testing/DummyPageHolder.h', |
| 3696 'testing/GCObservation.cpp', | 3694 'testing/GCObservation.cpp', |
| 3697 'testing/GCObservation.h', | 3695 'testing/GCObservation.h', |
| 3698 'testing/GarbageCollectedScriptWrappable.cpp', | 3696 'testing/GarbageCollectedScriptWrappable.cpp', |
| 3699 'testing/GarbageCollectedScriptWrappable.h', | 3697 'testing/GarbageCollectedScriptWrappable.h', |
| 3700 'testing/InternalSettings.cpp', | 3698 'testing/InternalSettings.cpp', |
| 3701 'testing/InternalSettings.h', | 3699 'testing/InternalSettings.h', |
| (...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3859 'paint/LayerClipRecorderTest.cpp', | 3857 'paint/LayerClipRecorderTest.cpp', |
| 3860 'paint/LayoutObjectDrawingRecorderTest.cpp', | 3858 'paint/LayoutObjectDrawingRecorderTest.cpp', |
| 3861 'paint/TextPainterTest.cpp', | 3859 'paint/TextPainterTest.cpp', |
| 3862 'streams/ReadableStreamReaderTest.cpp', | 3860 'streams/ReadableStreamReaderTest.cpp', |
| 3863 'streams/ReadableStreamTest.cpp', | 3861 'streams/ReadableStreamTest.cpp', |
| 3864 'testing/PrivateScriptTestTest.cpp', | 3862 'testing/PrivateScriptTestTest.cpp', |
| 3865 'xml/parser/SharedBufferReaderTest.cpp', | 3863 'xml/parser/SharedBufferReaderTest.cpp', |
| 3866 ], | 3864 ], |
| 3867 } | 3865 } |
| 3868 } | 3866 } |
| OLD | NEW |