| 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 1882 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1893 'inspector/MainThreadDebugger.cpp', | 1893 'inspector/MainThreadDebugger.cpp', |
| 1894 'inspector/MainThreadDebugger.h', | 1894 'inspector/MainThreadDebugger.h', |
| 1895 'inspector/NetworkResourcesData.cpp', | 1895 'inspector/NetworkResourcesData.cpp', |
| 1896 'inspector/NetworkResourcesData.h', | 1896 'inspector/NetworkResourcesData.h', |
| 1897 'inspector/ThreadDebugger.cpp', | 1897 'inspector/ThreadDebugger.cpp', |
| 1898 'inspector/ThreadDebugger.h', | 1898 'inspector/ThreadDebugger.h', |
| 1899 'inspector/WorkerInspectorController.cpp', | 1899 'inspector/WorkerInspectorController.cpp', |
| 1900 'inspector/WorkerInspectorController.h', | 1900 'inspector/WorkerInspectorController.h', |
| 1901 'inspector/WorkerThreadDebugger.cpp', | 1901 'inspector/WorkerThreadDebugger.cpp', |
| 1902 'inspector/WorkerThreadDebugger.h', | 1902 'inspector/WorkerThreadDebugger.h', |
| 1903 'inspector/protocol/Debugger.h', | |
| 1904 'inspector/protocol/HeapProfiler.h', | |
| 1905 'inspector/protocol/Profiler.h', | |
| 1906 'inspector/protocol/Runtime.h', | |
| 1907 'loader/BeaconLoader.cpp', | 1903 'loader/BeaconLoader.cpp', |
| 1908 'loader/BeaconLoader.h', | 1904 'loader/BeaconLoader.h', |
| 1909 'loader/CookieJar.cpp', | 1905 'loader/CookieJar.cpp', |
| 1910 'loader/CrossOriginPreflightResultCache.cpp', | 1906 'loader/CrossOriginPreflightResultCache.cpp', |
| 1911 'loader/DocumentLoadTiming.cpp', | 1907 'loader/DocumentLoadTiming.cpp', |
| 1912 'loader/DocumentLoader.cpp', | 1908 'loader/DocumentLoader.cpp', |
| 1913 'loader/DocumentThreadableLoader.cpp', | 1909 'loader/DocumentThreadableLoader.cpp', |
| 1914 'loader/DocumentThreadableLoader.h', | 1910 'loader/DocumentThreadableLoader.h', |
| 1915 'loader/DocumentThreadableLoaderClient.h', | 1911 'loader/DocumentThreadableLoaderClient.h', |
| 1916 'loader/DocumentWriter.cpp', | 1912 'loader/DocumentWriter.cpp', |
| (...skipping 2306 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4223 'testing/PrivateScriptTestTest.cpp', | 4219 'testing/PrivateScriptTestTest.cpp', |
| 4224 'timing/MemoryInfoTest.cpp', | 4220 'timing/MemoryInfoTest.cpp', |
| 4225 'timing/PerformanceBaseTest.cpp', | 4221 'timing/PerformanceBaseTest.cpp', |
| 4226 'timing/PerformanceObserverTest.cpp', | 4222 'timing/PerformanceObserverTest.cpp', |
| 4227 'workers/WorkerThreadTest.cpp', | 4223 'workers/WorkerThreadTest.cpp', |
| 4228 'workers/WorkerThreadTestHelper.h', | 4224 'workers/WorkerThreadTestHelper.h', |
| 4229 'xml/parser/SharedBufferReaderTest.cpp', | 4225 'xml/parser/SharedBufferReaderTest.cpp', |
| 4230 ], | 4226 ], |
| 4231 } | 4227 } |
| 4232 } | 4228 } |
| OLD | NEW |