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 513 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
524 'wm/ash_focus_rules.cc', | 524 'wm/ash_focus_rules.cc', |
525 'wm/ash_focus_rules.h', | 525 'wm/ash_focus_rules.h', |
526 'wm/ash_native_cursor_manager.cc', | 526 'wm/ash_native_cursor_manager.cc', |
527 'wm/ash_native_cursor_manager.h', | 527 'wm/ash_native_cursor_manager.h', |
528 'wm/aura/aura_layout_manager_adapter.cc', | 528 'wm/aura/aura_layout_manager_adapter.cc', |
529 'wm/aura/aura_layout_manager_adapter.h', | 529 'wm/aura/aura_layout_manager_adapter.h', |
530 'wm/aura/wm_globals_aura.cc', | 530 'wm/aura/wm_globals_aura.cc', |
531 'wm/aura/wm_globals_aura.h', | 531 'wm/aura/wm_globals_aura.h', |
532 'wm/aura/wm_root_window_controller_aura.cc', | 532 'wm/aura/wm_root_window_controller_aura.cc', |
533 'wm/aura/wm_root_window_controller_aura.h', | 533 'wm/aura/wm_root_window_controller_aura.h', |
| 534 'wm/aura/wm_shelf_aura.cc', |
| 535 'wm/aura/wm_shelf_aura.h', |
534 'wm/aura/wm_window_aura.cc', | 536 'wm/aura/wm_window_aura.cc', |
535 'wm/aura/wm_window_aura.h', | 537 'wm/aura/wm_window_aura.h', |
536 'wm/boot_splash_screen_chromeos.cc', | 538 'wm/boot_splash_screen_chromeos.cc', |
537 'wm/boot_splash_screen_chromeos.h', | 539 'wm/boot_splash_screen_chromeos.h', |
538 'wm/common/root_window_finder.cc', | 540 'wm/common/root_window_finder.cc', |
539 'wm/common/root_window_finder.h', | 541 'wm/common/root_window_finder.h', |
| 542 'wm/common/shelf/wm_shelf.h', |
| 543 'wm/common/shelf/wm_shelf_constants.cc', |
| 544 'wm/common/shelf/wm_shelf_constants.h', |
| 545 'wm/common/shelf/wm_shelf_observer.h', |
| 546 'wm/common/shelf/wm_shelf_types.h', |
540 'wm/common/window_animation_types.h', | 547 'wm/common/window_animation_types.h', |
541 'wm/common/window_parenting_utils.cc', | 548 'wm/common/window_parenting_utils.cc', |
542 'wm/common/window_parenting_utils.h', | 549 'wm/common/window_parenting_utils.h', |
543 'wm/common/window_positioning_utils.cc', | 550 'wm/common/window_positioning_utils.cc', |
544 'wm/common/window_positioning_utils.h', | 551 'wm/common/window_positioning_utils.h', |
545 'wm/common/window_state_util.cc', | 552 'wm/common/window_state_util.cc', |
546 'wm/common/window_state_util.h', | 553 'wm/common/window_state_util.h', |
547 'wm/common/wm_activation_observer.h', | 554 'wm/common/wm_activation_observer.h', |
548 'wm/common/wm_display_observer.h', | 555 'wm/common/wm_display_observer.h', |
549 'wm/common/wm_event.cc', | 556 'wm/common/wm_event.cc', |
(...skipping 848 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1398 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1405 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
1399 ], | 1406 ], |
1400 } | 1407 } |
1401 ], | 1408 ], |
1402 ], | 1409 ], |
1403 }, | 1410 }, |
1404 ], | 1411 ], |
1405 }], | 1412 }], |
1406 ], | 1413 ], |
1407 } | 1414 } |
OLD | NEW |