| Index: tools/perf/chrome_telemetry_build/BUILD.gn
|
| diff --git a/tools/perf/chrome_telemetry_build/BUILD.gn b/tools/perf/chrome_telemetry_build/BUILD.gn
|
| index 332a44c5f66309177cbb79cf85d721678d055b4c..0518103e3a417b997d06f41c67df9b101f59ed61 100644
|
| --- a/tools/perf/chrome_telemetry_build/BUILD.gn
|
| +++ b/tools/perf/chrome_telemetry_build/BUILD.gn
|
| @@ -28,6 +28,10 @@ group("telemetry_chrome_test") {
|
|
|
| if (is_android) {
|
| data_deps = [
|
| + "//chrome/android:chrome_public_apk",
|
| +
|
| + # TODO(stip): remove the content_shell dependency below after the GPU bots
|
| + # are switched over to use Chromium instead. crbug.com/616392.
|
| "//content/shell:content_shell",
|
| ]
|
| } else {
|
|
|