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

Unified Diff: chrome/android/BUILD.gn

Issue 2261163003: Move gvr library proguard config to chrome_public_apk_tmpl.gni so that Chrome apk can also use it (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 | « no previous file | chrome/android/chrome_public_apk_tmpl.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/BUILD.gn
diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
index cf1ec91342b04831a43756cfc3bd54988c21d81e..e88bf3492d82c3e9f8a0afa28a1b562bf4a61359 100644
--- a/chrome/android/BUILD.gn
+++ b/chrome/android/BUILD.gn
@@ -541,10 +541,6 @@ template("chrome_public_apk_tmpl_shared") {
":chrome_public_apk_resources",
"//base:base_java",
]
-
- if (enable_webvr && !is_java_debug) {
- proguard_configs = [ "//third_party/gvr-android-sdk/proguard/base.flags" ]
- }
}
}
« no previous file with comments | « no previous file | chrome/android/chrome_public_apk_tmpl.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698