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

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

Issue 181013007: Introduce TextFinder class for decoupling WebFrameImpl and text finder. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@introduce-textfinder-class-new
Patch Set: Fixed Linux build Created 6 years, 9 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 'AssertMatchingEnums.cpp', 4 'AssertMatchingEnums.cpp',
5 'AssociatedURLLoader.cpp', 5 'AssociatedURLLoader.cpp',
6 'AssociatedURLLoader.h', 6 'AssociatedURLLoader.h',
7 'BackForwardClientImpl.cpp', 7 'BackForwardClientImpl.cpp',
8 'BackForwardClientImpl.h', 8 'BackForwardClientImpl.h',
9 'ChromeClientImpl.cpp', 9 'ChromeClientImpl.cpp',
10 'ChromeClientImpl.h', 10 'ChromeClientImpl.h',
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 'SpeechInputClientImpl.cpp', 86 'SpeechInputClientImpl.cpp',
87 'SpeechInputClientImpl.h', 87 'SpeechInputClientImpl.h',
88 'SpeechRecognitionClientProxy.cpp', 88 'SpeechRecognitionClientProxy.cpp',
89 'SpeechRecognitionClientProxy.h', 89 'SpeechRecognitionClientProxy.h',
90 'SpellCheckerClientImpl.cpp', 90 'SpellCheckerClientImpl.cpp',
91 'SpellCheckerClientImpl.h', 91 'SpellCheckerClientImpl.h',
92 'StorageClientImpl.cpp', 92 'StorageClientImpl.cpp',
93 'StorageClientImpl.h', 93 'StorageClientImpl.h',
94 'StorageQuotaClientImpl.cpp', 94 'StorageQuotaClientImpl.cpp',
95 'StorageQuotaClientImpl.h', 95 'StorageQuotaClientImpl.h',
96 'TextFinder.cpp',
97 'TextFinder.h',
96 'UserMediaClientImpl.cpp', 98 'UserMediaClientImpl.cpp',
97 'UserMediaClientImpl.h', 99 'UserMediaClientImpl.h',
98 'ValidationMessageClientImpl.cpp', 100 'ValidationMessageClientImpl.cpp',
99 'ValidationMessageClientImpl.h', 101 'ValidationMessageClientImpl.h',
100 'ViewportAnchor.cpp', 102 'ViewportAnchor.cpp',
101 'ViewportAnchor.h', 103 'ViewportAnchor.h',
102 'WebAXObject.cpp', 104 'WebAXObject.cpp',
103 'WebArrayBufferConverter.cpp', 105 'WebArrayBufferConverter.cpp',
104 'WebArrayBufferView.cpp', 106 'WebArrayBufferView.cpp',
105 'WebBindings.cpp', 107 'WebBindings.cpp',
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
350 { 352 {
351 'web_unittest_files': [ 353 'web_unittest_files': [
352 'tests/KeyCodeConversionTestGtk.cpp', 354 'tests/KeyCodeConversionTestGtk.cpp',
353 'tests/WebInputEventFactoryTestGtk.cpp', 355 'tests/WebInputEventFactoryTestGtk.cpp',
354 ], 356 ],
355 } 357 }
356 ], 358 ],
357 ], 359 ],
358 }, 360 },
359 } 361 }
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