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

Unified Diff: android_webview/browser/DEPS

Issue 10941015: [Android] Upstream the WebView find-in-page API implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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
Index: android_webview/browser/DEPS
diff --git a/android_webview/browser/DEPS b/android_webview/browser/DEPS
index 923f45ed574a31f6f650ddc3518327b822316e3d..2a21cd2172a3af8903186c359f9465799335ff48 100644
--- a/android_webview/browser/DEPS
+++ b/android_webview/browser/DEPS
@@ -2,4 +2,7 @@ include_rules = [
"-android_webview",
"+android_webview/browser",
"+android_webview/common",
+
+ # POD structure required by the find-in-page IPC messages.
+ "+third_party/WebKit/Source/WebKit/chromium/public/WebFindOptions.h",
mkosiba (inactive) 2012/09/19 12:28:38 nit: should be OK to simply say "third_party/WebKi
Leandro GraciĆ” Gil 2012/09/19 12:35:09 I discussed this with joth. The public folder cont
]

Powered by Google App Engine
This is Rietveld 408576698