| OLD | NEW |
| 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_webvr) | 10 assert(enable_webvr) |
| (...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 118 "//base/test:run_all_unittests", | 118 "//base/test:run_all_unittests", |
| 119 "//base/test:test_support", | 119 "//base/test:test_support", |
| 120 "//chrome/browser", | 120 "//chrome/browser", |
| 121 "//testing/gtest", | 121 "//testing/gtest", |
| 122 "//third_party/WebKit/public:blink", | 122 "//third_party/WebKit/public:blink", |
| 123 "//ui/gfx/geometry", | 123 "//ui/gfx/geometry", |
| 124 ] | 124 ] |
| 125 | 125 |
| 126 data = [ | 126 data = [ |
| 127 "test/data/sample_inline.gltf", | 127 "test/data/sample_inline.gltf", |
| 128 "test/data/sample_external.gltf", |
| 129 "test/data/sample.bin", |
| 128 ] | 130 ] |
| 129 } | 131 } |
| 130 } | 132 } |
| OLD | NEW |