| 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 3007 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3018 'html/parser/HTMLTokenizer.cpp', | 3018 'html/parser/HTMLTokenizer.cpp', |
| 3019 'html/parser/HTMLTokenizer.h', | 3019 'html/parser/HTMLTokenizer.h', |
| 3020 'html/parser/HTMLTreeBuilder.cpp', | 3020 'html/parser/HTMLTreeBuilder.cpp', |
| 3021 'html/parser/HTMLTreeBuilder.h', | 3021 'html/parser/HTMLTreeBuilder.h', |
| 3022 'html/parser/HTMLTreeBuilderSimulator.cpp', | 3022 'html/parser/HTMLTreeBuilderSimulator.cpp', |
| 3023 'html/parser/HTMLTreeBuilderSimulator.h', | 3023 'html/parser/HTMLTreeBuilderSimulator.h', |
| 3024 'html/parser/HTMLViewSourceParser.cpp', | 3024 'html/parser/HTMLViewSourceParser.cpp', |
| 3025 'html/parser/HTMLViewSourceParser.h', | 3025 'html/parser/HTMLViewSourceParser.h', |
| 3026 'html/parser/InputStreamPreprocessor.h', | 3026 'html/parser/InputStreamPreprocessor.h', |
| 3027 'html/parser/NestingLevelIncrementer.h', | 3027 'html/parser/NestingLevelIncrementer.h', |
| 3028 'html/parser/ParsedChunkQueue.cpp', | |
| 3029 'html/parser/ParsedChunkQueue.h', | |
| 3030 'html/parser/PreloadRequest.cpp', | 3028 'html/parser/PreloadRequest.cpp', |
| 3031 'html/parser/ResourcePreloader.cpp', | 3029 'html/parser/ResourcePreloader.cpp', |
| 3032 'html/parser/TextDocumentParser.cpp', | 3030 'html/parser/TextDocumentParser.cpp', |
| 3033 'html/parser/TextDocumentParser.h', | 3031 'html/parser/TextDocumentParser.h', |
| 3034 'html/parser/TextResourceDecoder.cpp', | 3032 'html/parser/TextResourceDecoder.cpp', |
| 3035 'html/parser/TextResourceDecoder.h', | 3033 'html/parser/TextResourceDecoder.h', |
| 3036 'html/parser/XSSAuditor.cpp', | 3034 'html/parser/XSSAuditor.cpp', |
| 3037 'html/parser/XSSAuditor.h', | 3035 'html/parser/XSSAuditor.h', |
| 3038 'html/parser/XSSAuditorDelegate.cpp', | 3036 'html/parser/XSSAuditorDelegate.cpp', |
| 3039 'html/parser/XSSAuditorDelegate.h', | 3037 'html/parser/XSSAuditorDelegate.h', |
| (...skipping 847 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3887 'style/SVGComputedStyleTest.cpp', | 3885 'style/SVGComputedStyleTest.cpp', |
| 3888 'svg/SVGPathParserTest.cpp', | 3886 'svg/SVGPathParserTest.cpp', |
| 3889 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3887 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 3890 'testing/PrivateScriptTestTest.cpp', | 3888 'testing/PrivateScriptTestTest.cpp', |
| 3891 'timing/MemoryInfoTest.cpp', | 3889 'timing/MemoryInfoTest.cpp', |
| 3892 'workers/WorkerThreadTest.cpp', | 3890 'workers/WorkerThreadTest.cpp', |
| 3893 'xml/parser/SharedBufferReaderTest.cpp', | 3891 'xml/parser/SharedBufferReaderTest.cpp', |
| 3894 ], | 3892 ], |
| 3895 } | 3893 } |
| 3896 } | 3894 } |
| OLD | NEW |