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

Unified 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: Created 6 years, 10 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 side-by-side diff with in-line comments
Download patch
« Source/web/WebFrameImpl.cpp ('K') | « Source/web/WebFrameImpl.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/web.gypi
diff --git a/Source/web/web.gypi b/Source/web/web.gypi
index e7811d651d90f49e66d704a340f851e6f185e2c0..bf1c84f96d8616f2f728e7e2e8bb4b0101b3cde0 100644
--- a/Source/web/web.gypi
+++ b/Source/web/web.gypi
@@ -95,6 +95,8 @@
'StorageClientImpl.h',
'StorageQuotaClientImpl.cpp',
'StorageQuotaClientImpl.h',
+ 'TextFinder.cpp',
+ 'TextFinder.h',
'UserMediaClientImpl.cpp',
'UserMediaClientImpl.h',
'ValidationMessageClientImpl.cpp',
« 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