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

Side by Side Diff: ash/ash.gyp

Issue 1923983003: Makes WorkspaceLayoutManager use ash/wm/common types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix always-on-top and remove mus changes Created 4 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/root_window_controller.cc » ('j') | ash/shelf/shelf_layout_manager.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 266 matching lines...) Expand 10 before | Expand all | Expand 10 after
277 'shell_init_params.cc', 277 'shell_init_params.cc',
278 'shell_init_params.h', 278 'shell_init_params.h',
279 'shell_window_ids.h', 279 'shell_window_ids.h',
280 'snap_to_pixel_layout_manager.cc', 280 'snap_to_pixel_layout_manager.cc',
281 'snap_to_pixel_layout_manager.h', 281 'snap_to_pixel_layout_manager.h',
282 'sticky_keys/sticky_keys_controller.cc', 282 'sticky_keys/sticky_keys_controller.cc',
283 'sticky_keys/sticky_keys_controller.h', 283 'sticky_keys/sticky_keys_controller.h',
284 'sticky_keys/sticky_keys_overlay.cc', 284 'sticky_keys/sticky_keys_overlay.cc',
285 'sticky_keys/sticky_keys_overlay.h', 285 'sticky_keys/sticky_keys_overlay.h',
286 'sticky_keys/sticky_keys_state.h', 286 'sticky_keys/sticky_keys_state.h',
287 'switchable_windows.cc',
288 'switchable_windows.h',
289 'system/audio/audio_observer.h', 287 'system/audio/audio_observer.h',
290 'system/audio/tray_audio.cc', 288 'system/audio/tray_audio.cc',
291 'system/audio/tray_audio.h', 289 'system/audio/tray_audio.h',
292 'system/audio/tray_audio_delegate.h', 290 'system/audio/tray_audio_delegate.h',
293 'system/audio/volume_view.cc', 291 'system/audio/volume_view.cc',
294 'system/audio/volume_view.h', 292 'system/audio/volume_view.h',
295 'system/bluetooth/bluetooth_observer.h', 293 'system/bluetooth/bluetooth_observer.h',
296 'system/bluetooth/tray_bluetooth.cc', 294 'system/bluetooth/tray_bluetooth.cc',
297 'system/bluetooth/tray_bluetooth.h', 295 'system/bluetooth/tray_bluetooth.h',
298 'system/brightness_control_delegate.h', 296 'system/brightness_control_delegate.h',
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
543 'wm/common/background_animator.h', 541 'wm/common/background_animator.h',
544 'wm/common/default_state.cc', 542 'wm/common/default_state.cc',
545 'wm/common/default_state.h', 543 'wm/common/default_state.h',
546 'wm/common/default_window_resizer.cc', 544 'wm/common/default_window_resizer.cc',
547 'wm/common/default_window_resizer.h', 545 'wm/common/default_window_resizer.h',
548 'wm/common/dock/docked_window_layout_manager.cc', 546 'wm/common/dock/docked_window_layout_manager.cc',
549 'wm/common/dock/docked_window_layout_manager.h', 547 'wm/common/dock/docked_window_layout_manager.h',
550 'wm/common/dock/docked_window_layout_manager_observer.h', 548 'wm/common/dock/docked_window_layout_manager_observer.h',
551 'wm/common/drag_details.cc', 549 'wm/common/drag_details.cc',
552 'wm/common/drag_details.h', 550 'wm/common/drag_details.h',
551 'wm/common/fullscreen_window_finder.cc',
552 'wm/common/fullscreen_window_finder.h',
553 'wm/common/root_window_finder.cc', 553 'wm/common/root_window_finder.cc',
554 'wm/common/root_window_finder.h', 554 'wm/common/root_window_finder.h',
555 'wm/common/shelf/wm_shelf.h', 555 'wm/common/shelf/wm_shelf.h',
556 'wm/common/shelf/wm_shelf_constants.cc', 556 'wm/common/shelf/wm_shelf_constants.cc',
557 'wm/common/shelf/wm_shelf_constants.h', 557 'wm/common/shelf/wm_shelf_constants.h',
558 'wm/common/shelf/wm_shelf_observer.h', 558 'wm/common/shelf/wm_shelf_observer.h',
559 'wm/common/shelf/wm_shelf_types.h', 559 'wm/common/shelf/wm_shelf_types.h',
560 'wm/common/switchable_windows.cc',
561 'wm/common/switchable_windows.h',
560 'wm/common/window_animation_types.h', 562 'wm/common/window_animation_types.h',
561 'wm/common/window_parenting_utils.cc', 563 'wm/common/window_parenting_utils.cc',
562 'wm/common/window_parenting_utils.h', 564 'wm/common/window_parenting_utils.h',
563 'wm/common/window_positioning_utils.cc', 565 'wm/common/window_positioning_utils.cc',
564 'wm/common/window_positioning_utils.h', 566 'wm/common/window_positioning_utils.h',
565 'wm/common/window_resizer.cc', 567 'wm/common/window_resizer.cc',
566 'wm/common/window_resizer.h', 568 'wm/common/window_resizer.h',
567 'wm/common/window_state.cc', 569 'wm/common/window_state.cc',
568 'wm/common/window_state.h', 570 'wm/common/window_state.h',
569 'wm/common/window_state_delegate.cc', 571 'wm/common/window_state_delegate.cc',
(...skipping 840 matching lines...) Expand 10 before | Expand all | Expand 10 after
1410 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1412 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1411 ], 1413 ],
1412 } 1414 }
1413 ], 1415 ],
1414 ], 1416 ],
1415 }, 1417 },
1416 ], 1418 ],
1417 }], 1419 }],
1418 ], 1420 ],
1419 } 1421 }
OLDNEW
« no previous file with comments | « no previous file | ash/root_window_controller.cc » ('j') | ash/shelf/shelf_layout_manager.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698