| 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 3245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3256 'html/parser/HTMLTokenizer.cpp', | 3256 'html/parser/HTMLTokenizer.cpp', |
| 3257 'html/parser/HTMLTokenizer.h', | 3257 'html/parser/HTMLTokenizer.h', |
| 3258 'html/parser/HTMLTreeBuilder.cpp', | 3258 'html/parser/HTMLTreeBuilder.cpp', |
| 3259 'html/parser/HTMLTreeBuilder.h', | 3259 'html/parser/HTMLTreeBuilder.h', |
| 3260 'html/parser/HTMLTreeBuilderSimulator.cpp', | 3260 'html/parser/HTMLTreeBuilderSimulator.cpp', |
| 3261 'html/parser/HTMLTreeBuilderSimulator.h', | 3261 'html/parser/HTMLTreeBuilderSimulator.h', |
| 3262 'html/parser/HTMLViewSourceParser.cpp', | 3262 'html/parser/HTMLViewSourceParser.cpp', |
| 3263 'html/parser/HTMLViewSourceParser.h', | 3263 'html/parser/HTMLViewSourceParser.h', |
| 3264 'html/parser/InputStreamPreprocessor.h', | 3264 'html/parser/InputStreamPreprocessor.h', |
| 3265 'html/parser/NestingLevelIncrementer.h', | 3265 'html/parser/NestingLevelIncrementer.h', |
| 3266 'html/parser/ParsedChunkQueue.cpp', | |
| 3267 'html/parser/ParsedChunkQueue.h', | |
| 3268 'html/parser/PreloadRequest.cpp', | 3266 'html/parser/PreloadRequest.cpp', |
| 3269 'html/parser/ResourcePreloader.cpp', | 3267 'html/parser/ResourcePreloader.cpp', |
| 3270 'html/parser/TextDocumentParser.cpp', | 3268 'html/parser/TextDocumentParser.cpp', |
| 3271 'html/parser/TextDocumentParser.h', | 3269 'html/parser/TextDocumentParser.h', |
| 3272 'html/parser/TextResourceDecoder.cpp', | 3270 'html/parser/TextResourceDecoder.cpp', |
| 3273 'html/parser/TextResourceDecoder.h', | 3271 'html/parser/TextResourceDecoder.h', |
| 3272 'html/parser/TokenizedChunkQueue.cpp', |
| 3273 'html/parser/TokenizedChunkQueue.h', |
| 3274 'html/parser/XSSAuditor.cpp', | 3274 'html/parser/XSSAuditor.cpp', |
| 3275 'html/parser/XSSAuditor.h', | 3275 'html/parser/XSSAuditor.h', |
| 3276 'html/parser/XSSAuditorDelegate.cpp', | 3276 'html/parser/XSSAuditorDelegate.cpp', |
| 3277 'html/parser/XSSAuditorDelegate.h', | 3277 'html/parser/XSSAuditorDelegate.h', |
| 3278 'html/shadow/ClearButtonElement.cpp', | 3278 'html/shadow/ClearButtonElement.cpp', |
| 3279 'html/shadow/ClearButtonElement.h', | 3279 'html/shadow/ClearButtonElement.h', |
| 3280 'html/shadow/DateTimeEditElement.cpp', | 3280 'html/shadow/DateTimeEditElement.cpp', |
| 3281 'html/shadow/DateTimeEditElement.h', | 3281 'html/shadow/DateTimeEditElement.h', |
| 3282 'html/shadow/DateTimeFieldElement.cpp', | 3282 'html/shadow/DateTimeFieldElement.cpp', |
| 3283 'html/shadow/DateTimeFieldElement.h', | 3283 'html/shadow/DateTimeFieldElement.h', |
| (...skipping 947 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4231 'testing/PrivateScriptTestTest.cpp', | 4231 'testing/PrivateScriptTestTest.cpp', |
| 4232 'timing/MemoryInfoTest.cpp', | 4232 'timing/MemoryInfoTest.cpp', |
| 4233 'timing/PerformanceBaseTest.cpp', | 4233 'timing/PerformanceBaseTest.cpp', |
| 4234 'timing/PerformanceObserverTest.cpp', | 4234 'timing/PerformanceObserverTest.cpp', |
| 4235 'workers/WorkerThreadTest.cpp', | 4235 'workers/WorkerThreadTest.cpp', |
| 4236 'workers/WorkerThreadTestHelper.h', | 4236 'workers/WorkerThreadTestHelper.h', |
| 4237 'xml/parser/SharedBufferReaderTest.cpp', | 4237 'xml/parser/SharedBufferReaderTest.cpp', |
| 4238 ], | 4238 ], |
| 4239 } | 4239 } |
| 4240 } | 4240 } |
| OLD | NEW |