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

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

Issue 2852533004: Implementing Binary glTF reader for the VR controller model (Closed)
Patch Set: 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
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.gni")
8 import("//testing/test.gni") 8 import("//testing/test.gni")
9 9
10 assert(enable_vr) 10 assert(enable_vr)
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 140
141 # Ensure libgvr static library appears before gcc library in linking order. 141 # Ensure libgvr static library appears before gcc library in linking order.
142 # See https://crbug.com/704305 for details. 142 # See https://crbug.com/704305 for details.
143 libs = 143 libs =
144 [ "//third_party/gvr-android-sdk/libgvr_shim_static_${current_cpu}.a" ] 144 [ "//third_party/gvr-android-sdk/libgvr_shim_static_${current_cpu}.a" ]
145 145
146 data = [ 146 data = [
147 "test/data/sample_inline.gltf", 147 "test/data/sample_inline.gltf",
148 "test/data/sample_external.gltf", 148 "test/data/sample_external.gltf",
149 "test/data/sample.bin", 149 "test/data/sample.bin",
150 "test/data/sample.glb",
150 ] 151 ]
151 } 152 }
152 } 153 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/android/vr_shell/gltf_parser.h » ('j') | chrome/browser/android/vr_shell/gltf_parser.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698