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

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

Issue 2159633002: [DevTools] Generate public versions of protocol classes to be exposed in v8_inspector/public. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: removed extra files Created 4 years, 5 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 1883 matching lines...) Expand 10 before | Expand all | Expand 10 after
1894 'inspector/MainThreadDebugger.cpp', 1894 'inspector/MainThreadDebugger.cpp',
1895 'inspector/MainThreadDebugger.h', 1895 'inspector/MainThreadDebugger.h',
1896 'inspector/NetworkResourcesData.cpp', 1896 'inspector/NetworkResourcesData.cpp',
1897 'inspector/NetworkResourcesData.h', 1897 'inspector/NetworkResourcesData.h',
1898 'inspector/ThreadDebugger.cpp', 1898 'inspector/ThreadDebugger.cpp',
1899 'inspector/ThreadDebugger.h', 1899 'inspector/ThreadDebugger.h',
1900 'inspector/WorkerInspectorController.cpp', 1900 'inspector/WorkerInspectorController.cpp',
1901 'inspector/WorkerInspectorController.h', 1901 'inspector/WorkerInspectorController.h',
1902 'inspector/WorkerThreadDebugger.cpp', 1902 'inspector/WorkerThreadDebugger.cpp',
1903 'inspector/WorkerThreadDebugger.h', 1903 'inspector/WorkerThreadDebugger.h',
1904 'inspector/protocol/Debugger.h',
1905 'inspector/protocol/HeapProfiler.h',
1906 'inspector/protocol/Profiler.h',
1907 'inspector/protocol/Runtime.h',
1908 'loader/BeaconLoader.cpp', 1904 'loader/BeaconLoader.cpp',
1909 'loader/BeaconLoader.h', 1905 'loader/BeaconLoader.h',
1910 'loader/CookieJar.cpp', 1906 'loader/CookieJar.cpp',
1911 'loader/CrossOriginPreflightResultCache.cpp', 1907 'loader/CrossOriginPreflightResultCache.cpp',
1912 'loader/DocumentLoadTiming.cpp', 1908 'loader/DocumentLoadTiming.cpp',
1913 'loader/DocumentLoader.cpp', 1909 'loader/DocumentLoader.cpp',
1914 'loader/DocumentThreadableLoader.cpp', 1910 'loader/DocumentThreadableLoader.cpp',
1915 'loader/DocumentThreadableLoader.h', 1911 'loader/DocumentThreadableLoader.h',
1916 'loader/DocumentThreadableLoaderClient.h', 1912 'loader/DocumentThreadableLoaderClient.h',
1917 'loader/DocumentWriter.cpp', 1913 'loader/DocumentWriter.cpp',
(...skipping 2310 matching lines...) Expand 10 before | Expand all | Expand 10 after
4228 'testing/PrivateScriptTestTest.cpp', 4224 'testing/PrivateScriptTestTest.cpp',
4229 'timing/MemoryInfoTest.cpp', 4225 'timing/MemoryInfoTest.cpp',
4230 'timing/PerformanceBaseTest.cpp', 4226 'timing/PerformanceBaseTest.cpp',
4231 'timing/PerformanceObserverTest.cpp', 4227 'timing/PerformanceObserverTest.cpp',
4232 'workers/WorkerThreadTest.cpp', 4228 'workers/WorkerThreadTest.cpp',
4233 'workers/WorkerThreadTestHelper.h', 4229 'workers/WorkerThreadTestHelper.h',
4234 'xml/parser/SharedBufferReaderTest.cpp', 4230 'xml/parser/SharedBufferReaderTest.cpp',
4235 ], 4231 ],
4236 } 4232 }
4237 } 4233 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/bindings/core/v8/SourceLocation.cpp ('k') | third_party/WebKit/Source/core/inspector/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698