Index: device/vr/android/BUILD.gn |
diff --git a/chrome/android/webapk/libs/common/BUILD.gn b/device/vr/android/BUILD.gn |
similarity index 53% |
copy from chrome/android/webapk/libs/common/BUILD.gn |
copy to device/vr/android/BUILD.gn |
index 8381ae5132765cb859f1a78201a693aee313d334..c79d189f62116601d2769750bb2abb83c8b108fb 100644 |
--- a/chrome/android/webapk/libs/common/BUILD.gn |
+++ b/device/vr/android/BUILD.gn |
@@ -2,11 +2,13 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
+import("//build/config/android/config.gni") |
import("//build/config/android/rules.gni") |
-android_library("common") { |
- java_files = [ |
- "src/org/chromium/webapk/lib/common/WebApkConstants.java", |
- "src/org/chromium/webapk/lib/common/WebApkUtils.java", |
+android_library("vr_android") { |
+ java_files = [ "java/src/org/chromium/device/vr/CardboardVRDevice.java" ] |
+ |
+ deps = [ |
+ "//base:base_java", |
] |
} |