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

Unified Diff: components/web_view/BUILD.gn

Issue 1371773003: mandoline: Add find in page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Final documentation changes. Created 5 years, 2 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
« no previous file with comments | « components/test/data/web_view/two_iframes_with_green.html ('k') | components/web_view/find_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/web_view/BUILD.gn
diff --git a/components/web_view/BUILD.gn b/components/web_view/BUILD.gn
index 1f5c100a65e3de7e332778d0c6417cc2aac84f41..90448601d43458ab239fb1c5c123ef169b7a9b25 100644
--- a/components/web_view/BUILD.gn
+++ b/components/web_view/BUILD.gn
@@ -15,6 +15,8 @@ source_set("lib") {
sources = [
"client_initiated_frame_connection.cc",
"client_initiated_frame_connection.h",
+ "find_controller.cc",
+ "find_controller.h",
"frame.cc",
"frame.h",
"frame_connection.cc",
« no previous file with comments | « components/test/data/web_view/two_iframes_with_green.html ('k') | components/web_view/find_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698