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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
54 'launcher/launcher_model_observer.h', | 54 'launcher/launcher_model_observer.h', |
55 'launcher/launcher_types.h', | 55 'launcher/launcher_types.h', |
56 'launcher/launcher_view.cc', | 56 'launcher/launcher_view.cc', |
57 'launcher/launcher_view.h', | 57 'launcher/launcher_view.h', |
58 'launcher/tabbed_launcher_button.cc', | 58 'launcher/tabbed_launcher_button.cc', |
59 'launcher/tabbed_launcher_button.h', | 59 'launcher/tabbed_launcher_button.h', |
60 'launcher/view_model.cc', | 60 'launcher/view_model.cc', |
61 'launcher/view_model.h', | 61 'launcher/view_model.h', |
62 'launcher/view_model_utils.cc', | 62 'launcher/view_model_utils.cc', |
63 'launcher/view_model_utils.h', | 63 'launcher/view_model_utils.h', |
64 'modality_event_filter.cc', | |
65 'modality_event_filter.h', | |
66 'modality_event_filter_delegate.h', | |
64 'property_util.cc', | 67 'property_util.cc', |
65 'property_util.h', | 68 'property_util.h', |
66 'shelf_layout_controller.cc', | 69 'shelf_layout_controller.cc', |
67 'shelf_layout_controller.h', | 70 'shelf_layout_controller.h', |
68 'shell.cc', | 71 'shell.cc', |
69 'shell.h', | 72 'shell.h', |
70 'shell_delegate.h', | 73 'shell_delegate.h', |
71 'shell_factory.h', | 74 'shell_factory.h', |
72 'shell_window_ids.h', | 75 'shell_window_ids.h', |
73 'show_state_controller.h', | 76 'show_state_controller.h', |
74 'show_state_controller.cc', | 77 'show_state_controller.cc', |
75 'stacking_controller.cc', | 78 'stacking_controller.cc', |
76 'stacking_controller.h', | 79 'stacking_controller.h', |
77 'status_area_view.cc', | 80 'status_area_view.cc', |
78 'status_area_view.h', | 81 'status_area_view.h', |
79 'toplevel_frame_view.cc', | 82 'toplevel_frame_view.cc', |
80 'toplevel_frame_view.h', | 83 'toplevel_frame_view.h', |
81 'toplevel_layout_manager.cc', | 84 'toplevel_layout_manager.cc', |
82 'toplevel_layout_manager.h', | 85 'toplevel_layout_manager.h', |
83 'toplevel_window_event_filter.cc', | 86 'toplevel_window_event_filter.cc', |
84 'toplevel_window_event_filter.h', | 87 'toplevel_window_event_filter.h', |
88 'modal_container_layout_manager.cc', | |
sky
2011/11/16 17:40:46
nit: sort
| |
89 'modal_container_layout_manager.h', | |
85 'window_frame.cc', | 90 'window_frame.cc', |
86 'window_frame.h', | 91 'window_frame.h', |
87 'workspace_controller.cc', | 92 'workspace_controller.cc', |
88 'workspace_controller.h', | 93 'workspace_controller.h', |
89 'workspace/workspace.cc', | 94 'workspace/workspace.cc', |
90 'workspace/workspace.h', | 95 'workspace/workspace.h', |
91 'workspace/workspace_manager.cc', | 96 'workspace/workspace_manager.cc', |
92 'workspace/workspace_manager.h', | 97 'workspace/workspace_manager.h', |
93 'workspace/workspace_observer.h', | 98 'workspace/workspace_observer.h', |
94 ], | 99 ], |
(...skipping 29 matching lines...) Expand all Loading... | |
124 'launcher/view_model_utils_unittest.cc', | 129 'launcher/view_model_utils_unittest.cc', |
125 'run_all_unittests.cc', | 130 'run_all_unittests.cc', |
126 'shell_unittest.cc', | 131 'shell_unittest.cc', |
127 'stacking_controller_unittest.cc', | 132 'stacking_controller_unittest.cc', |
128 'test_suite.cc', | 133 'test_suite.cc', |
129 'test_suite.h', | 134 'test_suite.h', |
130 'test/aura_shell_test_base.cc', | 135 'test/aura_shell_test_base.cc', |
131 'test/aura_shell_test_base.h', | 136 'test/aura_shell_test_base.h', |
132 'toplevel_layout_manager_unittest.cc', | 137 'toplevel_layout_manager_unittest.cc', |
133 'toplevel_window_event_filter_unittest.cc', | 138 'toplevel_window_event_filter_unittest.cc', |
139 'modal_container_layout_manager_unittest.cc', | |
sky
2011/11/16 17:40:46
nit: sort
| |
134 'workspace_controller_unittest.cc', | 140 'workspace_controller_unittest.cc', |
135 'workspace/workspace_manager_unittest.cc', | 141 'workspace/workspace_manager_unittest.cc', |
136 | 142 |
137 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', | 143 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', |
138 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', | 144 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', |
139 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa rd.rc', | 145 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa rd.rc', |
140 ], | 146 ], |
141 }, | 147 }, |
142 { | 148 { |
143 'target_name': 'aura_shell_exe', | 149 'target_name': 'aura_shell_exe', |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
185 '../../views/views.gyp:views_desktop', | 191 '../../views/views.gyp:views_desktop', |
186 '../../views/views.gyp:views_desktop_lib', | 192 '../../views/views.gyp:views_desktop_lib', |
187 '../../views/views.gyp:views_unittests', | 193 '../../views/views.gyp:views_unittests', |
188 '../aura/aura.gyp:*', | 194 '../aura/aura.gyp:*', |
189 '../gfx/compositor/compositor.gyp:*', | 195 '../gfx/compositor/compositor.gyp:*', |
190 'aura_shell_exe', | 196 'aura_shell_exe', |
191 ], | 197 ], |
192 }, | 198 }, |
193 ], | 199 ], |
194 } | 200 } |
OLD | NEW |