OLD | NEW |
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/features.gni") | 5 import("//build/config/features.gni") |
6 import("//mojo/public/tools/bindings/mojom.gni") | 6 import("//mojo/public/tools/bindings/mojom.gni") |
7 | 7 |
8 if (is_android) { | 8 if (is_android) { |
9 import("//build/config/android/rules.gni") # For generate_jni(). | 9 import("//build/config/android/rules.gni") # For generate_jni(). |
10 } | 10 } |
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
75 | 75 |
76 generate_jni("jni_headers") { | 76 generate_jni("jni_headers") { |
77 sources = java_sources_needing_jni | 77 sources = java_sources_needing_jni |
78 jni_package = "vr" | 78 jni_package = "vr" |
79 } | 79 } |
80 | 80 |
81 android_library("java") { | 81 android_library("java") { |
82 java_files = java_sources_needing_jni | 82 java_files = java_sources_needing_jni |
83 deps = [ | 83 deps = [ |
84 "//base:base_java", | 84 "//base:base_java", |
85 "//third_party/cardboard-java:cardboard-java", | 85 "//third_party/gvr-android-sdk:gvr_base_java", |
86 ] | 86 ] |
87 } | 87 } |
88 } | 88 } |
OLD | NEW |