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

Unified Diff: BUILD.gn

Issue 2799783002: Add automated VR latency tester (Closed)
Patch Set: Rebase + address final comments 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
« no previous file with comments | « no previous file | chrome/test/vr/perf/latency/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 47536566d13f7c2bb6708ceed5cc56e6d22d4c73..533f7c197e5960d474ee00754255be54ef556b2e 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -696,7 +696,10 @@ group("gn_all") {
}
if (is_android) {
- deps += [ "//build/android/gyp/test:hello_world" ]
+ deps += [
+ "//build/android/gyp/test:hello_world",
+ "//chrome/test/vr/perf/latency:motopho_latency_test",
+ ]
}
if (is_linux && use_ozone) {
« no previous file with comments | « no previous file | chrome/test/vr/perf/latency/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698