| 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 918 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 929 'css/invalidation/StyleInvalidator.cpp', | 929 'css/invalidation/StyleInvalidator.cpp', |
| 930 'css/invalidation/StyleInvalidator.h', | 930 'css/invalidation/StyleInvalidator.h', |
| 931 'css/invalidation/StyleSheetInvalidationAnalysis.cpp', | 931 'css/invalidation/StyleSheetInvalidationAnalysis.cpp', |
| 932 'css/invalidation/StyleSheetInvalidationAnalysis.h', | 932 'css/invalidation/StyleSheetInvalidationAnalysis.h', |
| 933 'css/parser/BisonCSSParser.h', | 933 'css/parser/BisonCSSParser.h', |
| 934 'css/parser/BisonCSSTokenizer.h', | 934 'css/parser/BisonCSSTokenizer.h', |
| 935 'css/parser/CSSParser.cpp', | 935 'css/parser/CSSParser.cpp', |
| 936 'css/parser/CSSParser.h', | 936 'css/parser/CSSParser.h', |
| 937 'css/parser/CSSParserFastPaths.cpp', | 937 'css/parser/CSSParserFastPaths.cpp', |
| 938 'css/parser/CSSParserFastPaths.h', | 938 'css/parser/CSSParserFastPaths.h', |
| 939 'css/parser/CSSParserImpl.cpp', |
| 940 'css/parser/CSSParserImpl.h', |
| 939 'css/parser/CSSParserMode.cpp', | 941 'css/parser/CSSParserMode.cpp', |
| 940 'css/parser/CSSParserMode.h', | 942 'css/parser/CSSParserMode.h', |
| 941 'css/parser/CSSParserValues.cpp', | 943 'css/parser/CSSParserValues.cpp', |
| 942 'css/parser/CSSPropertyParser.cpp', | 944 'css/parser/CSSPropertyParser.cpp', |
| 943 'css/parser/CSSPropertyParser.h', | 945 'css/parser/CSSPropertyParser.h', |
| 944 'css/parser/CSSParserToken.cpp', | 946 'css/parser/CSSParserToken.cpp', |
| 945 'css/parser/CSSTokenizer.cpp', | 947 'css/parser/CSSTokenizer.cpp', |
| 946 'css/parser/CSSTokenizerInputStream.cpp', | 948 'css/parser/CSSTokenizerInputStream.cpp', |
| 947 'css/parser/MediaQueryBlockWatcher.cpp', | 949 'css/parser/MediaQueryBlockWatcher.cpp', |
| 948 'css/parser/MediaQueryParser.cpp', | 950 'css/parser/MediaQueryParser.cpp', |
| (...skipping 2671 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3620 'rendering/style/OutlineValueTest.cpp', | 3622 'rendering/style/OutlineValueTest.cpp', |
| 3621 'rendering/style/RenderStyleTest.cpp', | 3623 'rendering/style/RenderStyleTest.cpp', |
| 3622 'testing/PrivateScriptTestTest.cpp', | 3624 'testing/PrivateScriptTestTest.cpp', |
| 3623 'streams/ReadableStreamTest.cpp', | 3625 'streams/ReadableStreamTest.cpp', |
| 3624 'testing/UnitTestHelpers.cpp', | 3626 'testing/UnitTestHelpers.cpp', |
| 3625 'testing/UnitTestHelpers.h', | 3627 'testing/UnitTestHelpers.h', |
| 3626 'xml/parser/SharedBufferReaderTest.cpp', | 3628 'xml/parser/SharedBufferReaderTest.cpp', |
| 3627 ], | 3629 ], |
| 3628 } | 3630 } |
| 3629 } | 3631 } |
| OLD | NEW |