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: just removal 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 1095 matching lines...) Expand 10 before | Expand all | Expand 10 after
1106 'v8_inspector/V8ProfilerAgentImpl.h', 1106 'v8_inspector/V8ProfilerAgentImpl.h',
1107 'v8_inspector/V8Regex.cpp', 1107 'v8_inspector/V8Regex.cpp',
1108 'v8_inspector/V8Regex.h', 1108 'v8_inspector/V8Regex.h',
1109 'v8_inspector/V8RuntimeAgentImpl.cpp', 1109 'v8_inspector/V8RuntimeAgentImpl.cpp',
1110 'v8_inspector/V8RuntimeAgentImpl.h', 1110 'v8_inspector/V8RuntimeAgentImpl.h',
1111 'v8_inspector/V8StackTraceImpl.cpp', 1111 'v8_inspector/V8StackTraceImpl.cpp',
1112 'v8_inspector/V8StackTraceImpl.h', 1112 'v8_inspector/V8StackTraceImpl.h',
1113 'v8_inspector/V8StringUtil.cpp', 1113 'v8_inspector/V8StringUtil.cpp',
1114 'v8_inspector/V8StringUtil.h', 1114 'v8_inspector/V8StringUtil.h',
1115 'v8_inspector/public/V8ConsoleTypes.h', 1115 'v8_inspector/public/V8ConsoleTypes.h',
1116 'v8_inspector/public/V8ContentSearchUtil.h',
1117 'v8_inspector/public/V8ContextInfo.h', 1116 'v8_inspector/public/V8ContextInfo.h',
1118 'v8_inspector/public/V8Debugger.h', 1117 'v8_inspector/public/V8Debugger.h',
1119 'v8_inspector/public/V8DebuggerClient.h', 1118 'v8_inspector/public/V8DebuggerClient.h',
1120 'v8_inspector/public/V8InspectorSession.h', 1119 'v8_inspector/public/V8InspectorSession.h',
1121 'v8_inspector/public/V8InspectorSessionClient.h', 1120 'v8_inspector/public/V8InspectorSessionClient.h',
1122 'v8_inspector/public/V8StackTrace.h', 1121 'v8_inspector/public/V8StackTrace.h',
1123 'web_memory_allocator_dump.cc', 1122 'web_memory_allocator_dump.cc',
1124 'web_memory_allocator_dump.h', 1123 'web_memory_allocator_dump.h',
1125 'web_process_memory_dump.cc', 1124 'web_process_memory_dump.cc',
1126 'web_process_memory_dump.h', 1125 'web_process_memory_dump.h',
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
1353 ['use_default_render_theme==1', 1352 ['use_default_render_theme==1',
1354 { 1353 {
1355 'platform_test_files': [ 1354 'platform_test_files': [
1356 'scroll/ScrollbarThemeAuraTest.cpp', 1355 'scroll/ScrollbarThemeAuraTest.cpp',
1357 ], 1356 ],
1358 } 1357 }
1359 ], 1358 ],
1360 ], 1359 ],
1361 }, 1360 },
1362 } 1361 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698