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