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

Unified Diff: chrome/android/BUILD.gn

Issue 1971773002: Upstream: Add WebAPK's client library. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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: chrome/android/BUILD.gn
diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
index dfbbd74b773d964c40ee52c3239864593adbc0ab..feb26dd4dd54ad6985f6958746cb5216c9aa0c3a 100644
--- a/chrome/android/BUILD.gn
+++ b/chrome/android/BUILD.gn
@@ -119,6 +119,8 @@ java_strings_grd("chrome_strings_grd") {
android_library("chrome_java") {
deps = [
"//base:base_java",
+ "//chrome/android/webapk/libs/client",
+ "//chrome/android/webapk/libs/common",
pkotwicz 2016/05/11 20:52:17 Do we need common yet?
Xi Han 2016/05/11 21:16:26 Removed.
"//components/safe_json/android:safe_json_java",
"//components/variations/android:variations_java",
"//components/web_contents_delegate_android:web_contents_delegate_android_java",

Powered by Google App Engine
This is Rietveld 408576698