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