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

Side by Side Diff: third_party/gvr-android-sdk/BUILD.gn

Issue 2826273002: Add automated VR controller emulator (Closed)
Patch Set: New library version + proguard config Created 3 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 unified diff | Download patch
« no previous file with comments | « third_party/.gitignore ('k') | third_party/gvr-android-sdk/README.chromium » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/android/rules.gni") 5 import("//build/config/android/rules.gni")
6 6
7 android_aar_prebuilt("controller_test_api_java") {
8 aar_path = "test-libraries/controller_test_api.aar"
9 proguard_configs = [ "test-libraries/proguard.txt" ]
10 }
11
7 android_aar_prebuilt("gvr_common_java") { 12 android_aar_prebuilt("gvr_common_java") {
8 aar_path = "common_library.aar" 13 aar_path = "common_library.aar"
9 proguard_configs = [ "src/proguard-gvr.txt" ] 14 proguard_configs = [ "src/proguard-gvr.txt" ]
10 ignore_manifest = true # Ignored because manifest merging is not supported (h ttp://crbug.com/643967) 15 ignore_manifest = true # Ignored because manifest merging is not supported (h ttp://crbug.com/643967)
11 ignore_native_libraries = true 16 ignore_native_libraries = true
12 } 17 }
13 18
14 android_aar_prebuilt("gvr_controller_java") { 19 android_aar_prebuilt("gvr_controller_java") {
15 aar_path = "src/libraries/sdk-controller-1.10.0.aar" 20 aar_path = "src/libraries/sdk-controller-1.10.0.aar"
16 } 21 }
17 22
18 config("libgvr_config") { 23 config("libgvr_config") {
19 include_dirs = [ "src/libraries/headers/" ] 24 include_dirs = [ "src/libraries/headers/" ]
20 } 25 }
OLDNEW
« no previous file with comments | « third_party/.gitignore ('k') | third_party/gvr-android-sdk/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698