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

Unified Diff: chrome/test/BUILD.gn

Issue 1866403006: Revert of AppListController refactoring part 3: Switching over to use AppListShower in Ash. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mus_chrome_delegates_ash_impl
Patch Set: Created 4 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 | « chrome/chrome_tests.gypi ('k') | no next file » | 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 26fb0807a6899fe3b226740586b3a4c7a6bb6a37..6619b882086886336ade8070dceff46fffdb316b 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -584,23 +584,6 @@
if (!use_aura || is_chromeos) {
sources -=
[ "../../ui/views/corewm/desktop_capture_controller_unittest.cc" ]
- }
- }
-
- if (enable_app_list && use_ash) {
- source_set("test_support_applist_ash") {
- defines = []
- testonly = true
-
- sources = rebase_path(
- chrome_tests_gypi_values.chrome_browser_app_list_ash_test_support_sources,
- ".",
- "//chrome")
-
- deps = [
- "//chrome/browser/ui",
- "//ui/app_list/shower:test_support",
- ]
}
}
@@ -1035,10 +1018,6 @@
".",
"//chrome")
deps += [ "//ash:test_support" ]
-
- if (enable_app_list) {
- deps += [ ":test_support_applist_ash" ]
- }
}
if (use_aura || toolkit_views) {
deps += [ "//ui/events:test_support" ]
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698