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

Unified Diff: android_webview/renderer/DEPS

Issue 831523004: Enable posting a message from JS to Android webview. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix component builds Created 5 years, 11 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/renderer/DEPS
diff --git a/android_webview/renderer/DEPS b/android_webview/renderer/DEPS
index 055b5e0b0a17e254a497b4926432371ef18764cb..6c1ad135190a82cf75a6b42d620ae180f9550c80 100644
--- a/android_webview/renderer/DEPS
+++ b/android_webview/renderer/DEPS
@@ -20,4 +20,6 @@ include_rules = [
"+ui/gfx",
"+ui/gl/gpu_memory_buffer.h",
+
+ "+v8/include/v8.h",
]

Powered by Google App Engine
This is Rietveld 408576698