Chromium Code Reviews| Index: BUILD.gn |
| diff --git a/BUILD.gn b/BUILD.gn |
| index 7bce8b892e062ae127feba2d0c19b245178064b9..d6b57fb458bbc56dff1a12be74142aa78df7137b 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) { |