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

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: 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 d4433b5b5e465da4233167c177bfdc08d3f1709a..7f5e93f8817df474603d0b070e5d06ca15be1ebb 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