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

Side by Side Diff: ash/BUILD.gn

Issue 2671923002: mash: Cleanup ash shelf application menu code. (Closed)
Patch Set: Add comments Created 3 years, 10 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 unified diff | Download patch
« no previous file with comments | « no previous file | ash/common/shelf/app_list_shelf_item_delegate.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//ui/base/ui_features.gni") 8 import("//ui/base/ui_features.gni")
9 9
10 # Historical note: Ash shipped on Windows for a couple years to support 10 # Historical note: Ash shipped on Windows for a couple years to support
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 "common/shelf/app_list_shelf_item_delegate.h", 144 "common/shelf/app_list_shelf_item_delegate.h",
145 "common/shelf/ink_drop_button_listener.h", 145 "common/shelf/ink_drop_button_listener.h",
146 "common/shelf/overflow_bubble.cc", 146 "common/shelf/overflow_bubble.cc",
147 "common/shelf/overflow_bubble.h", 147 "common/shelf/overflow_bubble.h",
148 "common/shelf/overflow_bubble_view.cc", 148 "common/shelf/overflow_bubble_view.cc",
149 "common/shelf/overflow_bubble_view.h", 149 "common/shelf/overflow_bubble_view.h",
150 "common/shelf/overflow_button.cc", 150 "common/shelf/overflow_button.cc",
151 "common/shelf/overflow_button.h", 151 "common/shelf/overflow_button.h",
152 "common/shelf/shelf_alignment_menu.cc", 152 "common/shelf/shelf_alignment_menu.cc",
153 "common/shelf/shelf_alignment_menu.h", 153 "common/shelf/shelf_alignment_menu.h",
154 "common/shelf/shelf_application_menu_model.cc",
155 "common/shelf/shelf_application_menu_model.h",
154 "common/shelf/shelf_background_animator.cc", 156 "common/shelf/shelf_background_animator.cc",
155 "common/shelf/shelf_background_animator.h", 157 "common/shelf/shelf_background_animator.h",
156 "common/shelf/shelf_background_animator_observer.h", 158 "common/shelf/shelf_background_animator_observer.h",
157 "common/shelf/shelf_button.cc", 159 "common/shelf/shelf_button.cc",
158 "common/shelf/shelf_button.h", 160 "common/shelf/shelf_button.h",
159 "common/shelf/shelf_button_pressed_metric_tracker.cc", 161 "common/shelf/shelf_button_pressed_metric_tracker.cc",
160 "common/shelf/shelf_button_pressed_metric_tracker.h", 162 "common/shelf/shelf_button_pressed_metric_tracker.h",
161 "common/shelf/shelf_constants.cc", 163 "common/shelf/shelf_constants.cc",
162 "common/shelf/shelf_constants.h", 164 "common/shelf/shelf_constants.h",
163 "common/shelf/shelf_controller.cc", 165 "common/shelf/shelf_controller.cc",
(...skipping 1015 matching lines...) Expand 10 before | Expand all | Expand 10 after
1179 # TODO: convert to use AshTest http://crbug.com/654491. 1181 # TODO: convert to use AshTest http://crbug.com/654491.
1180 "common/material_design/material_design_controller_unittest.cc", 1182 "common/material_design/material_design_controller_unittest.cc",
1181 1183
1182 # TODO: convert to use AshTest http://crbug.com/654492. 1184 # TODO: convert to use AshTest http://crbug.com/654492.
1183 "common/metrics/pointer_metrics_recorder_unittest.cc", 1185 "common/metrics/pointer_metrics_recorder_unittest.cc",
1184 1186
1185 # TODO: convert to use AshTest http://crbug.com/654493. 1187 # TODO: convert to use AshTest http://crbug.com/654493.
1186 "common/popup_message_unittest.cc", 1188 "common/popup_message_unittest.cc",
1187 1189
1188 # TODO: convert to use AshTest http://crbug.com/654494. 1190 # TODO: convert to use AshTest http://crbug.com/654494.
1191 "common/shelf/shelf_application_menu_model_unittest.cc",
1189 "common/shelf/shelf_background_animator_unittest.cc", 1192 "common/shelf/shelf_background_animator_unittest.cc",
1190 "common/shelf/shelf_button_pressed_metric_tracker_unittest.cc", 1193 "common/shelf/shelf_button_pressed_metric_tracker_unittest.cc",
1191 "common/shelf/shelf_locking_manager_unittest.cc", 1194 "common/shelf/shelf_locking_manager_unittest.cc",
1192 "common/shelf/shelf_model_unittest.cc", 1195 "common/shelf/shelf_model_unittest.cc",
1193 "common/shelf/shelf_tooltip_manager_unittest.cc", 1196 "common/shelf/shelf_tooltip_manager_unittest.cc",
1194 "common/shelf/shelf_window_watcher_unittest.cc", 1197 "common/shelf/shelf_window_watcher_unittest.cc",
1195 1198
1196 # TODO: convert to use AshTest http://crbug.com/654495. 1199 # TODO: convert to use AshTest http://crbug.com/654495.
1197 "common/system/chromeos/ime_menu/ime_menu_tray_unittest.cc", 1200 "common/system/chromeos/ime_menu/ime_menu_tray_unittest.cc",
1198 "common/system/chromeos/media_security/multi_profile_media_tray_item_unittes t.cc", 1201 "common/system/chromeos/media_security/multi_profile_media_tray_item_unittes t.cc",
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
1422 "//content/public/app:both", 1425 "//content/public/app:both",
1423 "//device/bluetooth", 1426 "//device/bluetooth",
1424 ] 1427 ]
1425 1428
1426 data_deps = [ 1429 data_deps = [
1427 "//ash/common/strings:ash_test_strings", 1430 "//ash/common/strings:ash_test_strings",
1428 "//ash/resources:ash_test_resources_with_content_100_percent", 1431 "//ash/resources:ash_test_resources_with_content_100_percent",
1429 "//ash/resources:ash_test_resources_200_percent", 1432 "//ash/resources:ash_test_resources_200_percent",
1430 ] 1433 ]
1431 } 1434 }
OLDNEW
« no previous file with comments | « no previous file | ash/common/shelf/app_list_shelf_item_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698