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

Side by Side Diff: ash/BUILD.gn

Issue 2899253002: chromeos: Rename ash::WmShelf to Shelf (Closed)
Patch Set: rebase Created 3 years, 7 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/accelerators/accelerator_controller.cc » ('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 266 matching lines...) Expand 10 before | Expand all | Expand 10 after
277 "shelf/app_list_button.h", 277 "shelf/app_list_button.h",
278 "shelf/app_list_shelf_item_delegate.cc", 278 "shelf/app_list_shelf_item_delegate.cc",
279 "shelf/app_list_shelf_item_delegate.h", 279 "shelf/app_list_shelf_item_delegate.h",
280 "shelf/ink_drop_button_listener.h", 280 "shelf/ink_drop_button_listener.h",
281 "shelf/overflow_bubble.cc", 281 "shelf/overflow_bubble.cc",
282 "shelf/overflow_bubble.h", 282 "shelf/overflow_bubble.h",
283 "shelf/overflow_bubble_view.cc", 283 "shelf/overflow_bubble_view.cc",
284 "shelf/overflow_bubble_view.h", 284 "shelf/overflow_bubble_view.h",
285 "shelf/overflow_button.cc", 285 "shelf/overflow_button.cc",
286 "shelf/overflow_button.h", 286 "shelf/overflow_button.h",
287 "shelf/shelf.cc",
288 "shelf/shelf.h",
287 "shelf/shelf_alignment_menu.cc", 289 "shelf/shelf_alignment_menu.cc",
288 "shelf/shelf_alignment_menu.h", 290 "shelf/shelf_alignment_menu.h",
289 "shelf/shelf_application_menu_model.cc", 291 "shelf/shelf_application_menu_model.cc",
290 "shelf/shelf_application_menu_model.h", 292 "shelf/shelf_application_menu_model.h",
291 "shelf/shelf_background_animator.cc", 293 "shelf/shelf_background_animator.cc",
292 "shelf/shelf_background_animator.h", 294 "shelf/shelf_background_animator.h",
293 "shelf/shelf_background_animator_observer.h", 295 "shelf/shelf_background_animator_observer.h",
294 "shelf/shelf_bezel_event_handler.cc", 296 "shelf/shelf_bezel_event_handler.cc",
295 "shelf/shelf_bezel_event_handler.h", 297 "shelf/shelf_bezel_event_handler.h",
296 "shelf/shelf_button.cc", 298 "shelf/shelf_button.cc",
297 "shelf/shelf_button.h", 299 "shelf/shelf_button.h",
298 "shelf/shelf_button_pressed_metric_tracker.cc", 300 "shelf/shelf_button_pressed_metric_tracker.cc",
299 "shelf/shelf_button_pressed_metric_tracker.h", 301 "shelf/shelf_button_pressed_metric_tracker.h",
300 "shelf/shelf_constants.h", 302 "shelf/shelf_constants.h",
301 "shelf/shelf_controller.cc", 303 "shelf/shelf_controller.cc",
302 "shelf/shelf_controller.h", 304 "shelf/shelf_controller.h",
303 "shelf/shelf_layout_manager.cc", 305 "shelf/shelf_layout_manager.cc",
304 "shelf/shelf_layout_manager.h", 306 "shelf/shelf_layout_manager.h",
305 "shelf/shelf_layout_manager_observer.h", 307 "shelf/shelf_layout_manager_observer.h",
306 "shelf/shelf_locking_manager.cc", 308 "shelf/shelf_locking_manager.cc",
307 "shelf/shelf_locking_manager.h", 309 "shelf/shelf_locking_manager.h",
308 "shelf/shelf_model.cc", 310 "shelf/shelf_model.cc",
309 "shelf/shelf_model.h", 311 "shelf/shelf_model.h",
310 "shelf/shelf_model_observer.h", 312 "shelf/shelf_model_observer.h",
313 "shelf/shelf_observer.h",
311 "shelf/shelf_tooltip_manager.cc", 314 "shelf/shelf_tooltip_manager.cc",
312 "shelf/shelf_tooltip_manager.h", 315 "shelf/shelf_tooltip_manager.h",
313 "shelf/shelf_view.cc", 316 "shelf/shelf_view.cc",
314 "shelf/shelf_view.h", 317 "shelf/shelf_view.h",
315 "shelf/shelf_widget.cc", 318 "shelf/shelf_widget.cc",
316 "shelf/shelf_widget.h", 319 "shelf/shelf_widget.h",
317 "shelf/shelf_window_targeter.cc", 320 "shelf/shelf_window_targeter.cc",
318 "shelf/shelf_window_targeter.h", 321 "shelf/shelf_window_targeter.h",
319 "shelf/shelf_window_watcher.cc", 322 "shelf/shelf_window_watcher.cc",
320 "shelf/shelf_window_watcher.h", 323 "shelf/shelf_window_watcher.h",
321 "shelf/shelf_window_watcher_item_delegate.cc", 324 "shelf/shelf_window_watcher_item_delegate.cc",
322 "shelf/shelf_window_watcher_item_delegate.h", 325 "shelf/shelf_window_watcher_item_delegate.h",
323 "shelf/wm_shelf.cc",
324 "shelf/wm_shelf.h",
325 "shelf/wm_shelf_observer.h",
326 "shell.cc", 326 "shell.cc",
327 "shell.h", 327 "shell.h",
328 "shell_delegate.h", 328 "shell_delegate.h",
329 "shell_init_params.h", 329 "shell_init_params.h",
330 "shell_observer.h", 330 "shell_observer.h",
331 "shell_port.cc", 331 "shell_port.cc",
332 "shell_port.h", 332 "shell_port.h",
333 "shutdown_controller.cc", 333 "shutdown_controller.cc",
334 "shutdown_controller.h", 334 "shutdown_controller.h",
335 "sticky_keys/sticky_keys_controller.cc", 335 "sticky_keys/sticky_keys_controller.cc",
(...skipping 1183 matching lines...) Expand 10 before | Expand all | Expand 10 after
1519 "//content/public/app:both", 1519 "//content/public/app:both",
1520 "//device/bluetooth", 1520 "//device/bluetooth",
1521 ] 1521 ]
1522 1522
1523 data_deps = [ 1523 data_deps = [
1524 "//ash/strings:ash_test_strings", 1524 "//ash/strings:ash_test_strings",
1525 "//ash/resources:ash_test_resources_with_content_100_percent", 1525 "//ash/resources:ash_test_resources_with_content_100_percent",
1526 "//ash/resources:ash_test_resources_200_percent", 1526 "//ash/resources:ash_test_resources_200_percent",
1527 ] 1527 ]
1528 } 1528 }
OLDNEW
« no previous file with comments | « no previous file | ash/accelerators/accelerator_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698