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

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: Rebase Created 6 years, 11 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/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 'BackForwardClientImpl.cpp', 9 'BackForwardClientImpl.cpp',
10 'BackForwardClientImpl.h', 10 'BackForwardClientImpl.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 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
372 { 374 {
373 'web_unittest_files': [ 375 'web_unittest_files': [
374 'tests/KeyCodeConversionTestGtk.cpp', 376 'tests/KeyCodeConversionTestGtk.cpp',
375 'tests/WebInputEventFactoryTestGtk.cpp', 377 'tests/WebInputEventFactoryTestGtk.cpp',
376 ], 378 ],
377 } 379 }
378 ], 380 ],
379 ], 381 ],
380 }, 382 },
381 } 383 }
OLDNEW
« no previous file with comments | « Source/web/WebFrameImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698