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

Unified Diff: BUILD.gn

Issue 2799783002: Add automated VR latency tester (Closed)
Patch Set: Working version that must be manually triggered 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: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 7bce8b892e062ae127feba2d0c19b245178064b9..4b1ba66add3f5d45e470e0aafb8d51823dcbd381 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/automated_motopho_latency:automated_motopho_latency_test",
Lei Lei 2017/04/07 21:36:34 Why do you add automated_motopho_latency_test targ
bsheedy 2017/04/07 23:24:51 From the top of the file: "So if you add a new bui
+ ]
}
if (is_linux && use_ozone) {
« no previous file with comments | « no previous file | chrome/test/vr/automated_motopho_latency/BUILD.gn » ('j') | chrome/test/vr/automated_motopho_latency/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698