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

Unified Diff: ui/app_list/BUILD.gn

Issue 2143893002: Purge the App Launcher code from Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comment Created 4 years, 5 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: ui/app_list/BUILD.gn
diff --git a/ui/app_list/BUILD.gn b/ui/app_list/BUILD.gn
index a746195ee8696850e294e0819fa8218a6e3f36d4..25b8192d39254c102e5dcba8ce0c609033b7ce91 100644
--- a/ui/app_list/BUILD.gn
+++ b/ui/app_list/BUILD.gn
@@ -123,8 +123,6 @@ component("app_list") {
"views/apps_grid_view.h",
"views/apps_grid_view_delegate.h",
"views/apps_grid_view_folder_delegate.h",
- "views/cached_label.cc",
- "views/cached_label.h",
"views/contents_view.cc",
"views/contents_view.h",
"views/custom_launcher_page_view.cc",
@@ -188,6 +186,8 @@ static_library("test_support") {
"test/app_list_test_view_delegate.h",
"test/test_search_result.cc",
"test/test_search_result.h",
+ "views/test/app_list_view_test_api.cc",
+ "views/test/app_list_view_test_api.h",
]
deps = [

Powered by Google App Engine
This is Rietveld 408576698