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

Unified Diff: chrome/test/BUILD.gn

Issue 2263863002: Remove implementation of Panels on OSes other than ChromeOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: CR feedback Created 4 years, 4 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 | « chrome/common/chrome_switches.cc ('k') | chrome/test/data/extensions/api_test/window_open/focus/test.js » ('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 1e267917335217b669609afd625362ec90846abb..203104dce957241f165e7572272a417fbd057c36 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -537,28 +537,6 @@ if (!is_android) {
"../browser/ui/views/bookmarks/bookmark_bar_view_test.cc",
]
}
- } else {
- # ChromeOS doesn't use panels, everybody else does.
- sources += rebase_path(
- chrome_tests_gypi_values.chrome_interactive_ui_test_panels_sources,
- ".",
- "//chrome")
-
- # TODO(tapted): Include on mac when views panels are ported.
- if (toolkit_views && !is_mac) {
- sources += rebase_path(
- chrome_tests_gypi_values.chrome_interactive_ui_test_panels_views_sources,
- ".",
- "//chrome")
- }
- }
-
- if (!is_linux) {
- # Non-Linux platforms (Linux includes ChromeOS here).
- sources += rebase_path(
- chrome_tests_gypi_values.chrome_interactive_ui_test_non_linux_and_chromeos_sources,
- ".",
- "//chrome")
}
if (is_win) {
@@ -1215,9 +1193,6 @@ test("browser_tests") {
"../browser/profiles/profile_list_desktop_browsertest.cc",
"../browser/service_process/service_process_control_browsertest.cc",
- # chromeos does not use cross-platform panels
- "../browser/ui/panels/panel_extension_browsertest.cc",
-
# inline login UI is disabled on chromeos
"../browser/ui/webui/signin/inline_login_ui_browsertest.cc",
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | chrome/test/data/extensions/api_test/window_open/focus/test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698