| 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/AnimationPlayer.idl', | 10 'animation/AnimationPlayer.idl', |
| (...skipping 1207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1218 'frame/csp/MediaListDirective.cpp', | 1218 'frame/csp/MediaListDirective.cpp', |
| 1219 'frame/csp/SourceListDirective.cpp', | 1219 'frame/csp/SourceListDirective.cpp', |
| 1220 'imagebitmap/ImageBitmapFactories.cpp', | 1220 'imagebitmap/ImageBitmapFactories.cpp', |
| 1221 'imagebitmap/ImageBitmapFactories.h', | 1221 'imagebitmap/ImageBitmapFactories.h', |
| 1222 'inspector/AsyncCallStackTracker.cpp', | 1222 'inspector/AsyncCallStackTracker.cpp', |
| 1223 'inspector/AsyncCallStackTracker.h', | 1223 'inspector/AsyncCallStackTracker.h', |
| 1224 'inspector/BindingVisitors.h', | 1224 'inspector/BindingVisitors.h', |
| 1225 'inspector/ConsoleAPITypes.h', | 1225 'inspector/ConsoleAPITypes.h', |
| 1226 'inspector/ConsoleMessage.h', | 1226 'inspector/ConsoleMessage.h', |
| 1227 'inspector/ConsoleMessage.cpp', | 1227 'inspector/ConsoleMessage.cpp', |
| 1228 'inspector/InspectorConsoleMessage.cpp', | 1228 'inspector/ConsoleMessageStorage.cpp', |
| 1229 'inspector/InspectorConsoleMessage.h', | 1229 'inspector/ConsoleMessageStorage.h', |
| 1230 'inspector/ContentSearchUtils.cpp', | 1230 'inspector/ContentSearchUtils.cpp', |
| 1231 'inspector/ContentSearchUtils.h', | 1231 'inspector/ContentSearchUtils.h', |
| 1232 'inspector/DOMEditor.cpp', | 1232 'inspector/DOMEditor.cpp', |
| 1233 'inspector/DOMEditor.h', | 1233 'inspector/DOMEditor.h', |
| 1234 'inspector/DOMPatchSupport.cpp', | 1234 'inspector/DOMPatchSupport.cpp', |
| 1235 'inspector/DOMPatchSupport.h', | 1235 'inspector/DOMPatchSupport.h', |
| 1236 'inspector/IdentifiersFactory.cpp', | 1236 'inspector/IdentifiersFactory.cpp', |
| 1237 'inspector/IdentifiersFactory.h', | 1237 'inspector/IdentifiersFactory.h', |
| 1238 'inspector/InjectedScript.cpp', | 1238 'inspector/InjectedScript.cpp', |
| 1239 'inspector/InjectedScript.h', | 1239 'inspector/InjectedScript.h', |
| (...skipping 2259 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3499 'rendering/shapes/BoxShapeTest.cpp', | 3499 'rendering/shapes/BoxShapeTest.cpp', |
| 3500 'rendering/style/OutlineValueTest.cpp', | 3500 'rendering/style/OutlineValueTest.cpp', |
| 3501 'testing/PrivateScriptTestTest.cpp', | 3501 'testing/PrivateScriptTestTest.cpp', |
| 3502 'streams/ReadableStreamTest.cpp', | 3502 'streams/ReadableStreamTest.cpp', |
| 3503 'testing/UnitTestHelpers.cpp', | 3503 'testing/UnitTestHelpers.cpp', |
| 3504 'testing/UnitTestHelpers.h', | 3504 'testing/UnitTestHelpers.h', |
| 3505 'xml/parser/SharedBufferReaderTest.cpp', | 3505 'xml/parser/SharedBufferReaderTest.cpp', |
| 3506 ], | 3506 ], |
| 3507 } | 3507 } |
| 3508 } | 3508 } |
| OLD | NEW |