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

Side by Side Diff: third_party/WebKit/Source/platform/blink_platform.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 'platform_generated.gypi', 3 'platform_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 'platform_files': [ 6 'platform_files': [
7 'AsyncFileSystemCallbacks.h', 7 'AsyncFileSystemCallbacks.h',
8 'CalculationValue.h', 8 'CalculationValue.h',
9 'CheckedInt.h', 9 'CheckedInt.h',
10 'ContentDecryptionModuleResult.h', 10 'ContentDecryptionModuleResult.h',
(...skipping 1165 matching lines...) Expand 10 before | Expand all | Expand 10 after
1176 'v8_inspector/V8Regex.cpp', 1176 'v8_inspector/V8Regex.cpp',
1177 'v8_inspector/V8Regex.h', 1177 'v8_inspector/V8Regex.h',
1178 'v8_inspector/V8RuntimeAgentImpl.cpp', 1178 'v8_inspector/V8RuntimeAgentImpl.cpp',
1179 'v8_inspector/V8RuntimeAgentImpl.h', 1179 'v8_inspector/V8RuntimeAgentImpl.h',
1180 'v8_inspector/V8StackTraceImpl.cpp', 1180 'v8_inspector/V8StackTraceImpl.cpp',
1181 'v8_inspector/V8StackTraceImpl.h', 1181 'v8_inspector/V8StackTraceImpl.h',
1182 'v8_inspector/V8StringUtil.cpp', 1182 'v8_inspector/V8StringUtil.cpp',
1183 'v8_inspector/V8StringUtil.h', 1183 'v8_inspector/V8StringUtil.h',
1184 'v8_inspector/V8ValueCopier.cpp', 1184 'v8_inspector/V8ValueCopier.cpp',
1185 'v8_inspector/V8ValueCopier.h', 1185 'v8_inspector/V8ValueCopier.h',
1186 'v8_inspector/public/StringBuffer.h',
1187 'v8_inspector/public/StringView.h',
1186 'v8_inspector/public/V8ContextInfo.h', 1188 'v8_inspector/public/V8ContextInfo.h',
1187 'v8_inspector/public/V8Inspector.h', 1189 'v8_inspector/public/V8Inspector.h',
1188 'v8_inspector/public/V8InspectorClient.h', 1190 'v8_inspector/public/V8InspectorClient.h',
1189 'v8_inspector/public/V8InspectorSession.h', 1191 'v8_inspector/public/V8InspectorSession.h',
1190 'v8_inspector/public/V8StackTrace.h', 1192 'v8_inspector/public/V8StackTrace.h',
1191 'web_memory_allocator_dump.cc', 1193 'web_memory_allocator_dump.cc',
1192 'web_memory_allocator_dump.h', 1194 'web_memory_allocator_dump.h',
1193 'web_process_memory_dump.cc', 1195 'web_process_memory_dump.cc',
1194 'web_process_memory_dump.h', 1196 'web_process_memory_dump.h',
1195 'weborigin/KURL.cpp', 1197 'weborigin/KURL.cpp',
(...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
1454 ['use_default_render_theme==1', 1456 ['use_default_render_theme==1',
1455 { 1457 {
1456 'platform_test_files': [ 1458 'platform_test_files': [
1457 'scroll/ScrollbarThemeAuraTest.cpp', 1459 'scroll/ScrollbarThemeAuraTest.cpp',
1458 ], 1460 ],
1459 } 1461 }
1460 ], 1462 ],
1461 ], 1463 ],
1462 }, 1464 },
1463 } 1465 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698