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

Unified Diff: content/browser/renderer_host/java/DEPS

Issue 353163002: [Android] Switch to Gin Java Bridge implementation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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: content/browser/renderer_host/java/DEPS
diff --git a/content/browser/renderer_host/java/DEPS b/content/browser/renderer_host/java/DEPS
index 055124358835e647f94f393d8eb29b2d9d965163..557bb638a11634a31ee20e65868d94a8292dc94e 100644
--- a/content/browser/renderer_host/java/DEPS
+++ b/content/browser/renderer_host/java/DEPS
@@ -1,4 +1,5 @@
include_rules = [
"+content/child", # For java bridge bindings
+ "+content/public/browser/web_contents.h", # As Java Bridge isn't a RVH
"+third_party/WebKit/public/web/WebBindings.h", # For java bridge bindings
]

Powered by Google App Engine
This is Rietveld 408576698