| 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_aura.cc', | 10 'accelerators/accelerator_commands_aura.cc', |
| (...skipping 892 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 903 'ash_shell_lib_sources': [ | 903 'ash_shell_lib_sources': [ |
| 904 '../ui/views/test/test_views_delegate_aura.cc', | 904 '../ui/views/test/test_views_delegate_aura.cc', |
| 905 'shell/app_list.cc', | 905 'shell/app_list.cc', |
| 906 'shell/bubble.cc', | 906 'shell/bubble.cc', |
| 907 'shell/context_menu.cc', | 907 'shell/context_menu.cc', |
| 908 'shell/context_menu.h', | 908 'shell/context_menu.h', |
| 909 'shell/example_factory.h', | 909 'shell/example_factory.h', |
| 910 'shell/lock_view.cc', | 910 'shell/lock_view.cc', |
| 911 'shell/panel_window.cc', | 911 'shell/panel_window.cc', |
| 912 'shell/panel_window.h', | 912 'shell/panel_window.h', |
| 913 'shell/shelf_delegate_impl.cc', | |
| 914 'shell/shelf_delegate_impl.h', | |
| 915 'shell/shell_delegate_impl.cc', | 913 'shell/shell_delegate_impl.cc', |
| 916 'shell/shell_delegate_impl.h', | 914 'shell/shell_delegate_impl.h', |
| 917 'shell/toplevel_window.cc', | 915 'shell/toplevel_window.cc', |
| 918 'shell/toplevel_window.h', | 916 'shell/toplevel_window.h', |
| 919 'shell/widgets.cc', | 917 'shell/widgets.cc', |
| 920 'shell/window_type_launcher.cc', | 918 'shell/window_type_launcher.cc', |
| 921 'shell/window_type_launcher.h', | 919 'shell/window_type_launcher.h', |
| 922 'shell/window_watcher.cc', | 920 'shell/window_watcher.cc', |
| 923 'shell/window_watcher.h', | 921 'shell/window_watcher.h', |
| 924 'shell/window_watcher_shelf_item_delegate.cc', | 922 'shell/window_watcher_shelf_item_delegate.cc', |
| (...skipping 586 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1511 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1509 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1512 ], | 1510 ], |
| 1513 } | 1511 } |
| 1514 ], | 1512 ], |
| 1515 ], | 1513 ], |
| 1516 }, | 1514 }, |
| 1517 ], | 1515 ], |
| 1518 }], | 1516 }], |
| 1519 ], | 1517 ], |
| 1520 } | 1518 } |
| OLD | NEW |