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

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

Issue 2251343003: [DevTools] Generate separate copies of inspector_protocol. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: win compile Created 4 years, 3 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/AnimationEffectReadOnly.idl', 9 'animation/AnimationEffectReadOnly.idl',
10 'animation/AnimationEffectTiming.idl', 10 'animation/AnimationEffectTiming.idl',
(...skipping 1916 matching lines...) Expand 10 before | Expand all | Expand 10 after
1927 'inspector/InspectorWorkerAgent.cpp', 1927 'inspector/InspectorWorkerAgent.cpp',
1928 'inspector/InspectorWorkerAgent.h', 1928 'inspector/InspectorWorkerAgent.h',
1929 'inspector/InstanceCounters.cpp', 1929 'inspector/InstanceCounters.cpp',
1930 'inspector/InstanceCounters.h', 1930 'inspector/InstanceCounters.h',
1931 'inspector/LayoutEditor.cpp', 1931 'inspector/LayoutEditor.cpp',
1932 'inspector/LayoutEditor.h', 1932 'inspector/LayoutEditor.h',
1933 'inspector/MainThreadDebugger.cpp', 1933 'inspector/MainThreadDebugger.cpp',
1934 'inspector/MainThreadDebugger.h', 1934 'inspector/MainThreadDebugger.h',
1935 'inspector/NetworkResourcesData.cpp', 1935 'inspector/NetworkResourcesData.cpp',
1936 'inspector/NetworkResourcesData.h', 1936 'inspector/NetworkResourcesData.h',
1937 'inspector/ProtocolPlatform.h',
1937 'inspector/ThreadDebugger.cpp', 1938 'inspector/ThreadDebugger.cpp',
1938 'inspector/ThreadDebugger.h', 1939 'inspector/ThreadDebugger.h',
1939 'inspector/V8InspectorString.cpp', 1940 'inspector/V8InspectorString.cpp',
1940 'inspector/V8InspectorString.h', 1941 'inspector/V8InspectorString.h',
1941 'inspector/WorkerInspectorController.cpp', 1942 'inspector/WorkerInspectorController.cpp',
1942 'inspector/WorkerInspectorController.h', 1943 'inspector/WorkerInspectorController.h',
1943 'inspector/WorkerThreadDebugger.cpp', 1944 'inspector/WorkerThreadDebugger.cpp',
1944 'inspector/WorkerThreadDebugger.h', 1945 'inspector/WorkerThreadDebugger.h',
1945 'loader/CookieJar.cpp', 1946 'loader/CookieJar.cpp',
1946 'loader/CrossOriginPreflightResultCache.cpp', 1947 'loader/CrossOriginPreflightResultCache.cpp',
(...skipping 2280 matching lines...) Expand 10 before | Expand all | Expand 10 after
4227 'html/parser/HTMLResourcePreloaderTest.cpp', 4228 'html/parser/HTMLResourcePreloaderTest.cpp',
4228 'html/parser/HTMLSrcsetParserTest.cpp', 4229 'html/parser/HTMLSrcsetParserTest.cpp',
4229 'html/parser/HTMLTokenizerTest.cpp', 4230 'html/parser/HTMLTokenizerTest.cpp',
4230 'html/parser/HTMLTreeBuilderSimulatorTest.cpp', 4231 'html/parser/HTMLTreeBuilderSimulatorTest.cpp',
4231 'html/parser/TextResourceDecoderTest.cpp', 4232 'html/parser/TextResourceDecoderTest.cpp',
4232 'html/shadow/MediaControlsTest.cpp', 4233 'html/shadow/MediaControlsTest.cpp',
4233 'html/track/TextTrackListTest.cpp', 4234 'html/track/TextTrackListTest.cpp',
4234 'html/track/vtt/BufferedLineReaderTest.cpp', 4235 'html/track/vtt/BufferedLineReaderTest.cpp',
4235 'html/track/vtt/VTTScannerTest.cpp', 4236 'html/track/vtt/VTTScannerTest.cpp',
4236 'input/EventHandlerTest.cpp', 4237 'input/EventHandlerTest.cpp',
4238 'inspector/ProtocolParserTest.cpp',
4237 'layout/ImageQualityControllerTest.cpp', 4239 'layout/ImageQualityControllerTest.cpp',
4238 'layout/InlineTextBoxTest.cpp', 4240 'layout/InlineTextBoxTest.cpp',
4239 'layout/LayoutBlockTest.cpp', 4241 'layout/LayoutBlockTest.cpp',
4240 'layout/LayoutBoxModelObjectTest.cpp', 4242 'layout/LayoutBoxModelObjectTest.cpp',
4241 'layout/LayoutBoxTest.cpp', 4243 'layout/LayoutBoxTest.cpp',
4242 'layout/LayoutInlineTest.cpp', 4244 'layout/LayoutInlineTest.cpp',
4243 'layout/LayoutMultiColumnFlowThreadTest.cpp', 4245 'layout/LayoutMultiColumnFlowThreadTest.cpp',
4244 'layout/LayoutObjectTest.cpp', 4246 'layout/LayoutObjectTest.cpp',
4245 'layout/LayoutPartTest.cpp', 4247 'layout/LayoutPartTest.cpp',
4246 'layout/LayoutProgressTest.cpp', 4248 'layout/LayoutProgressTest.cpp',
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
4309 'timing/MemoryInfoTest.cpp', 4311 'timing/MemoryInfoTest.cpp',
4310 'timing/PerformanceBaseTest.cpp', 4312 'timing/PerformanceBaseTest.cpp',
4311 'timing/PerformanceObserverTest.cpp', 4313 'timing/PerformanceObserverTest.cpp',
4312 'workers/DedicatedWorkerTest.cpp', 4314 'workers/DedicatedWorkerTest.cpp',
4313 'workers/WorkerThreadTest.cpp', 4315 'workers/WorkerThreadTest.cpp',
4314 'workers/WorkerThreadTestHelper.h', 4316 'workers/WorkerThreadTestHelper.h',
4315 'xml/parser/SharedBufferReaderTest.cpp', 4317 'xml/parser/SharedBufferReaderTest.cpp',
4316 ], 4318 ],
4317 } 4319 }
4318 } 4320 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/BUILD.gn ('k') | third_party/WebKit/Source/core/core_generated.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698