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

Side by Side Diff: ash/ash.gyp

Issue 1918883002: Makes Panel related classes use ash/wm/common types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@phantom_window_controller
Patch Set: feedback Created 4 years, 8 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 | « ash/accelerators/accelerator_controller_unittest.cc ('k') | ash/root_window_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 (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 527 matching lines...) Expand 10 before | Expand all | Expand 10 after
538 'wm/common/root_window_finder.cc', 538 'wm/common/root_window_finder.cc',
539 'wm/common/root_window_finder.h', 539 'wm/common/root_window_finder.h',
540 'wm/common/window_animation_types.h', 540 'wm/common/window_animation_types.h',
541 'wm/common/window_parenting_utils.cc', 541 'wm/common/window_parenting_utils.cc',
542 'wm/common/window_parenting_utils.h', 542 'wm/common/window_parenting_utils.h',
543 'wm/common/window_positioning_utils.cc', 543 'wm/common/window_positioning_utils.cc',
544 'wm/common/window_positioning_utils.h', 544 'wm/common/window_positioning_utils.h',
545 'wm/common/window_state_util.cc', 545 'wm/common/window_state_util.cc',
546 'wm/common/window_state_util.h', 546 'wm/common/window_state_util.h',
547 'wm/common/wm_activation_observer.h', 547 'wm/common/wm_activation_observer.h',
548 'wm/common/wm_display_observer.h',
548 'wm/common/wm_event.cc', 549 'wm/common/wm_event.cc',
549 'wm/common/wm_event.h', 550 'wm/common/wm_event.h',
550 'wm/common/wm_globals.h', 551 'wm/common/wm_globals.h',
551 'wm/common/wm_layout_manager.h', 552 'wm/common/wm_layout_manager.h',
553 'wm/common/wm_overview_mode_observer.h',
552 'wm/common/wm_root_window_controller.h', 554 'wm/common/wm_root_window_controller.h',
553 'wm/common/wm_root_window_controller_observer.h', 555 'wm/common/wm_root_window_controller_observer.h',
554 'wm/common/wm_screen_util.cc', 556 'wm/common/wm_screen_util.cc',
555 'wm/common/wm_screen_util.h', 557 'wm/common/wm_screen_util.h',
556 'wm/common/wm_snap_to_pixel_layout_manager.cc', 558 'wm/common/wm_snap_to_pixel_layout_manager.cc',
557 'wm/common/wm_snap_to_pixel_layout_manager.h', 559 'wm/common/wm_snap_to_pixel_layout_manager.h',
558 'wm/common/wm_types.cc', 560 'wm/common/wm_types.cc',
559 'wm/common/wm_types.h', 561 'wm/common/wm_types.h',
560 'wm/common/wm_window.h', 562 'wm/common/wm_window.h',
561 'wm/common/wm_window_observer.h', 563 'wm/common/wm_window_observer.h',
(...skipping 833 matching lines...) Expand 10 before | Expand all | Expand 10 after
1395 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1397 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1396 ], 1398 ],
1397 } 1399 }
1398 ], 1400 ],
1399 ], 1401 ],
1400 }, 1402 },
1401 ], 1403 ],
1402 }], 1404 }],
1403 ], 1405 ],
1404 } 1406 }
OLDNEW
« no previous file with comments | « ash/accelerators/accelerator_controller_unittest.cc ('k') | ash/root_window_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698