| 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 1299 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1310 'inspector/JavaScriptCallFrame.cpp', | 1310 'inspector/JavaScriptCallFrame.cpp', |
| 1311 'inspector/JavaScriptCallFrame.h', | 1311 'inspector/JavaScriptCallFrame.h', |
| 1312 'inspector/NetworkResourcesData.cpp', | 1312 'inspector/NetworkResourcesData.cpp', |
| 1313 'inspector/NetworkResourcesData.h', | 1313 'inspector/NetworkResourcesData.h', |
| 1314 'inspector/PageConsoleAgent.cpp', | 1314 'inspector/PageConsoleAgent.cpp', |
| 1315 'inspector/PageConsoleAgent.h', | 1315 'inspector/PageConsoleAgent.h', |
| 1316 'inspector/PageDebuggerAgent.cpp', | 1316 'inspector/PageDebuggerAgent.cpp', |
| 1317 'inspector/PageDebuggerAgent.h', | 1317 'inspector/PageDebuggerAgent.h', |
| 1318 'inspector/PageRuntimeAgent.cpp', | 1318 'inspector/PageRuntimeAgent.cpp', |
| 1319 'inspector/PageRuntimeAgent.h', | 1319 'inspector/PageRuntimeAgent.h', |
| 1320 'inspector/PromiseTracker.cpp', |
| 1321 'inspector/PromiseTracker.h', |
| 1320 'inspector/ScriptArguments.cpp', | 1322 'inspector/ScriptArguments.cpp', |
| 1321 'inspector/ScriptArguments.h', | 1323 'inspector/ScriptArguments.h', |
| 1322 'inspector/ScriptAsyncCallStack.cpp', | 1324 'inspector/ScriptAsyncCallStack.cpp', |
| 1323 'inspector/ScriptAsyncCallStack.h', | 1325 'inspector/ScriptAsyncCallStack.h', |
| 1324 'inspector/ScriptCallFrame.cpp', | 1326 'inspector/ScriptCallFrame.cpp', |
| 1325 'inspector/ScriptCallFrame.h', | 1327 'inspector/ScriptCallFrame.h', |
| 1326 'inspector/ScriptCallStack.cpp', | 1328 'inspector/ScriptCallStack.cpp', |
| 1327 'inspector/ScriptCallStack.h', | 1329 'inspector/ScriptCallStack.h', |
| 1328 'inspector/ScriptGCEventListener.h', | 1330 'inspector/ScriptGCEventListener.h', |
| 1329 'inspector/ScriptProfile.cpp', | 1331 'inspector/ScriptProfile.cpp', |
| (...skipping 2111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3441 'rendering/RenderTableRowTest.cpp', | 3443 'rendering/RenderTableRowTest.cpp', |
| 3442 'rendering/shapes/BoxShapeTest.cpp', | 3444 'rendering/shapes/BoxShapeTest.cpp', |
| 3443 'testing/PrivateScriptTestTest.cpp', | 3445 'testing/PrivateScriptTestTest.cpp', |
| 3444 'streams/ReadableStreamTest.cpp', | 3446 'streams/ReadableStreamTest.cpp', |
| 3445 'testing/UnitTestHelpers.cpp', | 3447 'testing/UnitTestHelpers.cpp', |
| 3446 'testing/UnitTestHelpers.h', | 3448 'testing/UnitTestHelpers.h', |
| 3447 'xml/parser/SharedBufferReaderTest.cpp', | 3449 'xml/parser/SharedBufferReaderTest.cpp', |
| 3448 ], | 3450 ], |
| 3449 } | 3451 } |
| 3450 } | 3452 } |
| OLD | NEW |