| 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 1370 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1381 'css/parser/CSSPropertyParserHelpers.cpp', | 1381 'css/parser/CSSPropertyParserHelpers.cpp', |
| 1382 'css/parser/CSSPropertyParserHelpers.h', | 1382 'css/parser/CSSPropertyParserHelpers.h', |
| 1383 'css/parser/CSSSelectorParser.cpp', | 1383 'css/parser/CSSSelectorParser.cpp', |
| 1384 'css/parser/CSSSelectorParser.h', | 1384 'css/parser/CSSSelectorParser.h', |
| 1385 'css/parser/CSSSupportsParser.cpp', | 1385 'css/parser/CSSSupportsParser.cpp', |
| 1386 'css/parser/CSSSupportsParser.h', | 1386 'css/parser/CSSSupportsParser.h', |
| 1387 'css/parser/CSSTokenizer.cpp', | 1387 'css/parser/CSSTokenizer.cpp', |
| 1388 'css/parser/CSSTokenizerInputStream.cpp', | 1388 'css/parser/CSSTokenizerInputStream.cpp', |
| 1389 'css/parser/CSSVariableParser.cpp', | 1389 'css/parser/CSSVariableParser.cpp', |
| 1390 'css/parser/CSSVariableParser.h', | 1390 'css/parser/CSSVariableParser.h', |
| 1391 'css/parser/LegacyCSSPropertyParser.cpp', | |
| 1392 'css/parser/MediaQueryBlockWatcher.cpp', | 1391 'css/parser/MediaQueryBlockWatcher.cpp', |
| 1393 'css/parser/MediaQueryParser.cpp', | 1392 'css/parser/MediaQueryParser.cpp', |
| 1394 'css/parser/SizesAttributeParser.cpp', | 1393 'css/parser/SizesAttributeParser.cpp', |
| 1395 'css/parser/SizesCalcParser.cpp', | 1394 'css/parser/SizesCalcParser.cpp', |
| 1396 'css/properties/CSSPropertyDescriptor.h', | 1395 'css/properties/CSSPropertyDescriptor.h', |
| 1397 'css/properties/CSSPropertyDescriptor.cpp', | 1396 'css/properties/CSSPropertyDescriptor.cpp', |
| 1398 'css/properties/CSSPropertyFunctions.h', | 1397 'css/properties/CSSPropertyFunctions.h', |
| 1399 'css/resolver/AnimatedStyleBuilder.cpp', | 1398 'css/resolver/AnimatedStyleBuilder.cpp', |
| 1400 'css/resolver/AnimatedStyleBuilder.h', | 1399 'css/resolver/AnimatedStyleBuilder.h', |
| 1401 'css/resolver/CSSToStyleMap.cpp', | 1400 'css/resolver/CSSToStyleMap.cpp', |
| (...skipping 2690 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4092 'svg/SVGPathParserTest.cpp', | 4091 'svg/SVGPathParserTest.cpp', |
| 4093 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4092 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 4094 'testing/PrivateScriptTestTest.cpp', | 4093 'testing/PrivateScriptTestTest.cpp', |
| 4095 'timing/MemoryInfoTest.cpp', | 4094 'timing/MemoryInfoTest.cpp', |
| 4096 'workers/WorkerThreadTest.cpp', | 4095 'workers/WorkerThreadTest.cpp', |
| 4097 'workers/WorkerThreadTestHelper.h', | 4096 'workers/WorkerThreadTestHelper.h', |
| 4098 'xml/parser/SharedBufferReaderTest.cpp', | 4097 'xml/parser/SharedBufferReaderTest.cpp', |
| 4099 ], | 4098 ], |
| 4100 } | 4099 } |
| 4101 } | 4100 } |
| OLD | NEW |