Chromium Code Reviews| 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
|
| ] |