| 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 569 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 580 'wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_ozone.h', | 580 'wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_ozone.h', |
| 581 'wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.cc', | 581 'wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.cc', |
| 582 'wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.h', | 582 'wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.h', |
| 583 'wm/maximize_mode/workspace_backdrop_delegate.cc', | 583 'wm/maximize_mode/workspace_backdrop_delegate.cc', |
| 584 'wm/maximize_mode/workspace_backdrop_delegate.h', | 584 'wm/maximize_mode/workspace_backdrop_delegate.h', |
| 585 'wm/mru_window_tracker.cc', | 585 'wm/mru_window_tracker.cc', |
| 586 'wm/mru_window_tracker.h', | 586 'wm/mru_window_tracker.h', |
| 587 'wm/overlay_event_filter.cc', | 587 'wm/overlay_event_filter.cc', |
| 588 'wm/overlay_event_filter.h', | 588 'wm/overlay_event_filter.h', |
| 589 'wm/overview/overview_animation_type.h', | 589 'wm/overview/overview_animation_type.h', |
| 590 'wm/overview/scoped_overview_animation_settings.cc', | |
| 591 'wm/overview/scoped_overview_animation_settings.h', | 590 'wm/overview/scoped_overview_animation_settings.h', |
| 591 'wm/overview/scoped_overview_animation_settings_aura.cc', |
| 592 'wm/overview/scoped_overview_animation_settings_aura.h', |
| 593 'wm/overview/scoped_overview_animation_settings_factory.cc', |
| 594 'wm/overview/scoped_overview_animation_settings_factory.h', |
| 595 'wm/overview/scoped_overview_animation_settings_factory_aura.cc', |
| 596 'wm/overview/scoped_overview_animation_settings_factory_aura.h', |
| 592 'wm/overview/scoped_transform_overview_window.cc', | 597 'wm/overview/scoped_transform_overview_window.cc', |
| 593 'wm/overview/scoped_transform_overview_window.h', | 598 'wm/overview/scoped_transform_overview_window.h', |
| 594 'wm/overview/window_grid.cc', | 599 'wm/overview/window_grid.cc', |
| 595 'wm/overview/window_grid.h', | 600 'wm/overview/window_grid.h', |
| 596 'wm/overview/window_selector.cc', | 601 'wm/overview/window_selector.cc', |
| 597 'wm/overview/window_selector.h', | 602 'wm/overview/window_selector.h', |
| 598 'wm/overview/window_selector_controller.cc', | 603 'wm/overview/window_selector_controller.cc', |
| 599 'wm/overview/window_selector_controller.h', | 604 'wm/overview/window_selector_controller.h', |
| 600 'wm/overview/window_selector_item.cc', | 605 'wm/overview/window_selector_item.cc', |
| 601 'wm/overview/window_selector_item.h', | 606 'wm/overview/window_selector_item.h', |
| (...skipping 749 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1351 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1356 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1352 ], | 1357 ], |
| 1353 } | 1358 } |
| 1354 ], | 1359 ], |
| 1355 ], | 1360 ], |
| 1356 }, | 1361 }, |
| 1357 ], | 1362 ], |
| 1358 }], | 1363 }], |
| 1359 ], | 1364 ], |
| 1360 } | 1365 } |
| OLD | NEW |