| 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 4138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4149 'html/LinkRelAttributeTest.cpp', | 4149 'html/LinkRelAttributeTest.cpp', |
| 4150 'html/TimeRangesTest.cpp', | 4150 'html/TimeRangesTest.cpp', |
| 4151 'html/canvas/CanvasAsyncBlobCreatorTest.cpp', | 4151 'html/canvas/CanvasAsyncBlobCreatorTest.cpp', |
| 4152 'html/canvas/CanvasFontCacheTest.cpp', | 4152 'html/canvas/CanvasFontCacheTest.cpp', |
| 4153 'html/forms/EmailInputTypeTest.cpp', | 4153 'html/forms/EmailInputTypeTest.cpp', |
| 4154 'html/forms/FileInputTypeTest.cpp', | 4154 'html/forms/FileInputTypeTest.cpp', |
| 4155 'html/forms/OptionListTest.cpp', | 4155 'html/forms/OptionListTest.cpp', |
| 4156 'html/forms/StepRangeTest.cpp', | 4156 'html/forms/StepRangeTest.cpp', |
| 4157 'html/parser/AtomicHTMLTokenTest.cpp', | 4157 'html/parser/AtomicHTMLTokenTest.cpp', |
| 4158 'html/parser/CompactHTMLTokenTest.cpp', | 4158 'html/parser/CompactHTMLTokenTest.cpp', |
| 4159 'html/parser/HTMLDocumentParserTest.cpp', |
| 4159 'html/parser/HTMLEntityParserTest.cpp', | 4160 'html/parser/HTMLEntityParserTest.cpp', |
| 4160 'html/parser/HTMLParserIdiomsTest.cpp', | 4161 'html/parser/HTMLParserIdiomsTest.cpp', |
| 4161 'html/parser/HTMLParserThreadTest.cpp', | 4162 'html/parser/HTMLParserThreadTest.cpp', |
| 4162 'html/parser/HTMLPreloadScannerTest.cpp', | 4163 'html/parser/HTMLPreloadScannerTest.cpp', |
| 4163 'html/parser/HTMLResourcePreloaderTest.cpp', | 4164 'html/parser/HTMLResourcePreloaderTest.cpp', |
| 4164 'html/parser/HTMLSrcsetParserTest.cpp', | 4165 'html/parser/HTMLSrcsetParserTest.cpp', |
| 4165 'html/parser/HTMLTokenizerTest.cpp', | 4166 'html/parser/HTMLTokenizerTest.cpp', |
| 4166 'html/parser/HTMLTreeBuilderSimulatorTest.cpp', | 4167 'html/parser/HTMLTreeBuilderSimulatorTest.cpp', |
| 4167 'html/shadow/MediaControlsTest.cpp', | 4168 'html/shadow/MediaControlsTest.cpp', |
| 4168 'html/track/TextTrackListTest.cpp', | 4169 'html/track/TextTrackListTest.cpp', |
| (...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4239 'testing/PrivateScriptTestTest.cpp', | 4240 'testing/PrivateScriptTestTest.cpp', |
| 4240 'timing/MemoryInfoTest.cpp', | 4241 'timing/MemoryInfoTest.cpp', |
| 4241 'timing/PerformanceBaseTest.cpp', | 4242 'timing/PerformanceBaseTest.cpp', |
| 4242 'timing/PerformanceObserverTest.cpp', | 4243 'timing/PerformanceObserverTest.cpp', |
| 4243 'workers/WorkerThreadTest.cpp', | 4244 'workers/WorkerThreadTest.cpp', |
| 4244 'workers/WorkerThreadTestHelper.h', | 4245 'workers/WorkerThreadTestHelper.h', |
| 4245 'xml/parser/SharedBufferReaderTest.cpp', | 4246 'xml/parser/SharedBufferReaderTest.cpp', |
| 4246 ], | 4247 ], |
| 4247 } | 4248 } |
| 4248 } | 4249 } |
| OLD | NEW |