| 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 1209 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  1220             'frame/csp/MediaListDirective.cpp', |  1220             'frame/csp/MediaListDirective.cpp', | 
|  1221             'frame/csp/SourceListDirective.cpp', |  1221             'frame/csp/SourceListDirective.cpp', | 
|  1222             'imagebitmap/ImageBitmapFactories.cpp', |  1222             'imagebitmap/ImageBitmapFactories.cpp', | 
|  1223             'imagebitmap/ImageBitmapFactories.h', |  1223             'imagebitmap/ImageBitmapFactories.h', | 
|  1224             'inspector/AsyncCallStackTracker.cpp', |  1224             'inspector/AsyncCallStackTracker.cpp', | 
|  1225             'inspector/AsyncCallStackTracker.h', |  1225             'inspector/AsyncCallStackTracker.h', | 
|  1226             'inspector/BindingVisitors.h', |  1226             'inspector/BindingVisitors.h', | 
|  1227             'inspector/ConsoleAPITypes.h', |  1227             'inspector/ConsoleAPITypes.h', | 
|  1228             'inspector/ConsoleMessage.h', |  1228             'inspector/ConsoleMessage.h', | 
|  1229             'inspector/ConsoleMessage.cpp', |  1229             'inspector/ConsoleMessage.cpp', | 
|  1230             'inspector/InspectorConsoleMessage.cpp', |  1230             'inspector/ConsoleMessageStorage.cpp', | 
|  1231             'inspector/InspectorConsoleMessage.h', |  1231             'inspector/ConsoleMessageStorage.h', | 
|  1232             'inspector/ContentSearchUtils.cpp', |  1232             'inspector/ContentSearchUtils.cpp', | 
|  1233             'inspector/ContentSearchUtils.h', |  1233             'inspector/ContentSearchUtils.h', | 
|  1234             'inspector/DOMEditor.cpp', |  1234             'inspector/DOMEditor.cpp', | 
|  1235             'inspector/DOMEditor.h', |  1235             'inspector/DOMEditor.h', | 
|  1236             'inspector/DOMPatchSupport.cpp', |  1236             'inspector/DOMPatchSupport.cpp', | 
|  1237             'inspector/DOMPatchSupport.h', |  1237             'inspector/DOMPatchSupport.h', | 
|  1238             'inspector/IdentifiersFactory.cpp', |  1238             'inspector/IdentifiersFactory.cpp', | 
|  1239             'inspector/IdentifiersFactory.h', |  1239             'inspector/IdentifiersFactory.h', | 
|  1240             'inspector/InjectedScript.cpp', |  1240             'inspector/InjectedScript.cpp', | 
|  1241             'inspector/InjectedScript.h', |  1241             'inspector/InjectedScript.h', | 
| (...skipping 2224 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  3466             'rendering/shapes/BoxShapeTest.cpp', |  3466             'rendering/shapes/BoxShapeTest.cpp', | 
|  3467             'rendering/style/OutlineValueTest.cpp', |  3467             'rendering/style/OutlineValueTest.cpp', | 
|  3468             'testing/PrivateScriptTestTest.cpp', |  3468             'testing/PrivateScriptTestTest.cpp', | 
|  3469             'streams/ReadableStreamTest.cpp', |  3469             'streams/ReadableStreamTest.cpp', | 
|  3470             'testing/UnitTestHelpers.cpp', |  3470             'testing/UnitTestHelpers.cpp', | 
|  3471             'testing/UnitTestHelpers.h', |  3471             'testing/UnitTestHelpers.h', | 
|  3472             'xml/parser/SharedBufferReaderTest.cpp', |  3472             'xml/parser/SharedBufferReaderTest.cpp', | 
|  3473         ], |  3473         ], | 
|  3474     } |  3474     } | 
|  3475 } |  3475 } | 
| OLD | NEW |