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

Unified Diff: chrome/test/BUILD.gn

Issue 2838473002: Rework tab_capture_end2end_tests' test definition. (Closed)
Patch Set: fix typo Created 3 years, 8 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 | « no previous file | content/test/gpu/generate_buildbot_json.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 8e54d5edb58e330a3a7a9d49d7b2a37f6377b3bd..c669f15f64aaee37b6b7c2da86c436a5205c2fae 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -1135,15 +1135,6 @@ if (!is_android) {
"//testing/scripts/run_telemetry_as_googletest.py",
]
}
-
- # TODO(GYP_GONE): Delete this after we've converted everything to GN.
- # This target exist only for compatibility w/ GYP.
- group("tab_capture_end2end_tests") {
- testonly = true
- deps = [
- ":browser_tests",
- ]
- }
}
static_library("browser_tests_runner") {
« no previous file with comments | « no previous file | content/test/gpu/generate_buildbot_json.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698