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

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: TextFinder and WebFrameImpl files Created 7 years 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/TextFinder.cpp ('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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 'SpeechInputClientImpl.h', 91 'SpeechInputClientImpl.h',
92 'SpeechRecognitionClientProxy.cpp', 92 'SpeechRecognitionClientProxy.cpp',
93 'SpeechRecognitionClientProxy.h', 93 'SpeechRecognitionClientProxy.h',
94 'SpellCheckerClientImpl.cpp', 94 'SpellCheckerClientImpl.cpp',
95 'SpellCheckerClientImpl.h', 95 'SpellCheckerClientImpl.h',
96 'StorageAreaProxy.cpp', 96 'StorageAreaProxy.cpp',
97 'StorageAreaProxy.h', 97 'StorageAreaProxy.h',
98 'StorageNamespaceProxy.cpp', 98 'StorageNamespaceProxy.cpp',
99 'StorageNamespaceProxy.h', 99 'StorageNamespaceProxy.h',
100 'StorageQuotaChromium.cpp', 100 'StorageQuotaChromium.cpp',
101 'TextFinder.cpp',
102 'TextFinder.h',
101 'UserMediaClientImpl.cpp', 103 'UserMediaClientImpl.cpp',
102 'UserMediaClientImpl.h', 104 'UserMediaClientImpl.h',
103 'ValidationMessageClientImpl.cpp', 105 'ValidationMessageClientImpl.cpp',
104 'ValidationMessageClientImpl.h', 106 'ValidationMessageClientImpl.h',
105 'ViewportAnchor.cpp', 107 'ViewportAnchor.cpp',
106 'ViewportAnchor.h', 108 'ViewportAnchor.h',
107 'WebAXObject.cpp', 109 'WebAXObject.cpp',
108 'WebArrayBufferView.cpp', 110 'WebArrayBufferView.cpp',
109 'WebBindings.cpp', 111 'WebBindings.cpp',
110 'WebBlob.cpp', 112 'WebBlob.cpp',
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 { 373 {
372 'web_unittest_files': [ 374 'web_unittest_files': [
373 'tests/KeyCodeConversionTestGtk.cpp', 375 'tests/KeyCodeConversionTestGtk.cpp',
374 'tests/WebInputEventFactoryTestGtk.cpp', 376 'tests/WebInputEventFactoryTestGtk.cpp',
375 ], 377 ],
376 } 378 }
377 ], 379 ],
378 ], 380 ],
379 }, 381 },
380 } 382 }
OLDNEW
« Source/web/TextFinder.cpp ('K') | « Source/web/WebFrameImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698