Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 # These files lists are shared with the GN build. | 8 # These files lists are shared with the GN build. |
| 9 'ash_sources': [ | 9 'ash_sources': [ |
| 10 'accelerators/accelerator_commands.cc', | 10 'accelerators/accelerator_commands.cc', |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 44 'audio/sounds.cc', | 44 'audio/sounds.cc', |
| 45 'audio/sounds.h', | 45 'audio/sounds.h', |
| 46 'autoclick/autoclick_controller.cc', | 46 'autoclick/autoclick_controller.cc', |
| 47 'autoclick/autoclick_controller.h', | 47 'autoclick/autoclick_controller.h', |
| 48 'cancel_mode.cc', | 48 'cancel_mode.cc', |
| 49 'cancel_mode.h', | 49 'cancel_mode.h', |
| 50 'cast_config_delegate.cc', | 50 'cast_config_delegate.cc', |
| 51 'cast_config_delegate.h', | 51 'cast_config_delegate.h', |
| 52 'common/root_window_controller_common.cc', | 52 'common/root_window_controller_common.cc', |
| 53 'common/root_window_controller_common.h', | 53 'common/root_window_controller_common.h', |
| 54 'common/shelf/shelf_constants.cc', | |
| 55 'common/shelf/shelf_constants.h', | |
| 56 'common/shelf/shelf_types.h', | |
| 57 'common/shelf/wm_shelf.h', | |
| 58 'common/shelf/wm_shelf_observer.h', | |
| 59 'common/shelf/wm_shelf_util.cc', | |
| 60 'common/shelf/wm_shelf_util.h', | |
| 54 'common/shell_window_ids.h', | 61 'common/shell_window_ids.h', |
| 55 'common/wm/always_on_top_controller.cc', | 62 'common/wm/always_on_top_controller.cc', |
| 56 'common/wm/always_on_top_controller.h', | 63 'common/wm/always_on_top_controller.h', |
| 57 'common/wm/background_animator.cc', | 64 'common/wm/background_animator.cc', |
| 58 'common/wm/background_animator.h', | 65 'common/wm/background_animator.h', |
| 59 'common/wm/container_finder.cc', | 66 'common/wm/container_finder.cc', |
| 60 'common/wm/container_finder.h', | 67 'common/wm/container_finder.h', |
| 61 'common/wm/default_state.cc', | 68 'common/wm/default_state.cc', |
| 62 'common/wm/default_state.h', | 69 'common/wm/default_state.h', |
| 63 'common/wm/default_window_resizer.cc', | 70 'common/wm/default_window_resizer.cc', |
| 64 'common/wm/default_window_resizer.h', | 71 'common/wm/default_window_resizer.h', |
| 65 'common/wm/dock/docked_window_layout_manager.cc', | 72 'common/wm/dock/docked_window_layout_manager.cc', |
| 66 'common/wm/dock/docked_window_layout_manager.h', | 73 'common/wm/dock/docked_window_layout_manager.h', |
| 67 'common/wm/dock/docked_window_layout_manager_observer.h', | 74 'common/wm/dock/docked_window_layout_manager_observer.h', |
| 68 'common/wm/dock/docked_window_resizer.cc', | 75 'common/wm/dock/docked_window_resizer.cc', |
| 69 'common/wm/dock/docked_window_resizer.h', | 76 'common/wm/dock/docked_window_resizer.h', |
| 70 'common/wm/drag_details.cc', | 77 'common/wm/drag_details.cc', |
| 71 'common/wm/drag_details.h', | 78 'common/wm/drag_details.h', |
| 72 'common/wm/fullscreen_window_finder.cc', | 79 'common/wm/fullscreen_window_finder.cc', |
| 73 'common/wm/fullscreen_window_finder.h', | 80 'common/wm/fullscreen_window_finder.h', |
| 74 'common/wm/panels/panel_layout_manager.cc', | 81 'common/wm/panels/panel_layout_manager.cc', |
| 75 'common/wm/panels/panel_layout_manager.h', | 82 'common/wm/panels/panel_layout_manager.h', |
| 76 'common/wm/panels/panel_window_resizer.cc', | 83 'common/wm/panels/panel_window_resizer.cc', |
| 77 'common/wm/panels/panel_window_resizer.h', | 84 'common/wm/panels/panel_window_resizer.h', |
| 78 'common/wm/root_window_finder.cc', | 85 'common/wm/root_window_finder.cc', |
| 79 'common/wm/root_window_finder.h', | 86 'common/wm/root_window_finder.h', |
| 80 'common/wm/root_window_layout_manager.cc', | 87 'common/wm/root_window_layout_manager.cc', |
| 81 'common/wm/root_window_layout_manager.h', | 88 'common/wm/root_window_layout_manager.h', |
| 82 'common/wm/shelf/wm_shelf.h', | |
| 83 'common/wm/shelf/wm_shelf_constants.cc', | |
| 84 'common/wm/shelf/wm_shelf_constants.h', | |
| 85 'common/wm/shelf/wm_shelf_observer.h', | |
| 86 'common/wm/shelf/wm_shelf_types.h', | 89 'common/wm/shelf/wm_shelf_types.h', |
|
James Cook
2016/06/03 19:40:57
I'll do this one in a follow-up patch. Doing it in
| |
| 87 'common/wm/shelf/wm_shelf_util.cc', | |
| 88 'common/wm/shelf/wm_shelf_util.h', | |
| 89 'common/wm/switchable_windows.cc', | 90 'common/wm/switchable_windows.cc', |
| 90 'common/wm/switchable_windows.h', | 91 'common/wm/switchable_windows.h', |
| 91 'common/wm/window_animation_types.h', | 92 'common/wm/window_animation_types.h', |
| 92 'common/wm/window_parenting_utils.cc', | 93 'common/wm/window_parenting_utils.cc', |
| 93 'common/wm/window_parenting_utils.h', | 94 'common/wm/window_parenting_utils.h', |
| 94 'common/wm/window_positioner.cc', | 95 'common/wm/window_positioner.cc', |
| 95 'common/wm/window_positioner.h', | 96 'common/wm/window_positioner.h', |
| 96 'common/wm/window_positioning_utils.cc', | 97 'common/wm/window_positioning_utils.cc', |
| 97 'common/wm/window_positioning_utils.h', | 98 'common/wm/window_positioning_utils.h', |
| 98 'common/wm/window_resizer.cc', | 99 'common/wm/window_resizer.cc', |
| (...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 332 'shelf/shelf.cc', | 333 'shelf/shelf.cc', |
| 333 'shelf/shelf.h', | 334 'shelf/shelf.h', |
| 334 'shelf/shelf_alignment_menu.cc', | 335 'shelf/shelf_alignment_menu.cc', |
| 335 'shelf/shelf_alignment_menu.h', | 336 'shelf/shelf_alignment_menu.h', |
| 336 'shelf/shelf_bezel_event_filter.cc', | 337 'shelf/shelf_bezel_event_filter.cc', |
| 337 'shelf/shelf_bezel_event_filter.h', | 338 'shelf/shelf_bezel_event_filter.h', |
| 338 'shelf/shelf_button.cc', | 339 'shelf/shelf_button.cc', |
| 339 'shelf/shelf_button.h', | 340 'shelf/shelf_button.h', |
| 340 'shelf/shelf_button_pressed_metric_tracker.cc', | 341 'shelf/shelf_button_pressed_metric_tracker.cc', |
| 341 'shelf/shelf_button_pressed_metric_tracker.h', | 342 'shelf/shelf_button_pressed_metric_tracker.h', |
| 342 'shelf/shelf_constants.cc', | |
| 343 'shelf/shelf_constants.h', | |
| 344 'shelf/shelf_delegate.h', | 343 'shelf/shelf_delegate.h', |
| 345 'shelf/shelf_icon_observer.h', | 344 'shelf/shelf_icon_observer.h', |
| 346 'shelf/shelf_item_delegate.h', | 345 'shelf/shelf_item_delegate.h', |
| 347 'shelf/shelf_item_delegate_manager.cc', | 346 'shelf/shelf_item_delegate_manager.cc', |
| 348 'shelf/shelf_item_delegate_manager.h', | 347 'shelf/shelf_item_delegate_manager.h', |
| 349 'shelf/shelf_item_types.cc', | 348 'shelf/shelf_item_types.cc', |
| 350 'shelf/shelf_item_types.h', | 349 'shelf/shelf_item_types.h', |
| 351 'shelf/shelf_layout_manager.cc', | 350 'shelf/shelf_layout_manager.cc', |
| 352 'shelf/shelf_layout_manager.h', | 351 'shelf/shelf_layout_manager.h', |
| 353 'shelf/shelf_layout_manager_observer.h', | 352 'shelf/shelf_layout_manager_observer.h', |
| 354 'shelf/shelf_locking_manager.cc', | 353 'shelf/shelf_locking_manager.cc', |
| 355 'shelf/shelf_locking_manager.h', | 354 'shelf/shelf_locking_manager.h', |
| 356 'shelf/shelf_menu_model.h', | 355 'shelf/shelf_menu_model.h', |
| 357 'shelf/shelf_model.cc', | 356 'shelf/shelf_model.cc', |
| 358 'shelf/shelf_model.h', | 357 'shelf/shelf_model.h', |
| 359 'shelf/shelf_model_observer.h', | 358 'shelf/shelf_model_observer.h', |
| 360 'shelf/shelf_navigator.cc', | 359 'shelf/shelf_navigator.cc', |
| 361 'shelf/shelf_navigator.h', | 360 'shelf/shelf_navigator.h', |
| 362 'shelf/shelf_tooltip_manager.cc', | 361 'shelf/shelf_tooltip_manager.cc', |
| 363 'shelf/shelf_tooltip_manager.h', | 362 'shelf/shelf_tooltip_manager.h', |
| 364 'shelf/shelf_types.h', | |
| 365 'shelf/shelf_util.cc', | 363 'shelf/shelf_util.cc', |
| 366 'shelf/shelf_util.h', | 364 'shelf/shelf_util.h', |
| 367 'shelf/shelf_view.cc', | 365 'shelf/shelf_view.cc', |
| 368 'shelf/shelf_view.h', | 366 'shelf/shelf_view.h', |
| 369 'shelf/shelf_widget.cc', | 367 'shelf/shelf_widget.cc', |
| 370 'shelf/shelf_widget.h', | 368 'shelf/shelf_widget.h', |
| 371 'shelf/shelf_window_watcher.cc', | 369 'shelf/shelf_window_watcher.cc', |
| 372 'shelf/shelf_window_watcher.h', | 370 'shelf/shelf_window_watcher.h', |
| 373 'shelf/shelf_window_watcher_item_delegate.cc', | 371 'shelf/shelf_window_watcher_item_delegate.cc', |
| 374 'shelf/shelf_window_watcher_item_delegate.h', | 372 'shelf/shelf_window_watcher_item_delegate.h', |
| (...skipping 1068 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1443 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1441 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1444 ], | 1442 ], |
| 1445 } | 1443 } |
| 1446 ], | 1444 ], |
| 1447 ], | 1445 ], |
| 1448 }, | 1446 }, |
| 1449 ], | 1447 ], |
| 1450 }], | 1448 }], |
| 1451 ], | 1449 ], |
| 1452 } | 1450 } |
| OLD | NEW |