OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 }, | 8 }, |
9 | 9 |
10 'targets': [ | 10 'targets': [ |
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
69 'modal_container_layout_manager.h', | 69 'modal_container_layout_manager.h', |
70 'modality_event_filter.cc', | 70 'modality_event_filter.cc', |
71 'modality_event_filter.h', | 71 'modality_event_filter.h', |
72 'modality_event_filter_delegate.h', | 72 'modality_event_filter_delegate.h', |
73 'property_util.cc', | 73 'property_util.cc', |
74 'property_util.h', | 74 'property_util.h', |
75 'shelf_layout_controller.cc', | 75 'shelf_layout_controller.cc', |
76 'shelf_layout_controller.h', | 76 'shelf_layout_controller.h', |
77 'shell.cc', | 77 'shell.cc', |
78 'shell.h', | 78 'shell.h', |
79 'shell_accelerator_controller.cc', | |
80 'shell_accelerator_controller.h', | |
81 'shell_accelerator_filter.cc', | |
82 'shell_accelerator_filter.h', | |
83 'shell_delegate.h', | 79 'shell_delegate.h', |
84 'shell_factory.h', | 80 'shell_factory.h', |
85 'shell_window_ids.h', | 81 'shell_window_ids.h', |
86 'show_state_controller.h', | 82 'show_state_controller.h', |
87 'show_state_controller.cc', | 83 'show_state_controller.cc', |
88 'stacking_controller.cc', | 84 'stacking_controller.cc', |
89 'stacking_controller.h', | 85 'stacking_controller.h', |
90 'status_area_view.cc', | 86 'status_area_view.cc', |
91 'status_area_view.h', | 87 'status_area_view.h', |
92 'toplevel_frame_view.cc', | 88 'toplevel_frame_view.cc', |
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
200 '../../views/views.gyp:views_desktop', | 196 '../../views/views.gyp:views_desktop', |
201 '../../views/views.gyp:views_desktop_lib', | 197 '../../views/views.gyp:views_desktop_lib', |
202 '../../views/views.gyp:views_unittests', | 198 '../../views/views.gyp:views_unittests', |
203 '../aura/aura.gyp:*', | 199 '../aura/aura.gyp:*', |
204 '../gfx/compositor/compositor.gyp:*', | 200 '../gfx/compositor/compositor.gyp:*', |
205 'aura_shell_exe', | 201 'aura_shell_exe', |
206 ], | 202 ], |
207 }, | 203 }, |
208 ], | 204 ], |
209 } | 205 } |
OLD | NEW |