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

Unified Diff: device/vr/android/BUILD.gn

Issue 2029703002: Moving VR service from /content/browser to /device (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added nogncheck to failing include Created 4 years, 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « device/vr/OWNERS ('k') | device/vr/android/cardboard/cardboard_vr_device.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
]
}
« no previous file with comments | « device/vr/OWNERS ('k') | device/vr/android/cardboard/cardboard_vr_device.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698