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/AnimationEffectReadOnly.idl', | 9 'animation/AnimationEffectReadOnly.idl', |
10 'animation/AnimationEffectTiming.idl', | 10 'animation/AnimationEffectTiming.idl', |
(...skipping 1913 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1924 'inspector/InstanceCounters.cpp', | 1924 'inspector/InstanceCounters.cpp', |
1925 'inspector/InstanceCounters.h', | 1925 'inspector/InstanceCounters.h', |
1926 'inspector/LayoutEditor.cpp', | 1926 'inspector/LayoutEditor.cpp', |
1927 'inspector/LayoutEditor.h', | 1927 'inspector/LayoutEditor.h', |
1928 'inspector/MainThreadDebugger.cpp', | 1928 'inspector/MainThreadDebugger.cpp', |
1929 'inspector/MainThreadDebugger.h', | 1929 'inspector/MainThreadDebugger.h', |
1930 'inspector/NetworkResourcesData.cpp', | 1930 'inspector/NetworkResourcesData.cpp', |
1931 'inspector/NetworkResourcesData.h', | 1931 'inspector/NetworkResourcesData.h', |
1932 'inspector/ThreadDebugger.cpp', | 1932 'inspector/ThreadDebugger.cpp', |
1933 'inspector/ThreadDebugger.h', | 1933 'inspector/ThreadDebugger.h', |
| 1934 'inspector/V8InspectorString.cpp', |
| 1935 'inspector/V8InspectorString.h', |
1934 'inspector/WorkerInspectorController.cpp', | 1936 'inspector/WorkerInspectorController.cpp', |
1935 'inspector/WorkerInspectorController.h', | 1937 'inspector/WorkerInspectorController.h', |
1936 'inspector/WorkerThreadDebugger.cpp', | 1938 'inspector/WorkerThreadDebugger.cpp', |
1937 'inspector/WorkerThreadDebugger.h', | 1939 'inspector/WorkerThreadDebugger.h', |
1938 'loader/CookieJar.cpp', | 1940 'loader/CookieJar.cpp', |
1939 'loader/CrossOriginPreflightResultCache.cpp', | 1941 'loader/CrossOriginPreflightResultCache.cpp', |
1940 'loader/DocumentLoadTiming.cpp', | 1942 'loader/DocumentLoadTiming.cpp', |
1941 'loader/DocumentLoader.cpp', | 1943 'loader/DocumentLoader.cpp', |
1942 'loader/DocumentThreadableLoader.cpp', | 1944 'loader/DocumentThreadableLoader.cpp', |
1943 'loader/DocumentThreadableLoader.h', | 1945 'loader/DocumentThreadableLoader.h', |
(...skipping 2356 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4300 'timing/MemoryInfoTest.cpp', | 4302 'timing/MemoryInfoTest.cpp', |
4301 'timing/PerformanceBaseTest.cpp', | 4303 'timing/PerformanceBaseTest.cpp', |
4302 'timing/PerformanceObserverTest.cpp', | 4304 'timing/PerformanceObserverTest.cpp', |
4303 'workers/DedicatedWorkerTest.cpp', | 4305 'workers/DedicatedWorkerTest.cpp', |
4304 'workers/WorkerThreadTest.cpp', | 4306 'workers/WorkerThreadTest.cpp', |
4305 'workers/WorkerThreadTestHelper.h', | 4307 'workers/WorkerThreadTestHelper.h', |
4306 'xml/parser/SharedBufferReaderTest.cpp', | 4308 'xml/parser/SharedBufferReaderTest.cpp', |
4307 ], | 4309 ], |
4308 } | 4310 } |
4309 } | 4311 } |
OLD | NEW |