| 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 3930 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3941 'dom/RangeTest.cpp', | 3941 'dom/RangeTest.cpp', |
| 3942 'dom/ScriptRunnerTest.cpp', | 3942 'dom/ScriptRunnerTest.cpp', |
| 3943 'dom/SelectorQueryTest.cpp', | 3943 'dom/SelectorQueryTest.cpp', |
| 3944 'dom/StyleElementTest.cpp', | 3944 'dom/StyleElementTest.cpp', |
| 3945 'dom/StyleEngineTest.cpp', | 3945 'dom/StyleEngineTest.cpp', |
| 3946 'dom/TextTest.cpp', | 3946 'dom/TextTest.cpp', |
| 3947 'dom/TreeScopeStyleSheetCollectionTest.cpp', | 3947 'dom/TreeScopeStyleSheetCollectionTest.cpp', |
| 3948 'dom/TreeScopeTest.cpp', | 3948 'dom/TreeScopeTest.cpp', |
| 3949 'dom/URLSearchParamsTest.cpp', | 3949 'dom/URLSearchParamsTest.cpp', |
| 3950 'dom/shadow/FlatTreeTraversalTest.cpp', | 3950 'dom/shadow/FlatTreeTraversalTest.cpp', |
| 3951 'editing/EditingCommandTest.cpp', |
| 3951 'editing/EditingStrategyTest.cpp', | 3952 'editing/EditingStrategyTest.cpp', |
| 3952 'editing/EditingTestBase.cpp', | 3953 'editing/EditingTestBase.cpp', |
| 3953 'editing/EditingTestBase.h', | 3954 'editing/EditingTestBase.h', |
| 3954 'editing/EditingUtilitiesTest.cpp', | 3955 'editing/EditingUtilitiesTest.cpp', |
| 3955 'editing/EditorTest.cpp', | 3956 'editing/EditorTest.cpp', |
| 3956 'editing/FrameSelectionTest.cpp', | 3957 'editing/FrameSelectionTest.cpp', |
| 3957 'editing/GranularityStrategyTest.cpp', | 3958 'editing/GranularityStrategyTest.cpp', |
| 3958 'editing/InputMethodControllerTest.cpp', | 3959 'editing/InputMethodControllerTest.cpp', |
| 3959 'editing/iterators/BackwardsTextBufferTest.cpp', | 3960 'editing/iterators/BackwardsTextBufferTest.cpp', |
| 3960 'editing/iterators/CharacterIteratorTest.cpp', | 3961 'editing/iterators/CharacterIteratorTest.cpp', |
| (...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4092 'svg/SVGPathParserTest.cpp', | 4093 'svg/SVGPathParserTest.cpp', |
| 4093 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4094 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 4094 'testing/PrivateScriptTestTest.cpp', | 4095 'testing/PrivateScriptTestTest.cpp', |
| 4095 'timing/MemoryInfoTest.cpp', | 4096 'timing/MemoryInfoTest.cpp', |
| 4096 'workers/WorkerThreadTest.cpp', | 4097 'workers/WorkerThreadTest.cpp', |
| 4097 'workers/WorkerThreadTestHelper.h', | 4098 'workers/WorkerThreadTestHelper.h', |
| 4098 'xml/parser/SharedBufferReaderTest.cpp', | 4099 'xml/parser/SharedBufferReaderTest.cpp', |
| 4099 ], | 4100 ], |
| 4100 } | 4101 } |
| 4101 } | 4102 } |
| OLD | NEW |