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

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

Issue 2850893002: Adding Daydream controller resources for VrShell (Closed)
Patch Set: Adding dep 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 | « chrome/browser/OWNERS ('k') | chrome/browser/android/vr_shell/vr_controller_model.cc » ('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/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)
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 "vr_usage_monitor.cc", 75 "vr_usage_monitor.cc",
76 "vr_usage_monitor.h", 76 "vr_usage_monitor.h",
77 "vr_web_contents_observer.cc", 77 "vr_web_contents_observer.cc",
78 "vr_web_contents_observer.h", 78 "vr_web_contents_observer.h",
79 ] 79 ]
80 80
81 deps = [ 81 deps = [
82 ":vr_shell_jni_headers", 82 ":vr_shell_jni_headers",
83 "//base", 83 "//base",
84 "//cc", 84 "//cc",
85 "//chrome:resources",
85 "//components/omnibox/browser", 86 "//components/omnibox/browser",
86 "//components/rappor", 87 "//components/rappor",
87 "//components/security_state/core", 88 "//components/security_state/core",
88 "//content/public/android:jni", 89 "//content/public/android:jni",
89 "//content/public/browser", 90 "//content/public/browser",
90 "//content/public/common", 91 "//content/public/common",
91 "//device/gamepad", 92 "//device/gamepad",
92 "//device/vr", 93 "//device/vr",
93 "//services/ui/public/cpp/gpu", 94 "//services/ui/public/cpp/gpu",
94 "//ui/android", 95 "//ui/android",
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 [ "//third_party/gvr-android-sdk/libgvr_shim_static_${current_cpu}.a" ] 144 [ "//third_party/gvr-android-sdk/libgvr_shim_static_${current_cpu}.a" ]
144 145
145 data = [ 146 data = [
146 "test/data/sample_inline.gltf", 147 "test/data/sample_inline.gltf",
147 "test/data/sample_external.gltf", 148 "test/data/sample_external.gltf",
148 "test/data/sample.bin", 149 "test/data/sample.bin",
149 "test/data/sample.glb", 150 "test/data/sample.glb",
150 ] 151 ]
151 } 152 }
152 } 153 }
OLDNEW
« no previous file with comments | « chrome/browser/OWNERS ('k') | chrome/browser/android/vr_shell/vr_controller_model.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698