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

Unified Diff: chrome/test/BUILD.gn

Issue 2500093003: Re-enable tabs_interactive_uitest for linux_aura (Closed)
Patch Set: Created 4 years, 1 month 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 073835d06327ea9e213e39f8184239de89343538..d99d5af2b1b458f5f692c0ede4d21da9f4eb447e 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -373,6 +373,7 @@ if (!is_android) {
"../browser/browser_keyevents_browsertest.cc",
"../browser/extensions/api/extension_action/browser_action_interactive_test.cc",
"../browser/extensions/api/omnibox/omnibox_api_interactive_test.cc",
+ "../browser/extensions/api/tabs/tabs_interactive_test.cc",
"../browser/extensions/browsertest_util.cc",
"../browser/extensions/chrome_extension_test_notification_observer.cc",
"../browser/extensions/chrome_extension_test_notification_observer.h",
@@ -607,16 +608,6 @@ if (!is_android) {
}
}
- if (!is_desktop_linux) {
- # Everything but desktop Linux.
- sources += [
- # TODO(port): Everything here times out. Attempts have been made to fix
- # the individual failures, but each time I disable a test from these
- # suites, it seems like one or another starts timing out too.
- "../browser/extensions/api/tabs/tabs_interactive_test.cc",
- ]
- }
-
if (is_chromeos) {
sources += [
"../../ash/accelerators/accelerator_interactive_uitest_chromeos.cc",

Powered by Google App Engine
This is Rietveld 408576698