| Index: chrome/test/vr/perf/BUILD.gn
|
| diff --git a/chrome/test/vr/perf/BUILD.gn b/chrome/test/vr/perf/BUILD.gn
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..95ec12e7cbfb819e8c892ef799e4d5688efce990
|
| --- /dev/null
|
| +++ b/chrome/test/vr/perf/BUILD.gn
|
| @@ -0,0 +1,20 @@
|
| +# Copyright 2017 The Chromium Authors. All rights reserved.
|
| +# Use of this source code is governed by a BSD-style license that can be
|
| +# found in the LICENSE file.
|
| +
|
| +group("motopho_latency_test") {
|
| + testonly = true
|
| + data = [
|
| + "./latency/__init__.py",
|
| + "./latency/android_webvr_latency_test.py",
|
| + "./latency/motopho_thread.py",
|
| + "./latency/robot_arm.py",
|
| + "./latency/run_latency_test.py",
|
| + "./latency/webvr_latency_test.py",
|
| + "//third_party/android_tools/sdk/platform-tools/adb",
|
| + "//third_party/gvr-android-sdk/test-apks/vr_services/vr_services_current.apk",
|
| + ]
|
| + data_deps = [
|
| + "//chrome/android:chrome_public_apk",
|
| + ]
|
| +}
|
|
|