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

Side by Side Diff: chrome/browser/android/vr_shell/BUILD.gn

Issue 2840563004: Move vr features.gni into its own directory. (Closed)
Patch Set: Update references to vr/features.h Created 3 years, 8 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 | « chrome/browser/android/chrome_jni_registrar.cc ('k') | chrome/common/DEPS » ('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 import("//chrome/common/features.gni") 6 import("//chrome/common/features.gni")
7 import("//device/vr/features.gni") 7 import("//device/vr/features/features.gni")
8 import("//testing/test.gni") 8 import("//testing/test.gni")
9 9
10 assert(enable_vr) 10 assert(enable_vr)
11 11
12 if (current_cpu == "arm" || current_cpu == "arm64") { 12 if (current_cpu == "arm" || current_cpu == "arm64") {
13 static_library("vr_common") { 13 static_library("vr_common") {
14 defines = [] 14 defines = []
15 15
16 sources = [ 16 sources = [
17 "android_ui_gesture_target.cc", 17 "android_ui_gesture_target.cc",
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 libs = 141 libs =
142 [ "//third_party/gvr-android-sdk/libgvr_shim_static_${current_cpu}.a" ] 142 [ "//third_party/gvr-android-sdk/libgvr_shim_static_${current_cpu}.a" ]
143 143
144 data = [ 144 data = [
145 "test/data/sample_inline.gltf", 145 "test/data/sample_inline.gltf",
146 "test/data/sample_external.gltf", 146 "test/data/sample_external.gltf",
147 "test/data/sample.bin", 147 "test/data/sample.bin",
148 ] 148 ]
149 } 149 }
150 } 150 }
OLDNEW
« no previous file with comments | « chrome/browser/android/chrome_jni_registrar.cc ('k') | chrome/common/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698