summaryrefslogtreecommitdiffstats
path: root/android_webview/browser/DEPS
diff options
context:
space:
mode:
Diffstat (limited to 'android_webview/browser/DEPS')
-rw-r--r--android_webview/browser/DEPS3
1 files changed, 3 insertions, 0 deletions
diff --git a/android_webview/browser/DEPS b/android_webview/browser/DEPS
index 923f45e..2a21cd21 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",
]