| 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/Animation.idl', | 8 'animation/Animation.idl', |
| 9 'animation/AnimationEffect.idl', | 9 'animation/AnimationEffect.idl', |
| 10 'animation/AnimationNode.idl', | 10 'animation/AnimationNode.idl', |
| (...skipping 915 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 926 'css/invalidation/StyleInvalidator.cpp', | 926 'css/invalidation/StyleInvalidator.cpp', |
| 927 'css/invalidation/StyleInvalidator.h', | 927 'css/invalidation/StyleInvalidator.h', |
| 928 'css/invalidation/StyleSheetInvalidationAnalysis.cpp', | 928 'css/invalidation/StyleSheetInvalidationAnalysis.cpp', |
| 929 'css/invalidation/StyleSheetInvalidationAnalysis.h', | 929 'css/invalidation/StyleSheetInvalidationAnalysis.h', |
| 930 'css/parser/BisonCSSParser.h', | 930 'css/parser/BisonCSSParser.h', |
| 931 'css/parser/BisonCSSTokenizer.h', | 931 'css/parser/BisonCSSTokenizer.h', |
| 932 'css/parser/CSSParser.cpp', | 932 'css/parser/CSSParser.cpp', |
| 933 'css/parser/CSSParser.h', | 933 'css/parser/CSSParser.h', |
| 934 'css/parser/CSSParserFastPaths.cpp', | 934 'css/parser/CSSParserFastPaths.cpp', |
| 935 'css/parser/CSSParserFastPaths.h', | 935 'css/parser/CSSParserFastPaths.h', |
| 936 'css/parser/CSSParserImpl.cpp', |
| 937 'css/parser/CSSParserImpl.h', |
| 936 'css/parser/CSSParserMode.cpp', | 938 'css/parser/CSSParserMode.cpp', |
| 937 'css/parser/CSSParserMode.h', | 939 'css/parser/CSSParserMode.h', |
| 938 'css/parser/CSSParserValues.cpp', | 940 'css/parser/CSSParserValues.cpp', |
| 939 'css/parser/CSSPropertyParser.cpp', | 941 'css/parser/CSSPropertyParser.cpp', |
| 940 'css/parser/CSSPropertyParser.h', | 942 'css/parser/CSSPropertyParser.h', |
| 941 'css/parser/CSSParserToken.cpp', | 943 'css/parser/CSSParserToken.cpp', |
| 942 'css/parser/CSSTokenizer.cpp', | 944 'css/parser/CSSTokenizer.cpp', |
| 943 'css/parser/CSSTokenizerInputStream.cpp', | 945 'css/parser/CSSTokenizerInputStream.cpp', |
| 944 'css/parser/MediaQueryBlockWatcher.cpp', | 946 'css/parser/MediaQueryBlockWatcher.cpp', |
| 945 'css/parser/MediaQueryParser.cpp', | 947 'css/parser/MediaQueryParser.cpp', |
| (...skipping 2656 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3602 'rendering/style/OutlineValueTest.cpp', | 3604 'rendering/style/OutlineValueTest.cpp', |
| 3603 'rendering/style/RenderStyleTest.cpp', | 3605 'rendering/style/RenderStyleTest.cpp', |
| 3604 'testing/PrivateScriptTestTest.cpp', | 3606 'testing/PrivateScriptTestTest.cpp', |
| 3605 'streams/ReadableStreamTest.cpp', | 3607 'streams/ReadableStreamTest.cpp', |
| 3606 'testing/UnitTestHelpers.cpp', | 3608 'testing/UnitTestHelpers.cpp', |
| 3607 'testing/UnitTestHelpers.h', | 3609 'testing/UnitTestHelpers.h', |
| 3608 'xml/parser/SharedBufferReaderTest.cpp', | 3610 'xml/parser/SharedBufferReaderTest.cpp', |
| 3609 ], | 3611 ], |
| 3610 } | 3612 } |
| 3611 } | 3613 } |
| OLD | NEW |