Chromium Code Reviews

Side by Side Diff: third_party/WebKit/Source/core/core.gypi

Issue 1936593002: [DevTools] Remove state from v8 agent wrappers, remove unnecessary classes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove-everything-from-agents
Patch Set: rebased Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/inspector/InspectorDebuggerAgent.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 1862 matching lines...)
1873 'inspector/InstanceCounters.cpp', 1873 'inspector/InstanceCounters.cpp',
1874 'inspector/InstanceCounters.h', 1874 'inspector/InstanceCounters.h',
1875 'inspector/LayoutEditor.cpp', 1875 'inspector/LayoutEditor.cpp',
1876 'inspector/LayoutEditor.h', 1876 'inspector/LayoutEditor.h',
1877 'inspector/MainThreadDebugger.cpp', 1877 'inspector/MainThreadDebugger.cpp',
1878 'inspector/MainThreadDebugger.h', 1878 'inspector/MainThreadDebugger.h',
1879 'inspector/NetworkResourcesData.cpp', 1879 'inspector/NetworkResourcesData.cpp',
1880 'inspector/NetworkResourcesData.h', 1880 'inspector/NetworkResourcesData.h',
1881 'inspector/PageConsoleAgent.cpp', 1881 'inspector/PageConsoleAgent.cpp',
1882 'inspector/PageConsoleAgent.h', 1882 'inspector/PageConsoleAgent.h',
1883 'inspector/PageDebuggerAgent.cpp',
1884 'inspector/PageDebuggerAgent.h',
1885 'inspector/PageRuntimeAgent.cpp',
1886 'inspector/PageRuntimeAgent.h',
1887 'inspector/ScriptArguments.cpp', 1883 'inspector/ScriptArguments.cpp',
1888 'inspector/ScriptArguments.h', 1884 'inspector/ScriptArguments.h',
1889 'inspector/ThreadDebugger.cpp', 1885 'inspector/ThreadDebugger.cpp',
1890 'inspector/ThreadDebugger.h', 1886 'inspector/ThreadDebugger.h',
1891 'inspector/WorkerConsoleAgent.cpp', 1887 'inspector/WorkerConsoleAgent.cpp',
1892 'inspector/WorkerConsoleAgent.h', 1888 'inspector/WorkerConsoleAgent.h',
1893 'inspector/WorkerDebuggerAgent.cpp',
1894 'inspector/WorkerDebuggerAgent.h',
1895 'inspector/WorkerInspectorController.cpp', 1889 'inspector/WorkerInspectorController.cpp',
1896 'inspector/WorkerInspectorController.h', 1890 'inspector/WorkerInspectorController.h',
1897 'inspector/WorkerRuntimeAgent.cpp',
1898 'inspector/WorkerRuntimeAgent.h',
1899 'inspector/WorkerThreadDebugger.cpp', 1891 'inspector/WorkerThreadDebugger.cpp',
1900 'inspector/WorkerThreadDebugger.h', 1892 'inspector/WorkerThreadDebugger.h',
1901 'loader/BeaconLoader.cpp', 1893 'loader/BeaconLoader.cpp',
1902 'loader/BeaconLoader.h', 1894 'loader/BeaconLoader.h',
1903 'loader/CookieJar.cpp', 1895 'loader/CookieJar.cpp',
1904 'loader/CrossOriginPreflightResultCache.cpp', 1896 'loader/CrossOriginPreflightResultCache.cpp',
1905 'loader/DocumentLoadTiming.cpp', 1897 'loader/DocumentLoadTiming.cpp',
1906 'loader/DocumentLoader.cpp', 1898 'loader/DocumentLoader.cpp',
1907 'loader/DocumentThreadableLoader.cpp', 1899 'loader/DocumentThreadableLoader.cpp',
1908 'loader/DocumentThreadableLoader.h', 1900 'loader/DocumentThreadableLoader.h',
(...skipping 2218 matching lines...)
4127 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4119 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4128 'testing/PrivateScriptTestTest.cpp', 4120 'testing/PrivateScriptTestTest.cpp',
4129 'timing/MemoryInfoTest.cpp', 4121 'timing/MemoryInfoTest.cpp',
4130 'timing/PerformanceBaseTest.cpp', 4122 'timing/PerformanceBaseTest.cpp',
4131 'workers/WorkerThreadTest.cpp', 4123 'workers/WorkerThreadTest.cpp',
4132 'workers/WorkerThreadTestHelper.h', 4124 'workers/WorkerThreadTestHelper.h',
4133 'xml/parser/SharedBufferReaderTest.cpp', 4125 'xml/parser/SharedBufferReaderTest.cpp',
4134 ], 4126 ],
4135 } 4127 }
4136 } 4128 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/inspector/InspectorDebuggerAgent.h » ('j') | no next file with comments »

Powered by Google App Engine