Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(169)

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

Issue 2025953002: DevTools: generate class-per domain for remote debugging protocol. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
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 1873 matching lines...) Expand 10 before | Expand all | Expand 10 after
1884 'inspector/ScriptArguments.cpp', 1884 'inspector/ScriptArguments.cpp',
1885 'inspector/ScriptArguments.h', 1885 'inspector/ScriptArguments.h',
1886 'inspector/ThreadDebugger.cpp', 1886 'inspector/ThreadDebugger.cpp',
1887 'inspector/ThreadDebugger.h', 1887 'inspector/ThreadDebugger.h',
1888 'inspector/WorkerConsoleAgent.cpp', 1888 'inspector/WorkerConsoleAgent.cpp',
1889 'inspector/WorkerConsoleAgent.h', 1889 'inspector/WorkerConsoleAgent.h',
1890 'inspector/WorkerInspectorController.cpp', 1890 'inspector/WorkerInspectorController.cpp',
1891 'inspector/WorkerInspectorController.h', 1891 'inspector/WorkerInspectorController.h',
1892 'inspector/WorkerThreadDebugger.cpp', 1892 'inspector/WorkerThreadDebugger.cpp',
1893 'inspector/WorkerThreadDebugger.h', 1893 'inspector/WorkerThreadDebugger.h',
1894 'inspector/protocol/Debugger.h',
1895 'inspector/protocol/HeapProfiler.h',
1896 'inspector/protocol/Profiler.h',
1897 'inspector/protocol/Runtime.h',
1894 'loader/BeaconLoader.cpp', 1898 'loader/BeaconLoader.cpp',
1895 'loader/BeaconLoader.h', 1899 'loader/BeaconLoader.h',
1896 'loader/CookieJar.cpp', 1900 'loader/CookieJar.cpp',
1897 'loader/CrossOriginPreflightResultCache.cpp', 1901 'loader/CrossOriginPreflightResultCache.cpp',
1898 'loader/DocumentLoadTiming.cpp', 1902 'loader/DocumentLoadTiming.cpp',
1899 'loader/DocumentLoader.cpp', 1903 'loader/DocumentLoader.cpp',
1900 'loader/DocumentThreadableLoader.cpp', 1904 'loader/DocumentThreadableLoader.cpp',
1901 'loader/DocumentThreadableLoader.h', 1905 'loader/DocumentThreadableLoader.h',
1902 'loader/DocumentThreadableLoaderClient.h', 1906 'loader/DocumentThreadableLoaderClient.h',
1903 'loader/DocumentWriter.cpp', 1907 'loader/DocumentWriter.cpp',
(...skipping 2239 matching lines...) Expand 10 before | Expand all | Expand 10 after
4143 'testing/PrivateScriptTestTest.cpp', 4147 'testing/PrivateScriptTestTest.cpp',
4144 'timing/MemoryInfoTest.cpp', 4148 'timing/MemoryInfoTest.cpp',
4145 'timing/PerformanceBaseTest.cpp', 4149 'timing/PerformanceBaseTest.cpp',
4146 'timing/PerformanceObserverTest.cpp', 4150 'timing/PerformanceObserverTest.cpp',
4147 'workers/WorkerThreadTest.cpp', 4151 'workers/WorkerThreadTest.cpp',
4148 'workers/WorkerThreadTestHelper.h', 4152 'workers/WorkerThreadTestHelper.h',
4149 'xml/parser/SharedBufferReaderTest.cpp', 4153 'xml/parser/SharedBufferReaderTest.cpp',
4150 ], 4154 ],
4151 } 4155 }
4152 } 4156 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/core.gyp ('k') | third_party/WebKit/Source/core/core_generated.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698