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

Side by Side Diff: ui/app_list/BUILD.gn

Issue 2588103004: Apply new WM shadows to app list. (Closed)
Patch Set: 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 unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 component("app_list") { 8 component("app_list") {
9 sources = [ 9 sources = [
10 "app_list_constants.cc", 10 "app_list_constants.cc",
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 deps += [ 92 deps += [
93 "//ui/aura", 93 "//ui/aura",
94 "//ui/wm", 94 "//ui/wm",
95 ] 95 ]
96 } 96 }
97 97
98 if (toolkit_views) { 98 if (toolkit_views) {
99 sources += [ 99 sources += [
100 "views/all_apps_tile_item_view.cc", 100 "views/all_apps_tile_item_view.cc",
101 "views/all_apps_tile_item_view.h", 101 "views/all_apps_tile_item_view.h",
102 "views/app_list_background.cc",
103 "views/app_list_background.h",
104 "views/app_list_drag_and_drop_host.h", 102 "views/app_list_drag_and_drop_host.h",
105 "views/app_list_folder_view.cc", 103 "views/app_list_folder_view.cc",
106 "views/app_list_folder_view.h", 104 "views/app_list_folder_view.h",
107 "views/app_list_item_view.cc", 105 "views/app_list_item_view.cc",
108 "views/app_list_item_view.h", 106 "views/app_list_item_view.h",
109 "views/app_list_main_view.cc", 107 "views/app_list_main_view.cc",
110 "views/app_list_main_view.h", 108 "views/app_list_main_view.h",
111 "views/app_list_page.cc", 109 "views/app_list_page.cc",
112 "views/app_list_page.h", 110 "views/app_list_page.h",
113 "views/app_list_view.cc", 111 "views/app_list_view.cc",
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
280 "views/speech_view_unittest.cc", 278 "views/speech_view_unittest.cc",
281 "views/test/apps_grid_view_test_api.cc", 279 "views/test/apps_grid_view_test_api.cc",
282 "views/test/apps_grid_view_test_api.h", 280 "views/test/apps_grid_view_test_api.h",
283 ] 281 ]
284 deps += [ 282 deps += [
285 "//ui/views", 283 "//ui/views",
286 "//ui/views:test_support", 284 "//ui/views:test_support",
287 ] 285 ]
288 } 286 }
289 } 287 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698