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

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: small fixes Created 4 years, 4 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 1910 matching lines...) Expand 10 before | Expand all | Expand 10 after
1921 'inspector/InstanceCounters.cpp', 1921 'inspector/InstanceCounters.cpp',
1922 'inspector/InstanceCounters.h', 1922 'inspector/InstanceCounters.h',
1923 'inspector/LayoutEditor.cpp', 1923 'inspector/LayoutEditor.cpp',
1924 'inspector/LayoutEditor.h', 1924 'inspector/LayoutEditor.h',
1925 'inspector/MainThreadDebugger.cpp', 1925 'inspector/MainThreadDebugger.cpp',
1926 'inspector/MainThreadDebugger.h', 1926 'inspector/MainThreadDebugger.h',
1927 'inspector/NetworkResourcesData.cpp', 1927 'inspector/NetworkResourcesData.cpp',
1928 'inspector/NetworkResourcesData.h', 1928 'inspector/NetworkResourcesData.h',
1929 'inspector/ThreadDebugger.cpp', 1929 'inspector/ThreadDebugger.cpp',
1930 'inspector/ThreadDebugger.h', 1930 'inspector/ThreadDebugger.h',
1931 'inspector/V8InspectorString.cpp',
1932 'inspector/V8InspectorString.h',
1931 'inspector/WorkerInspectorController.cpp', 1933 'inspector/WorkerInspectorController.cpp',
1932 'inspector/WorkerInspectorController.h', 1934 'inspector/WorkerInspectorController.h',
1933 'inspector/WorkerThreadDebugger.cpp', 1935 'inspector/WorkerThreadDebugger.cpp',
1934 'inspector/WorkerThreadDebugger.h', 1936 'inspector/WorkerThreadDebugger.h',
1935 'loader/CookieJar.cpp', 1937 'loader/CookieJar.cpp',
1936 'loader/CrossOriginPreflightResultCache.cpp', 1938 'loader/CrossOriginPreflightResultCache.cpp',
1937 'loader/DocumentLoadTiming.cpp', 1939 'loader/DocumentLoadTiming.cpp',
1938 'loader/DocumentLoader.cpp', 1940 'loader/DocumentLoader.cpp',
1939 'loader/DocumentThreadableLoader.cpp', 1941 'loader/DocumentThreadableLoader.cpp',
1940 'loader/DocumentThreadableLoader.h', 1942 'loader/DocumentThreadableLoader.h',
(...skipping 2352 matching lines...) Expand 10 before | Expand all | Expand 10 after
4293 'timing/MemoryInfoTest.cpp', 4295 'timing/MemoryInfoTest.cpp',
4294 'timing/PerformanceBaseTest.cpp', 4296 'timing/PerformanceBaseTest.cpp',
4295 'timing/PerformanceObserverTest.cpp', 4297 'timing/PerformanceObserverTest.cpp',
4296 'workers/DedicatedWorkerTest.cpp', 4298 'workers/DedicatedWorkerTest.cpp',
4297 'workers/WorkerThreadTest.cpp', 4299 'workers/WorkerThreadTest.cpp',
4298 'workers/WorkerThreadTestHelper.h', 4300 'workers/WorkerThreadTestHelper.h',
4299 'xml/parser/SharedBufferReaderTest.cpp', 4301 'xml/parser/SharedBufferReaderTest.cpp',
4300 ], 4302 ],
4301 } 4303 }
4302 } 4304 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698