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

Side by Side Diff: Source/web/web.gypi

Issue 22926014: Delete unused WebViewBenchmarkSupport interface (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fixed build Created 7 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
« no previous file with comments | « Source/web/WebViewImpl.cpp ('k') | public/web/WebView.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'web_files': [ 3 'web_files': [
4 'ApplicationCacheHost.cpp', 4 'ApplicationCacheHost.cpp',
5 'ApplicationCacheHostInternal.h', 5 'ApplicationCacheHostInternal.h',
6 'AssertMatchingEnums.cpp', 6 'AssertMatchingEnums.cpp',
7 'AssociatedURLLoader.cpp', 7 'AssociatedURLLoader.cpp',
8 'AssociatedURLLoader.h', 8 'AssociatedURLLoader.h',
9 'AsyncFileSystemChromium.cpp', 9 'AsyncFileSystemChromium.cpp',
10 'AsyncFileSystemChromium.h', 10 'AsyncFileSystemChromium.h',
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 'WebSurroundingText.cpp', 247 'WebSurroundingText.cpp',
248 'WebTextCheckingCompletionImpl.cpp', 248 'WebTextCheckingCompletionImpl.cpp',
249 'WebTextCheckingCompletionImpl.h', 249 'WebTextCheckingCompletionImpl.h',
250 'WebTextCheckingResult.cpp', 250 'WebTextCheckingResult.cpp',
251 'WebTextInputInfo.cpp', 251 'WebTextInputInfo.cpp',
252 'WebTextRun.cpp', 252 'WebTextRun.cpp',
253 'WebURLLoadTiming.cpp', 253 'WebURLLoadTiming.cpp',
254 'WebUserGestureIndicator.cpp', 254 'WebUserGestureIndicator.cpp',
255 'WebUserGestureToken.cpp', 255 'WebUserGestureToken.cpp',
256 'WebUserMediaRequest.cpp', 256 'WebUserMediaRequest.cpp',
257 'WebViewBenchmarkSupportImpl.cpp',
258 'WebViewBenchmarkSupportImpl.h',
259 'WebViewImpl.cpp', 257 'WebViewImpl.cpp',
260 'WebViewImpl.h', 258 'WebViewImpl.h',
261 'WebWorkerBase.cpp', 259 'WebWorkerBase.cpp',
262 'WebWorkerBase.h', 260 'WebWorkerBase.h',
263 'WebWorkerClientImpl.cpp', 261 'WebWorkerClientImpl.cpp',
264 'WebWorkerClientImpl.h', 262 'WebWorkerClientImpl.h',
265 'WebWorkerInfo.cpp', 263 'WebWorkerInfo.cpp',
266 'WebWorkerRunLoop.cpp', 264 'WebWorkerRunLoop.cpp',
267 'WorkerAllowMainThreadBridgeBase.cpp', 265 'WorkerAllowMainThreadBridgeBase.cpp',
268 'WorkerAllowMainThreadBridgeBase.h', 266 'WorkerAllowMainThreadBridgeBase.h',
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
366 { 364 {
367 'web_unittest_files': [ 365 'web_unittest_files': [
368 'tests/KeyCodeConversionTestGtk.cpp', 366 'tests/KeyCodeConversionTestGtk.cpp',
369 'tests/WebInputEventFactoryTestGtk.cpp', 367 'tests/WebInputEventFactoryTestGtk.cpp',
370 ], 368 ],
371 } 369 }
372 ], 370 ],
373 ], 371 ],
374 }, 372 },
375 } 373 }
OLDNEW
« no previous file with comments | « Source/web/WebViewImpl.cpp ('k') | public/web/WebView.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698