Chromium Code Reviews| Index: chrome/test/vr/perf/latency/BUILD.gn |
| diff --git a/chrome/test/vr/perf/latency/BUILD.gn b/chrome/test/vr/perf/latency/BUILD.gn |
| index 6e158dd02f35b72221629f467818a52dd7f614b6..bedbcb71c89a4e275a9a7fd77d2689e815af6c09 100644 |
| --- a/chrome/test/vr/perf/latency/BUILD.gn |
| +++ b/chrome/test/vr/perf/latency/BUILD.gn |
| @@ -5,7 +5,13 @@ |
| group("motopho_latency_test") { |
| testonly = true |
| data = [ |
| + "./__init__.py", |
| + "./android_webvr_latency_test.py", |
| + "./motopho_thread.py", |
| + "./robot_arm.py", |
| "./run_latency_test.py", |
| + "./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.
|
| + "//third_party/gvr-android-sdk/test-apks/vr_services/vr_services_current.apk", |
| ] |
| data_deps = [ |
| "//chrome/android:chrome_public_apk", |