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

Unified Diff: ui/app_list/BUILD.gn

Issue 2588103004: Apply new WM shadows to app list. (Closed)
Patch Set: remove references on testing bots Created 4 years 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 | « testing/buildbot/chromium.win.json ('k') | ui/app_list/demo/app_list_demo_views.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/BUILD.gn
diff --git a/ui/app_list/BUILD.gn b/ui/app_list/BUILD.gn
index 59413b53e05c3cb41a0bd6e462666be6f60cc187..53fc9cddf45a73ab288ed938c778a2a75a613eb7 100644
--- a/ui/app_list/BUILD.gn
+++ b/ui/app_list/BUILD.gn
@@ -99,8 +99,6 @@ component("app_list") {
sources += [
"views/all_apps_tile_item_view.cc",
"views/all_apps_tile_item_view.h",
- "views/app_list_background.cc",
- "views/app_list_background.h",
"views/app_list_drag_and_drop_host.h",
"views/app_list_folder_view.cc",
"views/app_list_folder_view.h",
@@ -112,7 +110,6 @@ component("app_list") {
"views/app_list_page.h",
"views/app_list_view.cc",
"views/app_list_view.h",
- "views/app_list_view_observer.h",
"views/apps_container_view.cc",
"views/apps_container_view.h",
"views/apps_grid_view.cc",
@@ -218,15 +215,6 @@ if (toolkit_views) {
"//ui/views_content_client",
"//url",
]
- if (is_win) {
- configs -= [ "//build/config/win:console" ]
- configs += [ "//build/config/win:windowed" ]
-
- deps += [
- "//content:sandbox_helper_win",
- "//sandbox",
- ]
- }
}
}
« no previous file with comments | « testing/buildbot/chromium.win.json ('k') | ui/app_list/demo/app_list_demo_views.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698