| 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/KeyframeEffect.idl', | 8 'animation/KeyframeEffect.idl', |
| 9 'animation/EffectModel.idl', | 9 'animation/EffectModel.idl', |
| 10 'animation/AnimationEffectReadOnly.idl', | 10 'animation/AnimationEffectReadOnly.idl', |
| (...skipping 1873 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1884 'inspector/ScriptArguments.cpp', | 1884 'inspector/ScriptArguments.cpp', |
| 1885 'inspector/ScriptArguments.h', | 1885 'inspector/ScriptArguments.h', |
| 1886 'inspector/ThreadDebugger.cpp', | 1886 'inspector/ThreadDebugger.cpp', |
| 1887 'inspector/ThreadDebugger.h', | 1887 'inspector/ThreadDebugger.h', |
| 1888 'inspector/WorkerConsoleAgent.cpp', | 1888 'inspector/WorkerConsoleAgent.cpp', |
| 1889 'inspector/WorkerConsoleAgent.h', | 1889 'inspector/WorkerConsoleAgent.h', |
| 1890 'inspector/WorkerInspectorController.cpp', | 1890 'inspector/WorkerInspectorController.cpp', |
| 1891 'inspector/WorkerInspectorController.h', | 1891 'inspector/WorkerInspectorController.h', |
| 1892 'inspector/WorkerThreadDebugger.cpp', | 1892 'inspector/WorkerThreadDebugger.cpp', |
| 1893 'inspector/WorkerThreadDebugger.h', | 1893 'inspector/WorkerThreadDebugger.h', |
| 1894 'inspector/protocol/Debugger.h', |
| 1895 'inspector/protocol/HeapProfiler.h', |
| 1896 'inspector/protocol/Profiler.h', |
| 1897 'inspector/protocol/Runtime.h', |
| 1894 'loader/BeaconLoader.cpp', | 1898 'loader/BeaconLoader.cpp', |
| 1895 'loader/BeaconLoader.h', | 1899 'loader/BeaconLoader.h', |
| 1896 'loader/CookieJar.cpp', | 1900 'loader/CookieJar.cpp', |
| 1897 'loader/CrossOriginPreflightResultCache.cpp', | 1901 'loader/CrossOriginPreflightResultCache.cpp', |
| 1898 'loader/DocumentLoadTiming.cpp', | 1902 'loader/DocumentLoadTiming.cpp', |
| 1899 'loader/DocumentLoader.cpp', | 1903 'loader/DocumentLoader.cpp', |
| 1900 'loader/DocumentThreadableLoader.cpp', | 1904 'loader/DocumentThreadableLoader.cpp', |
| 1901 'loader/DocumentThreadableLoader.h', | 1905 'loader/DocumentThreadableLoader.h', |
| 1902 'loader/DocumentThreadableLoaderClient.h', | 1906 'loader/DocumentThreadableLoaderClient.h', |
| 1903 'loader/DocumentWriter.cpp', | 1907 'loader/DocumentWriter.cpp', |
| (...skipping 2239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4143 'testing/PrivateScriptTestTest.cpp', | 4147 'testing/PrivateScriptTestTest.cpp', |
| 4144 'timing/MemoryInfoTest.cpp', | 4148 'timing/MemoryInfoTest.cpp', |
| 4145 'timing/PerformanceBaseTest.cpp', | 4149 'timing/PerformanceBaseTest.cpp', |
| 4146 'timing/PerformanceObserverTest.cpp', | 4150 'timing/PerformanceObserverTest.cpp', |
| 4147 'workers/WorkerThreadTest.cpp', | 4151 'workers/WorkerThreadTest.cpp', |
| 4148 'workers/WorkerThreadTestHelper.h', | 4152 'workers/WorkerThreadTestHelper.h', |
| 4149 'xml/parser/SharedBufferReaderTest.cpp', | 4153 'xml/parser/SharedBufferReaderTest.cpp', |
| 4150 ], | 4154 ], |
| 4151 } | 4155 } |
| 4152 } | 4156 } |
| OLD | NEW |