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

Unified Diff: third_party/gvr-android-sdk/BUILD.gn

Issue 2598093002: Update GVR to 1.10.0 (Closed)
Patch Set: Created 4 years 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 | « device/vr/android/gvr/gvr_gamepad_data_fetcher.h ('k') | third_party/gvr-android-sdk/README.chromium » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/gvr-android-sdk/BUILD.gn
diff --git a/third_party/gvr-android-sdk/BUILD.gn b/third_party/gvr-android-sdk/BUILD.gn
index a31bff93bc2e2429664316932a41181a722d3bc6..4540008589af1c94779f5bcd51b08367a7ed1c7b 100644
--- a/third_party/gvr-android-sdk/BUILD.gn
+++ b/third_party/gvr-android-sdk/BUILD.gn
@@ -12,9 +12,9 @@ android_aar_prebuilt("gvr_common_java") {
}
android_aar_prebuilt("gvr_controller_java") {
- aar_path = "src/libraries/controller/controller.aar"
+ aar_path = "src/libraries/sdk-controller-1.10.0.aar"
}
config("libgvr_config") {
- include_dirs = [ "src/ndk/include/" ]
+ include_dirs = [ "src/libraries/headers/" ]
}
« no previous file with comments | « device/vr/android/gvr/gvr_gamepad_data_fetcher.h ('k') | third_party/gvr-android-sdk/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698