| 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 15 matching lines...) Expand all Loading... |
| 26 '../ui.gyp:ui', | 26 '../ui.gyp:ui', |
| 27 '../ui.gyp:ui_resources', | 27 '../ui.gyp:ui_resources', |
| 28 '../ui.gyp:ui_resources_standard', | 28 '../ui.gyp:ui_resources_standard', |
| 29 '../views/views.gyp:views', | 29 '../views/views.gyp:views', |
| 30 ], | 30 ], |
| 31 'defines': [ | 31 'defines': [ |
| 32 'AURA_SHELL_IMPLEMENTATION', | 32 'AURA_SHELL_IMPLEMENTATION', |
| 33 ], | 33 ], |
| 34 'sources': [ | 34 'sources': [ |
| 35 # All .cc, .h under views, except unittests | 35 # All .cc, .h under views, except unittests |
| 36 'activation_controller.cc', |
| 37 'activation_controller.h', |
| 36 'always_on_top_controller.cc', | 38 'always_on_top_controller.cc', |
| 37 'always_on_top_controller.h', | 39 'always_on_top_controller.h', |
| 38 'app_list.cc', | 40 'app_list.cc', |
| 39 'app_list.h', | 41 'app_list.h', |
| 40 'default_container_event_filter.cc', | 42 'default_container_event_filter.cc', |
| 41 'default_container_event_filter.h', | 43 'default_container_event_filter.h', |
| 42 'default_container_layout_manager.cc', | 44 'default_container_layout_manager.cc', |
| 43 'default_container_layout_manager.h', | 45 'default_container_layout_manager.h', |
| 44 'desktop_background_view.cc', | 46 'desktop_background_view.cc', |
| 45 'desktop_background_view.h', | 47 'desktop_background_view.h', |
| (...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 137 '../gfx/compositor/compositor.gyp:compositor_test_support', | 139 '../gfx/compositor/compositor.gyp:compositor_test_support', |
| 138 '../gfx/compositor/compositor.gyp:test_compositor', | 140 '../gfx/compositor/compositor.gyp:test_compositor', |
| 139 '../ui.gyp:gfx_resources', | 141 '../ui.gyp:gfx_resources', |
| 140 '../ui.gyp:ui', | 142 '../ui.gyp:ui', |
| 141 '../ui.gyp:ui_resources', | 143 '../ui.gyp:ui_resources', |
| 142 '../ui.gyp:ui_resources_standard', | 144 '../ui.gyp:ui_resources_standard', |
| 143 '../views/views.gyp:views', | 145 '../views/views.gyp:views', |
| 144 'aura_shell', | 146 'aura_shell', |
| 145 ], | 147 ], |
| 146 'sources': [ | 148 'sources': [ |
| 149 'activation_controller_unittest.cc', |
| 147 'default_container_layout_manager_unittest.cc', | 150 'default_container_layout_manager_unittest.cc', |
| 148 'root_window_event_filter_unittest.cc', | 151 'root_window_event_filter_unittest.cc', |
| 149 'drag_drop_controller_unittest.cc', | 152 'drag_drop_controller_unittest.cc', |
| 150 'image_grid_unittest.cc', | 153 'image_grid_unittest.cc', |
| 151 'launcher/launcher_model_unittest.cc', | 154 'launcher/launcher_model_unittest.cc', |
| 152 'launcher/view_model_unittest.cc', | 155 'launcher/view_model_unittest.cc', |
| 153 'launcher/view_model_utils_unittest.cc', | 156 'launcher/view_model_utils_unittest.cc', |
| 154 'modal_container_layout_manager_unittest.cc', | 157 'modal_container_layout_manager_unittest.cc', |
| 155 'run_all_unittests.cc', | 158 'run_all_unittests.cc', |
| 156 'shadow_controller_unittest.cc', | 159 'shadow_controller_unittest.cc', |
| 157 'shell_accelerator_controller_unittest.cc', | 160 'shell_accelerator_controller_unittest.cc', |
| 158 'shell_unittest.cc', | 161 'shell_unittest.cc', |
| 159 'stacking_controller_unittest.cc', | |
| 160 'test_suite.cc', | 162 'test_suite.cc', |
| 161 'test_suite.h', | 163 'test_suite.h', |
| 162 'test/aura_shell_test_base.cc', | 164 'test/aura_shell_test_base.cc', |
| 163 'test/aura_shell_test_base.h', | 165 'test/aura_shell_test_base.h', |
| 166 'test/test_activation_delegate.cc', |
| 167 'test/test_activation_delegate.h', |
| 164 'toplevel_layout_manager_unittest.cc', | 168 'toplevel_layout_manager_unittest.cc', |
| 165 'toplevel_window_event_filter_unittest.cc', | 169 'toplevel_window_event_filter_unittest.cc', |
| 166 'workspace_controller_unittest.cc', | 170 'workspace_controller_unittest.cc', |
| 167 'workspace/workspace_manager_unittest.cc', | 171 'workspace/workspace_manager_unittest.cc', |
| 168 | 172 |
| 169 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', | 173 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', |
| 170 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', | 174 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', |
| 171 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa
rd.rc', | 175 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa
rd.rc', |
| 172 ], | 176 ], |
| 173 }, | 177 }, |
| (...skipping 28 matching lines...) Expand all Loading... |
| 202 'examples/widgets.cc', | 206 'examples/widgets.cc', |
| 203 'examples/window_type_launcher.cc', | 207 'examples/window_type_launcher.cc', |
| 204 'examples/window_type_launcher.h', | 208 'examples/window_type_launcher.h', |
| 205 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', | 209 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', |
| 206 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', | 210 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', |
| 207 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa
rd.rc', | 211 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa
rd.rc', |
| 208 ], | 212 ], |
| 209 }, | 213 }, |
| 210 ], | 214 ], |
| 211 } | 215 } |
| OLD | NEW |