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 1854 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1865 'inspector/InspectorLogAgent.cpp', | 1865 'inspector/InspectorLogAgent.cpp', |
1866 'inspector/InspectorLogAgent.h', | 1866 'inspector/InspectorLogAgent.h', |
1867 'inspector/InspectorMemoryAgent.cpp', | 1867 'inspector/InspectorMemoryAgent.cpp', |
1868 'inspector/InspectorMemoryAgent.h', | 1868 'inspector/InspectorMemoryAgent.h', |
1869 'inspector/InspectorNetworkAgent.cpp', | 1869 'inspector/InspectorNetworkAgent.cpp', |
1870 'inspector/InspectorNetworkAgent.h', | 1870 'inspector/InspectorNetworkAgent.h', |
1871 'inspector/InspectorOverlayHost.cpp', | 1871 'inspector/InspectorOverlayHost.cpp', |
1872 'inspector/InspectorOverlayHost.h', | 1872 'inspector/InspectorOverlayHost.h', |
1873 'inspector/InspectorPageAgent.cpp', | 1873 'inspector/InspectorPageAgent.cpp', |
1874 'inspector/InspectorPageAgent.h', | 1874 'inspector/InspectorPageAgent.h', |
| 1875 'inspector/InspectorWebPerfAgent.cpp', |
| 1876 'inspector/InspectorWebPerfAgent.h', |
1875 'inspector/InspectorResourceContainer.cpp', | 1877 'inspector/InspectorResourceContainer.cpp', |
1876 'inspector/InspectorResourceContainer.h', | 1878 'inspector/InspectorResourceContainer.h', |
1877 'inspector/InspectorResourceContentLoader.cpp', | 1879 'inspector/InspectorResourceContentLoader.cpp', |
1878 'inspector/InspectorResourceContentLoader.h', | 1880 'inspector/InspectorResourceContentLoader.h', |
1879 'inspector/InspectorSession.cpp', | 1881 'inspector/InspectorSession.cpp', |
1880 'inspector/InspectorSession.h', | 1882 'inspector/InspectorSession.h', |
1881 'inspector/InspectorStyleSheet.cpp', | 1883 'inspector/InspectorStyleSheet.cpp', |
1882 'inspector/InspectorStyleSheet.h', | 1884 'inspector/InspectorStyleSheet.h', |
1883 'inspector/InspectorTaskRunner.cpp', | 1885 'inspector/InspectorTaskRunner.cpp', |
1884 'inspector/InspectorTaskRunner.h', | 1886 'inspector/InspectorTaskRunner.h', |
(...skipping 2354 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4239 'testing/PrivateScriptTestTest.cpp', | 4241 'testing/PrivateScriptTestTest.cpp', |
4240 'timing/MemoryInfoTest.cpp', | 4242 'timing/MemoryInfoTest.cpp', |
4241 'timing/PerformanceBaseTest.cpp', | 4243 'timing/PerformanceBaseTest.cpp', |
4242 'timing/PerformanceObserverTest.cpp', | 4244 'timing/PerformanceObserverTest.cpp', |
4243 'workers/WorkerThreadTest.cpp', | 4245 'workers/WorkerThreadTest.cpp', |
4244 'workers/WorkerThreadTestHelper.h', | 4246 'workers/WorkerThreadTestHelper.h', |
4245 'xml/parser/SharedBufferReaderTest.cpp', | 4247 'xml/parser/SharedBufferReaderTest.cpp', |
4246 ], | 4248 ], |
4247 } | 4249 } |
4248 } | 4250 } |
OLD | NEW |