Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright 2017 The Chromium Authors. All rights reserved. | 1 # Copyright 2017 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 group("motopho_latency_test") { | 5 group("motopho_latency_test") { |
| 6 testonly = true | 6 testonly = true |
| 7 data = [ | 7 data = [ |
| 8 "./__init__.py", | |
| 9 "./android_webvr_latency_test.py", | |
| 10 "./motopho_thread.py", | |
| 11 "./robot_arm.py", | |
| 8 "./run_latency_test.py", | 12 "./run_latency_test.py", |
| 13 "./webvr_latency_test.py", | |
|
Lei Lei
2017/04/17 22:57:13
You can add all the files in one folder as data, b
bsheedy
2017/04/18 21:17:25
./ works, and I had that before, but changed it to
Lei Lei
2017/04/20 04:56:20
Yep, I think it is better to move the BUILD.gn fil
bsheedy
2017/04/20 17:34:56
Done.
| |
| 14 "//third_party/gvr-android-sdk/test-apks/vr_services/vr_services_current.apk ", | |
| 9 ] | 15 ] |
| 10 data_deps = [ | 16 data_deps = [ |
| 11 "//chrome/android:chrome_public_apk", | 17 "//chrome/android:chrome_public_apk", |
| 12 ] | 18 ] |
| 13 } | 19 } |
| OLD | NEW |