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

Unified Diff: DEPS

Issue 477903003: Make the WebView apk build in the Chrome tree (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update DEPS Created 6 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
« no previous file with comments | « .gitignore ('k') | android_webview/Android.mk » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 92a4ecd5685e3cdc4bacdf8bf218f774311af272..b93eae6b889f4254868a98f1e4bbf896b0354d26 100644
--- a/DEPS
+++ b/DEPS
@@ -468,6 +468,11 @@ deps_os = {
'src/third_party/android_protobuf/src':
Var('chromium_git') + '/external/android_protobuf.git' + '@' + '94f522f907e3f34f70d9e7816b947e62fddbb267',
+ # Whenever you roll this please also change frameworks/webview in
+ # src/android_webview/buildbot/aosp_manifest.xml to point to the same revision.
+ 'src/third_party/android_webview_glue/src':
+ Var('chromium_git') + '/external/android_webview_glue.git' + '@' + 'e73e669ac73b2ddc042e380cd784ba8bd39ebb95',
+
'src/third_party/android_tools':
Var('chromium_git') + '/android_tools.git' + '@' + '7fc902d157a9aed7a2b68adc9c69181b3a43cd58',
« no previous file with comments | « .gitignore ('k') | android_webview/Android.mk » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698