Chromium Code Reviews| 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) { |