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

Unified Diff: chrome/test/vr/perf/BUILD.gn

Issue 2823883003: Make VR latency results compatible with perf dashboard, refactor into classes (Closed)
Patch Set: Move BUILD.gn, merge logging Created 3 years, 8 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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/vr/perf/BUILD.gn
diff --git a/chrome/test/vr/perf/latency/BUILD.gn b/chrome/test/vr/perf/BUILD.gn
similarity index 64%
rename from chrome/test/vr/perf/latency/BUILD.gn
rename to chrome/test/vr/perf/BUILD.gn
index 6e158dd02f35b72221629f467818a52dd7f614b6..df3d139ff2cef5c4c77302181885ea8229ec3e5d 100644
--- a/chrome/test/vr/perf/latency/BUILD.gn
+++ b/chrome/test/vr/perf/BUILD.gn
@@ -5,7 +5,9 @@
group("motopho_latency_test") {
testonly = true
data = [
- "./run_latency_test.py",
+ "./latency/",
Nico 2017/04/20 17:51:21 If it's just a couple files, consider listing them
bsheedy 2017/04/20 20:05:00 Done.
+ "//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",

Powered by Google App Engine
This is Rietveld 408576698