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

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: using WTF::StringView 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 1906 matching lines...) Expand 10 before | Expand all | Expand 10 after
1917 'inspector/InstanceCounters.cpp', 1917 'inspector/InstanceCounters.cpp',
1918 'inspector/InstanceCounters.h', 1918 'inspector/InstanceCounters.h',
1919 'inspector/LayoutEditor.cpp', 1919 'inspector/LayoutEditor.cpp',
1920 'inspector/LayoutEditor.h', 1920 'inspector/LayoutEditor.h',
1921 'inspector/MainThreadDebugger.cpp', 1921 'inspector/MainThreadDebugger.cpp',
1922 'inspector/MainThreadDebugger.h', 1922 'inspector/MainThreadDebugger.h',
1923 'inspector/NetworkResourcesData.cpp', 1923 'inspector/NetworkResourcesData.cpp',
1924 'inspector/NetworkResourcesData.h', 1924 'inspector/NetworkResourcesData.h',
1925 'inspector/ThreadDebugger.cpp', 1925 'inspector/ThreadDebugger.cpp',
1926 'inspector/ThreadDebugger.h', 1926 'inspector/ThreadDebugger.h',
1927 'inspector/V8InspectorStringView.cpp',
1928 'inspector/V8InspectorStringView.h',
1927 'inspector/WorkerInspectorController.cpp', 1929 'inspector/WorkerInspectorController.cpp',
1928 'inspector/WorkerInspectorController.h', 1930 'inspector/WorkerInspectorController.h',
1929 'inspector/WorkerThreadDebugger.cpp', 1931 'inspector/WorkerThreadDebugger.cpp',
1930 'inspector/WorkerThreadDebugger.h', 1932 'inspector/WorkerThreadDebugger.h',
1931 'loader/CookieJar.cpp', 1933 'loader/CookieJar.cpp',
1932 'loader/CrossOriginPreflightResultCache.cpp', 1934 'loader/CrossOriginPreflightResultCache.cpp',
1933 'loader/DocumentLoadTiming.cpp', 1935 'loader/DocumentLoadTiming.cpp',
1934 'loader/DocumentLoader.cpp', 1936 'loader/DocumentLoader.cpp',
1935 'loader/DocumentThreadableLoader.cpp', 1937 'loader/DocumentThreadableLoader.cpp',
1936 'loader/DocumentThreadableLoader.h', 1938 'loader/DocumentThreadableLoader.h',
(...skipping 2342 matching lines...) Expand 10 before | Expand all | Expand 10 after
4279 'testing/PrivateScriptTestTest.cpp', 4281 'testing/PrivateScriptTestTest.cpp',
4280 'timing/MemoryInfoTest.cpp', 4282 'timing/MemoryInfoTest.cpp',
4281 'timing/PerformanceBaseTest.cpp', 4283 'timing/PerformanceBaseTest.cpp',
4282 'timing/PerformanceObserverTest.cpp', 4284 'timing/PerformanceObserverTest.cpp',
4283 'workers/WorkerThreadTest.cpp', 4285 'workers/WorkerThreadTest.cpp',
4284 'workers/WorkerThreadTestHelper.h', 4286 'workers/WorkerThreadTestHelper.h',
4285 'xml/parser/SharedBufferReaderTest.cpp', 4287 'xml/parser/SharedBufferReaderTest.cpp',
4286 ], 4288 ],
4287 } 4289 }
4288 } 4290 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698