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

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

Issue 69923006: Introduce TextFinder class. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@upload-review-4
Patch Set: Created 7 years, 1 month 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
« Source/web/WebFrameImpl.h ('K') | « Source/web/WebFrameImpl.cpp ('k') | no next file » | 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 'AutofillPopupMenuClient.cpp', 9 'AutofillPopupMenuClient.cpp',
10 'AutofillPopupMenuClient.h', 10 'AutofillPopupMenuClient.h',
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 'GeolocationClientProxy.cpp', 47 'GeolocationClientProxy.cpp',
48 'GeolocationClientProxy.h', 48 'GeolocationClientProxy.h',
49 'GraphicsLayerFactoryChromium.cpp', 49 'GraphicsLayerFactoryChromium.cpp',
50 'GraphicsLayerFactoryChromium.h', 50 'GraphicsLayerFactoryChromium.h',
51 'IDBCursorBackendProxy.cpp', 51 'IDBCursorBackendProxy.cpp',
52 'IDBCursorBackendProxy.h', 52 'IDBCursorBackendProxy.h',
53 'IDBDatabaseBackendProxy.cpp', 53 'IDBDatabaseBackendProxy.cpp',
54 'IDBDatabaseBackendProxy.h', 54 'IDBDatabaseBackendProxy.h',
55 'IDBFactoryBackendProxy.cpp', 55 'IDBFactoryBackendProxy.cpp',
56 'IDBFactoryBackendProxy.h', 56 'IDBFactoryBackendProxy.h',
57 'InFrameFinder.cpp',
58 'InFrameFinder.h',
57 'InbandTextTrackPrivateImpl.cpp', 59 'InbandTextTrackPrivateImpl.cpp',
58 'InbandTextTrackPrivateImpl.h', 60 'InbandTextTrackPrivateImpl.h',
59 'InspectorClientImpl.cpp', 61 'InspectorClientImpl.cpp',
60 'InspectorClientImpl.h', 62 'InspectorClientImpl.h',
61 'InspectorFrontendClientImpl.cpp', 63 'InspectorFrontendClientImpl.cpp',
62 'InspectorFrontendClientImpl.h', 64 'InspectorFrontendClientImpl.h',
63 'LinkHighlight.cpp', 65 'LinkHighlight.cpp',
64 'LinkHighlight.h', 66 'LinkHighlight.h',
65 'LocalFileSystemClient.cpp', 67 'LocalFileSystemClient.cpp',
66 'LocalFileSystemClient.h', 68 'LocalFileSystemClient.h',
(...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after
357 { 359 {
358 'web_unittest_files': [ 360 'web_unittest_files': [
359 'tests/KeyCodeConversionTestGtk.cpp', 361 'tests/KeyCodeConversionTestGtk.cpp',
360 'tests/WebInputEventFactoryTestGtk.cpp', 362 'tests/WebInputEventFactoryTestGtk.cpp',
361 ], 363 ],
362 } 364 }
363 ], 365 ],
364 ], 366 ],
365 }, 367 },
366 } 368 }
OLDNEW
« Source/web/WebFrameImpl.h ('K') | « Source/web/WebFrameImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698