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

Unified Diff: chrome/android/BUILD.gn

Issue 2490003003: Remove gvr SDK dependency (Closed)
Patch Set: rebase Created 4 years, 1 month 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/java/src/org/chromium/chrome/browser/vr_shell/VrShellDelegate.java » ('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 5b027f53cb28c72b3aed68b80a98634562721d6d..50ccd560ac4b85f540220259c367114187f3c875 100644
--- a/chrome/android/BUILD.gn
+++ b/chrome/android/BUILD.gn
@@ -266,10 +266,7 @@ android_library("chrome_java") {
if (enable_vr_shell || enable_webvr) {
java_files += chrome_vr_java_sources
- deps += [
- "//third_party/gvr-android-sdk:gvr_base_java",
- "//third_party/gvr-android-sdk:gvr_common_java",
- ]
+ deps += [ "//third_party/gvr-android-sdk:gvr_common_java" ]
}
}
@@ -461,10 +458,7 @@ android_library("chrome_test_java") {
if (enable_vr_shell) {
java_files += [ "javatests/src/org/chromium/chrome/browser/vr_shell/VrShellTest.java" ]
- deps += [
- "//third_party/gvr-android-sdk:gvr_base_java",
- "//third_party/gvr-android-sdk:gvr_common_java",
- ]
+ deps += [ "//third_party/gvr-android-sdk:gvr_common_java" ]
}
}
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/vr_shell/VrShellDelegate.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698