| 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 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', | 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', |
| 9 }, | 9 }, |
| 10 | 10 |
| (...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 131 'wm/root_window_layout_manager.cc', | 131 'wm/root_window_layout_manager.cc', |
| 132 'wm/root_window_layout_manager.h', | 132 'wm/root_window_layout_manager.h', |
| 133 'wm/shadow.cc', | 133 'wm/shadow.cc', |
| 134 'wm/shadow.h', | 134 'wm/shadow.h', |
| 135 'wm/shadow_controller.cc', | 135 'wm/shadow_controller.cc', |
| 136 'wm/shadow_controller.h', | 136 'wm/shadow_controller.h', |
| 137 'wm/shadow_types.cc', | 137 'wm/shadow_types.cc', |
| 138 'wm/shadow_types.h', | 138 'wm/shadow_types.h', |
| 139 'wm/shelf_layout_manager.cc', | 139 'wm/shelf_layout_manager.cc', |
| 140 'wm/shelf_layout_manager.h', | 140 'wm/shelf_layout_manager.h', |
| 141 'wm/show_state_controller.h', | |
| 142 'wm/show_state_controller.cc', | |
| 143 'wm/stacking_controller.cc', | 141 'wm/stacking_controller.cc', |
| 144 'wm/stacking_controller.h', | 142 'wm/stacking_controller.h', |
| 145 'wm/status_area_layout_manager.cc', | 143 'wm/status_area_layout_manager.cc', |
| 146 'wm/status_area_layout_manager.h', | 144 'wm/status_area_layout_manager.h', |
| 147 'wm/toplevel_frame_view.cc', | 145 'wm/toplevel_frame_view.cc', |
| 148 'wm/toplevel_frame_view.h', | 146 'wm/toplevel_frame_view.h', |
| 149 'wm/toplevel_layout_manager.cc', | 147 'wm/toplevel_layout_manager.cc', |
| 150 'wm/toplevel_layout_manager.h', | 148 'wm/toplevel_layout_manager.h', |
| 151 'wm/toplevel_window_event_filter.cc', | 149 'wm/toplevel_window_event_filter.cc', |
| 152 'wm/toplevel_window_event_filter.h', | 150 'wm/toplevel_window_event_filter.h', |
| (...skipping 16 matching lines...) Expand all Loading... |
| 169 'wm/workspace_controller.cc', | 167 'wm/workspace_controller.cc', |
| 170 'wm/workspace_controller.h', | 168 'wm/workspace_controller.h', |
| 171 'wm/workspace/workspace.cc', | 169 'wm/workspace/workspace.cc', |
| 172 'wm/workspace/workspace.h', | 170 'wm/workspace/workspace.h', |
| 173 'wm/workspace/workspace_event_filter.cc', | 171 'wm/workspace/workspace_event_filter.cc', |
| 174 'wm/workspace/workspace_event_filter.h', | 172 'wm/workspace/workspace_event_filter.h', |
| 175 'wm/workspace/workspace_layout_manager.cc', | 173 'wm/workspace/workspace_layout_manager.cc', |
| 176 'wm/workspace/workspace_layout_manager.h', | 174 'wm/workspace/workspace_layout_manager.h', |
| 177 'wm/workspace/workspace_manager.cc', | 175 'wm/workspace/workspace_manager.cc', |
| 178 'wm/workspace/workspace_manager.h', | 176 'wm/workspace/workspace_manager.h', |
| 179 'wm/workspace/workspace_observer.h', | |
| 180 ], | 177 ], |
| 181 }, | 178 }, |
| 182 { | 179 { |
| 183 'target_name': 'aura_shell_unittests', | 180 'target_name': 'aura_shell_unittests', |
| 184 'type': 'executable', | 181 'type': 'executable', |
| 185 'dependencies': [ | 182 'dependencies': [ |
| 186 '../base/base.gyp:base', | 183 '../base/base.gyp:base', |
| 187 '../base/base.gyp:test_support_base', | 184 '../base/base.gyp:test_support_base', |
| 188 '../chrome/chrome_resources.gyp:packed_resources', | 185 '../chrome/chrome_resources.gyp:packed_resources', |
| 189 '../build/temp_gyp/googleurl.gyp:googleurl', | 186 '../build/temp_gyp/googleurl.gyp:googleurl', |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 231 'wm/power_button_controller_unittest.cc', | 228 'wm/power_button_controller_unittest.cc', |
| 232 'wm/root_window_event_filter_unittest.cc', | 229 'wm/root_window_event_filter_unittest.cc', |
| 233 'wm/shadow_controller_unittest.cc', | 230 'wm/shadow_controller_unittest.cc', |
| 234 'wm/shelf_layout_manager_unittest.cc', | 231 'wm/shelf_layout_manager_unittest.cc', |
| 235 'wm/toplevel_layout_manager_unittest.cc', | 232 'wm/toplevel_layout_manager_unittest.cc', |
| 236 'wm/toplevel_window_event_filter_unittest.cc', | 233 'wm/toplevel_window_event_filter_unittest.cc', |
| 237 'wm/video_detector_unittest.cc', | 234 'wm/video_detector_unittest.cc', |
| 238 'wm/window_cycle_controller_unittest.cc', | 235 'wm/window_cycle_controller_unittest.cc', |
| 239 'wm/window_modality_controller_unittest.cc', | 236 'wm/window_modality_controller_unittest.cc', |
| 240 'wm/workspace_controller_unittest.cc', | 237 'wm/workspace_controller_unittest.cc', |
| 241 'wm/workspace/workspace_layout_manager_unittest.cc', | |
| 242 'wm/workspace/workspace_manager_unittest.cc', | 238 'wm/workspace/workspace_manager_unittest.cc', |
| 243 | 239 |
| 244 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', | 240 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', |
| 245 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', | 241 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', |
| 246 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa
rd.rc', | 242 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa
rd.rc', |
| 247 ], | 243 ], |
| 248 'conditions': [ | 244 'conditions': [ |
| 249 ['use_webkit_compositor==1', { | 245 ['use_webkit_compositor==1', { |
| 250 'dependencies': [ | 246 'dependencies': [ |
| 251 '../ui/gfx/compositor/compositor.gyp:compositor', | 247 '../ui/gfx/compositor/compositor.gyp:compositor', |
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 321 'shell/cocoa/app-Info.plist', | 317 'shell/cocoa/app-Info.plist', |
| 322 ], | 318 ], |
| 323 'xcode_settings': { | 319 'xcode_settings': { |
| 324 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 320 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
| 325 }, | 321 }, |
| 326 }], | 322 }], |
| 327 ], | 323 ], |
| 328 }, | 324 }, |
| 329 ], | 325 ], |
| 330 } | 326 } |
| OLD | NEW |