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

Side by Side Diff: third_party/WebKit/Source/platform/blink_platform.gypi

Issue 2182423002: [DevTools] Remove V8ContentSearchUtil. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@strings-1
Patch Set: query ensure16bit 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 '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 1096 matching lines...) Expand 10 before | Expand all | Expand 10 after
1107 'v8_inspector/V8ProfilerAgentImpl.h', 1107 'v8_inspector/V8ProfilerAgentImpl.h',
1108 'v8_inspector/V8Regex.cpp', 1108 'v8_inspector/V8Regex.cpp',
1109 'v8_inspector/V8Regex.h', 1109 'v8_inspector/V8Regex.h',
1110 'v8_inspector/V8RuntimeAgentImpl.cpp', 1110 'v8_inspector/V8RuntimeAgentImpl.cpp',
1111 'v8_inspector/V8RuntimeAgentImpl.h', 1111 'v8_inspector/V8RuntimeAgentImpl.h',
1112 'v8_inspector/V8StackTraceImpl.cpp', 1112 'v8_inspector/V8StackTraceImpl.cpp',
1113 'v8_inspector/V8StackTraceImpl.h', 1113 'v8_inspector/V8StackTraceImpl.h',
1114 'v8_inspector/V8StringUtil.cpp', 1114 'v8_inspector/V8StringUtil.cpp',
1115 'v8_inspector/V8StringUtil.h', 1115 'v8_inspector/V8StringUtil.h',
1116 'v8_inspector/public/V8ConsoleTypes.h', 1116 'v8_inspector/public/V8ConsoleTypes.h',
1117 'v8_inspector/public/V8ContentSearchUtil.h',
1118 'v8_inspector/public/V8ContextInfo.h', 1117 'v8_inspector/public/V8ContextInfo.h',
1119 'v8_inspector/public/V8Debugger.h', 1118 'v8_inspector/public/V8Debugger.h',
1120 'v8_inspector/public/V8DebuggerClient.h', 1119 'v8_inspector/public/V8DebuggerClient.h',
1121 'v8_inspector/public/V8InspectorSession.h', 1120 'v8_inspector/public/V8InspectorSession.h',
1122 'v8_inspector/public/V8InspectorSessionClient.h', 1121 'v8_inspector/public/V8InspectorSessionClient.h',
1123 'v8_inspector/public/V8StackTrace.h', 1122 'v8_inspector/public/V8StackTrace.h',
1124 'web_memory_allocator_dump.cc', 1123 'web_memory_allocator_dump.cc',
1125 'web_memory_allocator_dump.h', 1124 'web_memory_allocator_dump.h',
1126 'web_process_memory_dump.cc', 1125 'web_process_memory_dump.cc',
1127 'web_process_memory_dump.h', 1126 'web_process_memory_dump.h',
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
1354 ['use_default_render_theme==1', 1353 ['use_default_render_theme==1',
1355 { 1354 {
1356 'platform_test_files': [ 1355 'platform_test_files': [
1357 'scroll/ScrollbarThemeAuraTest.cpp', 1356 'scroll/ScrollbarThemeAuraTest.cpp',
1358 ], 1357 ],
1359 } 1358 }
1360 ], 1359 ],
1361 ], 1360 ],
1362 }, 1361 },
1363 } 1362 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698