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

Unified Diff: chrome/test/BUILD.gn

Issue 2840953002: Make tab_capture_end2end_tests work as a regular windowed_test_launcher. (Closed)
Patch Set: remove dependent CL 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
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index c62ecb18ccba4801e04fb5f0890eae23ed900275..4038cca0fb3e6f390b1e7dced544f582b761165e 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -1135,20 +1135,6 @@ if (!is_android) {
"//testing/scripts/run_telemetry_as_googletest.py",
]
}
-
- # TODO(dpranke), TODO(crbug.com/714336): tab_capture_end2end_tests
- # is really just browser_tests with some different flags. Figure out
- # what the right way to run this is given the different ways to
- # configure things in the //testing/buildbot/*.json files, here,
- # gn_isolate_map.pyl, and mb.py. There's too many knobs and the interaction
- # is strange and unclear at this point. For now, I *think* this will just
- # have the effect of disabling the test in analyze. :(.
- 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') | content/test/gpu/generate_buildbot_json.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698