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

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: Changed invalidateArea() function 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
« Source/web/WebFrameImpl.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 '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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 'SpeechInputClientImpl.cpp', 84 'SpeechInputClientImpl.cpp',
85 'SpeechInputClientImpl.h', 85 'SpeechInputClientImpl.h',
86 'SpeechRecognitionClientProxy.cpp', 86 'SpeechRecognitionClientProxy.cpp',
87 'SpeechRecognitionClientProxy.h', 87 'SpeechRecognitionClientProxy.h',
88 'SpellCheckerClientImpl.cpp', 88 'SpellCheckerClientImpl.cpp',
89 'SpellCheckerClientImpl.h', 89 'SpellCheckerClientImpl.h',
90 'StorageClientImpl.cpp', 90 'StorageClientImpl.cpp',
91 'StorageClientImpl.h', 91 'StorageClientImpl.h',
92 'StorageQuotaClientImpl.cpp', 92 'StorageQuotaClientImpl.cpp',
93 'StorageQuotaClientImpl.h', 93 'StorageQuotaClientImpl.h',
94 'TextFinder.cpp',
95 'TextFinder.h',
94 'UserMediaClientImpl.cpp', 96 'UserMediaClientImpl.cpp',
95 'UserMediaClientImpl.h', 97 'UserMediaClientImpl.h',
96 'ValidationMessageClientImpl.cpp', 98 'ValidationMessageClientImpl.cpp',
97 'ValidationMessageClientImpl.h', 99 'ValidationMessageClientImpl.h',
98 'ViewportAnchor.cpp', 100 'ViewportAnchor.cpp',
99 'ViewportAnchor.h', 101 'ViewportAnchor.h',
100 'WebAXObject.cpp', 102 'WebAXObject.cpp',
101 'WebArrayBufferConverter.cpp', 103 'WebArrayBufferConverter.cpp',
102 'WebArrayBufferView.cpp', 104 'WebArrayBufferView.cpp',
103 'WebBindings.cpp', 105 'WebBindings.cpp',
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
348 { 350 {
349 'web_unittest_files': [ 351 'web_unittest_files': [
350 'tests/KeyCodeConversionTestGtk.cpp', 352 'tests/KeyCodeConversionTestGtk.cpp',
351 'tests/WebInputEventFactoryTestGtk.cpp', 353 'tests/WebInputEventFactoryTestGtk.cpp',
352 ], 354 ],
353 } 355 }
354 ], 356 ],
355 ], 357 ],
356 }, 358 },
357 } 359 }
OLDNEW
« Source/web/WebFrameImpl.cpp ('K') | « Source/web/WebFrameImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698