| 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 1240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1251 'inspector/InjectedScriptBase.cpp', | 1251 'inspector/InjectedScriptBase.cpp', |
| 1252 'inspector/InjectedScriptBase.h', | 1252 'inspector/InjectedScriptBase.h', |
| 1253 'inspector/InjectedScriptCanvasModule.cpp', | 1253 'inspector/InjectedScriptCanvasModule.cpp', |
| 1254 'inspector/InjectedScriptCanvasModule.h', | 1254 'inspector/InjectedScriptCanvasModule.h', |
| 1255 'inspector/InjectedScriptHost.cpp', | 1255 'inspector/InjectedScriptHost.cpp', |
| 1256 'inspector/InjectedScriptHost.h', | 1256 'inspector/InjectedScriptHost.h', |
| 1257 'inspector/InjectedScriptManager.cpp', | 1257 'inspector/InjectedScriptManager.cpp', |
| 1258 'inspector/InjectedScriptManager.h', | 1258 'inspector/InjectedScriptManager.h', |
| 1259 'inspector/InjectedScriptModule.cpp', | 1259 'inspector/InjectedScriptModule.cpp', |
| 1260 'inspector/InjectedScriptModule.h', | 1260 'inspector/InjectedScriptModule.h', |
| 1261 'inspector/InspectorAnimationAgent.cpp', |
| 1262 'inspector/InspectorAnimationAgent.h', |
| 1261 'inspector/InspectorApplicationCacheAgent.cpp', | 1263 'inspector/InspectorApplicationCacheAgent.cpp', |
| 1262 'inspector/InspectorApplicationCacheAgent.h', | 1264 'inspector/InspectorApplicationCacheAgent.h', |
| 1263 'inspector/InspectorBaseAgent.cpp', | 1265 'inspector/InspectorBaseAgent.cpp', |
| 1264 'inspector/InspectorCSSAgent.cpp', | 1266 'inspector/InspectorCSSAgent.cpp', |
| 1265 'inspector/InspectorCSSAgent.h', | 1267 'inspector/InspectorCSSAgent.h', |
| 1266 'inspector/InspectorCanvasAgent.cpp', | 1268 'inspector/InspectorCanvasAgent.cpp', |
| 1267 'inspector/InspectorCanvasAgent.h', | 1269 'inspector/InspectorCanvasAgent.h', |
| 1268 'inspector/InspectorCanvasInstrumentation.h', | 1270 'inspector/InspectorCanvasInstrumentation.h', |
| 1269 'inspector/InspectorConsoleAgent.cpp', | 1271 'inspector/InspectorConsoleAgent.cpp', |
| 1270 'inspector/InspectorConsoleAgent.h', | 1272 'inspector/InspectorConsoleAgent.h', |
| (...skipping 2335 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3606 'rendering/shapes/BoxShapeTest.cpp', | 3608 'rendering/shapes/BoxShapeTest.cpp', |
| 3607 'rendering/style/OutlineValueTest.cpp', | 3609 'rendering/style/OutlineValueTest.cpp', |
| 3608 'testing/PrivateScriptTestTest.cpp', | 3610 'testing/PrivateScriptTestTest.cpp', |
| 3609 'streams/ReadableStreamTest.cpp', | 3611 'streams/ReadableStreamTest.cpp', |
| 3610 'testing/UnitTestHelpers.cpp', | 3612 'testing/UnitTestHelpers.cpp', |
| 3611 'testing/UnitTestHelpers.h', | 3613 'testing/UnitTestHelpers.h', |
| 3612 'xml/parser/SharedBufferReaderTest.cpp', | 3614 'xml/parser/SharedBufferReaderTest.cpp', |
| 3613 ], | 3615 ], |
| 3614 } | 3616 } |
| 3615 } | 3617 } |
| OLD | NEW |