| 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 1314 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1325 'inspector/JavaScriptCallFrame.cpp', | 1325 'inspector/JavaScriptCallFrame.cpp', |
| 1326 'inspector/JavaScriptCallFrame.h', | 1326 'inspector/JavaScriptCallFrame.h', |
| 1327 'inspector/NetworkResourcesData.cpp', | 1327 'inspector/NetworkResourcesData.cpp', |
| 1328 'inspector/NetworkResourcesData.h', | 1328 'inspector/NetworkResourcesData.h', |
| 1329 'inspector/PageConsoleAgent.cpp', | 1329 'inspector/PageConsoleAgent.cpp', |
| 1330 'inspector/PageConsoleAgent.h', | 1330 'inspector/PageConsoleAgent.h', |
| 1331 'inspector/PageDebuggerAgent.cpp', | 1331 'inspector/PageDebuggerAgent.cpp', |
| 1332 'inspector/PageDebuggerAgent.h', | 1332 'inspector/PageDebuggerAgent.h', |
| 1333 'inspector/PageRuntimeAgent.cpp', | 1333 'inspector/PageRuntimeAgent.cpp', |
| 1334 'inspector/PageRuntimeAgent.h', | 1334 'inspector/PageRuntimeAgent.h', |
| 1335 'inspector/PromiseTracker.cpp', |
| 1336 'inspector/PromiseTracker.h', |
| 1335 'inspector/ScriptArguments.cpp', | 1337 'inspector/ScriptArguments.cpp', |
| 1336 'inspector/ScriptArguments.h', | 1338 'inspector/ScriptArguments.h', |
| 1337 'inspector/ScriptAsyncCallStack.cpp', | 1339 'inspector/ScriptAsyncCallStack.cpp', |
| 1338 'inspector/ScriptAsyncCallStack.h', | 1340 'inspector/ScriptAsyncCallStack.h', |
| 1339 'inspector/ScriptCallFrame.cpp', | 1341 'inspector/ScriptCallFrame.cpp', |
| 1340 'inspector/ScriptCallFrame.h', | 1342 'inspector/ScriptCallFrame.h', |
| 1341 'inspector/ScriptCallStack.cpp', | 1343 'inspector/ScriptCallStack.cpp', |
| 1342 'inspector/ScriptCallStack.h', | 1344 'inspector/ScriptCallStack.h', |
| 1343 'inspector/ScriptGCEventListener.h', | 1345 'inspector/ScriptGCEventListener.h', |
| 1344 'inspector/ScriptProfile.cpp', | 1346 'inspector/ScriptProfile.cpp', |
| (...skipping 2121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3466 'rendering/shapes/BoxShapeTest.cpp', | 3468 'rendering/shapes/BoxShapeTest.cpp', |
| 3467 'rendering/style/OutlineValueTest.cpp', | 3469 'rendering/style/OutlineValueTest.cpp', |
| 3468 'testing/PrivateScriptTestTest.cpp', | 3470 'testing/PrivateScriptTestTest.cpp', |
| 3469 'streams/ReadableStreamTest.cpp', | 3471 'streams/ReadableStreamTest.cpp', |
| 3470 'testing/UnitTestHelpers.cpp', | 3472 'testing/UnitTestHelpers.cpp', |
| 3471 'testing/UnitTestHelpers.h', | 3473 'testing/UnitTestHelpers.h', |
| 3472 'xml/parser/SharedBufferReaderTest.cpp', | 3474 'xml/parser/SharedBufferReaderTest.cpp', |
| 3473 ], | 3475 ], |
| 3474 } | 3476 } |
| 3475 } | 3477 } |
| OLD | NEW |