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 1904 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1915 'inspector/InspectorWorkerAgent.cpp', | 1915 'inspector/InspectorWorkerAgent.cpp', |
1916 'inspector/InspectorWorkerAgent.h', | 1916 'inspector/InspectorWorkerAgent.h', |
1917 'inspector/InstanceCounters.cpp', | 1917 'inspector/InstanceCounters.cpp', |
1918 'inspector/InstanceCounters.h', | 1918 'inspector/InstanceCounters.h', |
1919 'inspector/LayoutEditor.cpp', | 1919 'inspector/LayoutEditor.cpp', |
1920 'inspector/LayoutEditor.h', | 1920 'inspector/LayoutEditor.h', |
1921 'inspector/MainThreadDebugger.cpp', | 1921 'inspector/MainThreadDebugger.cpp', |
1922 'inspector/MainThreadDebugger.h', | 1922 'inspector/MainThreadDebugger.h', |
1923 'inspector/NetworkResourcesData.cpp', | 1923 'inspector/NetworkResourcesData.cpp', |
1924 'inspector/NetworkResourcesData.h', | 1924 'inspector/NetworkResourcesData.h', |
| 1925 'inspector/ProtocolPlatform.h', |
| 1926 'inspector/ProtocolString.h', |
1925 'inspector/ThreadDebugger.cpp', | 1927 'inspector/ThreadDebugger.cpp', |
1926 'inspector/ThreadDebugger.h', | 1928 'inspector/ThreadDebugger.h', |
| 1929 'inspector/V8InspectorStringConversion.cpp', |
| 1930 'inspector/V8InspectorStringConversion.h', |
1927 'inspector/WorkerInspectorController.cpp', | 1931 'inspector/WorkerInspectorController.cpp', |
1928 'inspector/WorkerInspectorController.h', | 1932 'inspector/WorkerInspectorController.h', |
1929 'inspector/WorkerThreadDebugger.cpp', | 1933 'inspector/WorkerThreadDebugger.cpp', |
1930 'inspector/WorkerThreadDebugger.h', | 1934 'inspector/WorkerThreadDebugger.h', |
1931 'loader/CookieJar.cpp', | 1935 'loader/CookieJar.cpp', |
1932 'loader/CrossOriginPreflightResultCache.cpp', | 1936 'loader/CrossOriginPreflightResultCache.cpp', |
1933 'loader/DocumentLoadTiming.cpp', | 1937 'loader/DocumentLoadTiming.cpp', |
1934 'loader/DocumentLoader.cpp', | 1938 'loader/DocumentLoader.cpp', |
1935 'loader/DocumentThreadableLoader.cpp', | 1939 'loader/DocumentThreadableLoader.cpp', |
1936 'loader/DocumentThreadableLoader.h', | 1940 'loader/DocumentThreadableLoader.h', |
(...skipping 2344 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4281 'testing/PrivateScriptTestTest.cpp', | 4285 'testing/PrivateScriptTestTest.cpp', |
4282 'timing/MemoryInfoTest.cpp', | 4286 'timing/MemoryInfoTest.cpp', |
4283 'timing/PerformanceBaseTest.cpp', | 4287 'timing/PerformanceBaseTest.cpp', |
4284 'timing/PerformanceObserverTest.cpp', | 4288 'timing/PerformanceObserverTest.cpp', |
4285 'workers/WorkerThreadTest.cpp', | 4289 'workers/WorkerThreadTest.cpp', |
4286 'workers/WorkerThreadTestHelper.h', | 4290 'workers/WorkerThreadTestHelper.h', |
4287 'xml/parser/SharedBufferReaderTest.cpp', | 4291 'xml/parser/SharedBufferReaderTest.cpp', |
4288 ], | 4292 ], |
4289 } | 4293 } |
4290 } | 4294 } |
OLD | NEW |