| 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 2929 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2940 'html/parser/HTMLTreeBuilderSimulator.cpp', | 2940 'html/parser/HTMLTreeBuilderSimulator.cpp', |
| 2941 'html/parser/HTMLTreeBuilderSimulator.h', | 2941 'html/parser/HTMLTreeBuilderSimulator.h', |
| 2942 'html/parser/HTMLViewSourceParser.cpp', | 2942 'html/parser/HTMLViewSourceParser.cpp', |
| 2943 'html/parser/HTMLViewSourceParser.h', | 2943 'html/parser/HTMLViewSourceParser.h', |
| 2944 'html/parser/InputStreamPreprocessor.h', | 2944 'html/parser/InputStreamPreprocessor.h', |
| 2945 'html/parser/NestingLevelIncrementer.h', | 2945 'html/parser/NestingLevelIncrementer.h', |
| 2946 'html/parser/TextDocumentParser.cpp', | 2946 'html/parser/TextDocumentParser.cpp', |
| 2947 'html/parser/TextDocumentParser.h', | 2947 'html/parser/TextDocumentParser.h', |
| 2948 'html/parser/TextResourceDecoder.cpp', | 2948 'html/parser/TextResourceDecoder.cpp', |
| 2949 'html/parser/TextResourceDecoder.h', | 2949 'html/parser/TextResourceDecoder.h', |
| 2950 'html/parser/ThreadedDataReceiver.h', |
| 2950 'html/parser/XSSAuditor.cpp', | 2951 'html/parser/XSSAuditor.cpp', |
| 2951 'html/parser/XSSAuditor.h', | 2952 'html/parser/XSSAuditor.h', |
| 2952 'html/parser/XSSAuditorDelegate.cpp', | 2953 'html/parser/XSSAuditorDelegate.cpp', |
| 2953 'html/parser/XSSAuditorDelegate.h', | 2954 'html/parser/XSSAuditorDelegate.h', |
| 2954 'html/shadow/ClearButtonElement.cpp', | 2955 'html/shadow/ClearButtonElement.cpp', |
| 2955 'html/shadow/ClearButtonElement.h', | 2956 'html/shadow/ClearButtonElement.h', |
| 2956 'html/shadow/DateTimeEditElement.cpp', | 2957 'html/shadow/DateTimeEditElement.cpp', |
| 2957 'html/shadow/DateTimeEditElement.h', | 2958 'html/shadow/DateTimeEditElement.h', |
| 2958 'html/shadow/DateTimeFieldElement.cpp', | 2959 'html/shadow/DateTimeFieldElement.cpp', |
| 2959 'html/shadow/DateTimeFieldElement.h', | 2960 'html/shadow/DateTimeFieldElement.h', |
| (...skipping 796 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3756 'rendering/style/RenderStyleTest.cpp', | 3757 'rendering/style/RenderStyleTest.cpp', |
| 3757 'rendering/style/SVGRenderStyleTest.cpp', | 3758 'rendering/style/SVGRenderStyleTest.cpp', |
| 3758 'streams/ReadableStreamTest.cpp', | 3759 'streams/ReadableStreamTest.cpp', |
| 3759 'testing/PrivateScriptTestTest.cpp', | 3760 'testing/PrivateScriptTestTest.cpp', |
| 3760 'testing/UnitTestHelpers.cpp', | 3761 'testing/UnitTestHelpers.cpp', |
| 3761 'testing/UnitTestHelpers.h', | 3762 'testing/UnitTestHelpers.h', |
| 3762 'xml/parser/SharedBufferReaderTest.cpp', | 3763 'xml/parser/SharedBufferReaderTest.cpp', |
| 3763 ], | 3764 ], |
| 3764 } | 3765 } |
| 3765 } | 3766 } |
| OLD | NEW |