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

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: rebased 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 1911 matching lines...) Expand 10 before | Expand all | Expand 10 after
1922 'inspector/InspectorWorkerAgent.cpp', 1922 'inspector/InspectorWorkerAgent.cpp',
1923 'inspector/InspectorWorkerAgent.h', 1923 'inspector/InspectorWorkerAgent.h',
1924 'inspector/InstanceCounters.cpp', 1924 'inspector/InstanceCounters.cpp',
1925 'inspector/InstanceCounters.h', 1925 'inspector/InstanceCounters.h',
1926 'inspector/LayoutEditor.cpp', 1926 'inspector/LayoutEditor.cpp',
1927 'inspector/LayoutEditor.h', 1927 'inspector/LayoutEditor.h',
1928 'inspector/MainThreadDebugger.cpp', 1928 'inspector/MainThreadDebugger.cpp',
1929 'inspector/MainThreadDebugger.h', 1929 'inspector/MainThreadDebugger.h',
1930 'inspector/NetworkResourcesData.cpp', 1930 'inspector/NetworkResourcesData.cpp',
1931 'inspector/NetworkResourcesData.h', 1931 'inspector/NetworkResourcesData.h',
1932 'inspector/ProtocolPlatform.h',
1932 'inspector/ThreadDebugger.cpp', 1933 'inspector/ThreadDebugger.cpp',
1933 'inspector/ThreadDebugger.h', 1934 'inspector/ThreadDebugger.h',
1934 'inspector/V8InspectorString.cpp', 1935 'inspector/V8InspectorString.cpp',
1935 'inspector/V8InspectorString.h', 1936 'inspector/V8InspectorString.h',
1936 'inspector/WorkerInspectorController.cpp', 1937 'inspector/WorkerInspectorController.cpp',
1937 'inspector/WorkerInspectorController.h', 1938 'inspector/WorkerInspectorController.h',
1938 'inspector/WorkerThreadDebugger.cpp', 1939 'inspector/WorkerThreadDebugger.cpp',
1939 'inspector/WorkerThreadDebugger.h', 1940 'inspector/WorkerThreadDebugger.h',
1940 'loader/CookieJar.cpp', 1941 'loader/CookieJar.cpp',
1941 'loader/CrossOriginPreflightResultCache.cpp', 1942 'loader/CrossOriginPreflightResultCache.cpp',
(...skipping 2279 matching lines...) Expand 10 before | Expand all | Expand 10 after
4221 'html/parser/HTMLResourcePreloaderTest.cpp', 4222 'html/parser/HTMLResourcePreloaderTest.cpp',
4222 'html/parser/HTMLSrcsetParserTest.cpp', 4223 'html/parser/HTMLSrcsetParserTest.cpp',
4223 'html/parser/HTMLTokenizerTest.cpp', 4224 'html/parser/HTMLTokenizerTest.cpp',
4224 'html/parser/HTMLTreeBuilderSimulatorTest.cpp', 4225 'html/parser/HTMLTreeBuilderSimulatorTest.cpp',
4225 'html/parser/TextResourceDecoderTest.cpp', 4226 'html/parser/TextResourceDecoderTest.cpp',
4226 'html/shadow/MediaControlsTest.cpp', 4227 'html/shadow/MediaControlsTest.cpp',
4227 'html/track/TextTrackListTest.cpp', 4228 'html/track/TextTrackListTest.cpp',
4228 'html/track/vtt/BufferedLineReaderTest.cpp', 4229 'html/track/vtt/BufferedLineReaderTest.cpp',
4229 'html/track/vtt/VTTScannerTest.cpp', 4230 'html/track/vtt/VTTScannerTest.cpp',
4230 'input/EventHandlerTest.cpp', 4231 'input/EventHandlerTest.cpp',
4232 'inspector/ProtocolParserTest.cpp',
4231 'layout/ImageQualityControllerTest.cpp', 4233 'layout/ImageQualityControllerTest.cpp',
4232 'layout/InlineTextBoxTest.cpp', 4234 'layout/InlineTextBoxTest.cpp',
4233 'layout/LayoutBlockTest.cpp', 4235 'layout/LayoutBlockTest.cpp',
4234 'layout/LayoutBoxModelObjectTest.cpp', 4236 'layout/LayoutBoxModelObjectTest.cpp',
4235 'layout/LayoutBoxTest.cpp', 4237 'layout/LayoutBoxTest.cpp',
4236 'layout/LayoutInlineTest.cpp', 4238 'layout/LayoutInlineTest.cpp',
4237 'layout/LayoutMultiColumnFlowThreadTest.cpp', 4239 'layout/LayoutMultiColumnFlowThreadTest.cpp',
4238 'layout/LayoutObjectTest.cpp', 4240 'layout/LayoutObjectTest.cpp',
4239 'layout/LayoutPartTest.cpp', 4241 'layout/LayoutPartTest.cpp',
4240 'layout/LayoutProgressTest.cpp', 4242 'layout/LayoutProgressTest.cpp',
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
4302 'timing/MemoryInfoTest.cpp', 4304 'timing/MemoryInfoTest.cpp',
4303 'timing/PerformanceBaseTest.cpp', 4305 'timing/PerformanceBaseTest.cpp',
4304 'timing/PerformanceObserverTest.cpp', 4306 'timing/PerformanceObserverTest.cpp',
4305 'workers/DedicatedWorkerTest.cpp', 4307 'workers/DedicatedWorkerTest.cpp',
4306 'workers/WorkerThreadTest.cpp', 4308 'workers/WorkerThreadTest.cpp',
4307 'workers/WorkerThreadTestHelper.h', 4309 'workers/WorkerThreadTestHelper.h',
4308 'xml/parser/SharedBufferReaderTest.cpp', 4310 'xml/parser/SharedBufferReaderTest.cpp',
4309 ], 4311 ],
4310 } 4312 }
4311 } 4313 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698