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

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

Issue 2260233002: [DevTools] Migrate v8_inspector/public from String16 to String{View,Buffer}. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: styling 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 1913 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/ThreadDebugger.cpp', 1932 'inspector/ThreadDebugger.cpp',
1933 'inspector/ThreadDebugger.h', 1933 'inspector/ThreadDebugger.h',
1934 'inspector/V8InspectorString.cpp',
1935 'inspector/V8InspectorString.h',
1934 'inspector/WorkerInspectorController.cpp', 1936 'inspector/WorkerInspectorController.cpp',
1935 'inspector/WorkerInspectorController.h', 1937 'inspector/WorkerInspectorController.h',
1936 'inspector/WorkerThreadDebugger.cpp', 1938 'inspector/WorkerThreadDebugger.cpp',
1937 'inspector/WorkerThreadDebugger.h', 1939 'inspector/WorkerThreadDebugger.h',
1938 'loader/CookieJar.cpp', 1940 'loader/CookieJar.cpp',
1939 'loader/CrossOriginPreflightResultCache.cpp', 1941 'loader/CrossOriginPreflightResultCache.cpp',
1940 'loader/DocumentLoadTiming.cpp', 1942 'loader/DocumentLoadTiming.cpp',
1941 'loader/DocumentLoader.cpp', 1943 'loader/DocumentLoader.cpp',
1942 'loader/DocumentThreadableLoader.cpp', 1944 'loader/DocumentThreadableLoader.cpp',
1943 'loader/DocumentThreadableLoader.h', 1945 'loader/DocumentThreadableLoader.h',
(...skipping 2354 matching lines...) Expand 10 before | Expand all | Expand 10 after
4298 'timing/MemoryInfoTest.cpp', 4300 'timing/MemoryInfoTest.cpp',
4299 'timing/PerformanceBaseTest.cpp', 4301 'timing/PerformanceBaseTest.cpp',
4300 'timing/PerformanceObserverTest.cpp', 4302 'timing/PerformanceObserverTest.cpp',
4301 'workers/DedicatedWorkerTest.cpp', 4303 'workers/DedicatedWorkerTest.cpp',
4302 'workers/WorkerThreadTest.cpp', 4304 'workers/WorkerThreadTest.cpp',
4303 'workers/WorkerThreadTestHelper.h', 4305 'workers/WorkerThreadTestHelper.h',
4304 'xml/parser/SharedBufferReaderTest.cpp', 4306 'xml/parser/SharedBufferReaderTest.cpp',
4305 ], 4307 ],
4306 } 4308 }
4307 } 4309 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698