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

Unified Diff: tools/perf/chrome_telemetry_build/BUILD.gn

Issue 2046833003: Change Android GPU tests to use Chromium instead of content_shell. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased. Created 4 years, 6 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
« no previous file with comments | « testing/buildbot/chromium.gpu.fyi.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 0518103e3a417b997d06f41c67df9b101f59ed61..76aecaeb9c4984760aa7a21abbda06e119085373 100644
--- a/tools/perf/chrome_telemetry_build/BUILD.gn
+++ b/tools/perf/chrome_telemetry_build/BUILD.gn
@@ -29,10 +29,6 @@ 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 {
data_deps = [
« no previous file with comments | « testing/buildbot/chromium.gpu.fyi.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698