| 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 526 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 537 'wm/boot_splash_screen_chromeos.h', | 537 'wm/boot_splash_screen_chromeos.h', |
| 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_event.cc', | 548 'wm/common/wm_event.cc', |
| 548 'wm/common/wm_event.h', | 549 'wm/common/wm_event.h', |
| 549 'wm/common/wm_globals.h', | 550 'wm/common/wm_globals.h', |
| 550 'wm/common/wm_layout_manager.h', | 551 'wm/common/wm_layout_manager.h', |
| 551 'wm/common/wm_root_window_controller.h', | 552 'wm/common/wm_root_window_controller.h', |
| 552 'wm/common/wm_screen_util.cc', | 553 'wm/common/wm_screen_util.cc', |
| 553 'wm/common/wm_screen_util.h', | 554 'wm/common/wm_screen_util.h', |
| 555 'wm/common/wm_snap_to_pixel_layout_manager.cc', |
| 556 'wm/common/wm_snap_to_pixel_layout_manager.h', |
| 554 'wm/common/wm_types.cc', | 557 'wm/common/wm_types.cc', |
| 555 'wm/common/wm_types.h', | 558 'wm/common/wm_types.h', |
| 556 'wm/common/wm_window.h', | 559 'wm/common/wm_window.h', |
| 557 'wm/common/wm_window_observer.h', | 560 'wm/common/wm_window_observer.h', |
| 558 'wm/common/wm_window_property.h', | 561 'wm/common/wm_window_property.h', |
| 559 'wm/common/workspace/workspace_layout_manager_delegate.h', | 562 'wm/common/workspace/workspace_layout_manager_delegate.h', |
| 560 'wm/common/workspace/workspace_types.h', | 563 'wm/common/workspace/workspace_types.h', |
| 561 'wm/cursor_manager_chromeos.cc', | 564 'wm/cursor_manager_chromeos.cc', |
| 562 'wm/cursor_manager_chromeos.h', | 565 'wm/cursor_manager_chromeos.h', |
| 563 'wm/default_state.cc', | 566 'wm/default_state.cc', |
| (...skipping 828 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1392 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1395 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1393 ], | 1396 ], |
| 1394 } | 1397 } |
| 1395 ], | 1398 ], |
| 1396 ], | 1399 ], |
| 1397 }, | 1400 }, |
| 1398 ], | 1401 ], |
| 1399 }], | 1402 }], |
| 1400 ], | 1403 ], |
| 1401 } | 1404 } |
| OLD | NEW |