Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(944)

Side by Side Diff: ui/aura_shell/aura_shell.gyp

Issue 8953004: Now that the launcher is sized to the width of the root window we need (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Tweaks Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | ui/aura_shell/launcher/launcher.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 '../views/views.gyp:views', 146 '../views/views.gyp:views',
147 'aura_shell', 147 'aura_shell',
148 ], 148 ],
149 'sources': [ 149 'sources': [
150 'activation_controller_unittest.cc', 150 'activation_controller_unittest.cc',
151 'default_container_layout_manager_unittest.cc', 151 'default_container_layout_manager_unittest.cc',
152 'root_window_event_filter_unittest.cc', 152 'root_window_event_filter_unittest.cc',
153 'drag_drop_controller_unittest.cc', 153 'drag_drop_controller_unittest.cc',
154 'image_grid_unittest.cc', 154 'image_grid_unittest.cc',
155 'launcher/launcher_model_unittest.cc', 155 'launcher/launcher_model_unittest.cc',
156 'launcher/launcher_unittest.cc',
156 'launcher/view_model_unittest.cc', 157 'launcher/view_model_unittest.cc',
157 'launcher/view_model_utils_unittest.cc', 158 'launcher/view_model_utils_unittest.cc',
158 'modal_container_layout_manager_unittest.cc', 159 'modal_container_layout_manager_unittest.cc',
159 'run_all_unittests.cc', 160 'run_all_unittests.cc',
160 'shadow_controller_unittest.cc', 161 'shadow_controller_unittest.cc',
161 'shelf_layout_manager_unittest.cc', 162 'shelf_layout_manager_unittest.cc',
162 'shell_accelerator_controller_unittest.cc', 163 'shell_accelerator_controller_unittest.cc',
163 'shell_unittest.cc', 164 'shell_unittest.cc',
164 'test_suite.cc', 165 'test_suite.cc',
165 'test_suite.h', 166 'test_suite.h',
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 'examples/widgets.cc', 222 'examples/widgets.cc',
222 'examples/window_type_launcher.cc', 223 'examples/window_type_launcher.cc',
223 'examples/window_type_launcher.h', 224 'examples/window_type_launcher.h',
224 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', 225 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc',
225 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', 226 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc',
226 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa rd.rc', 227 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa rd.rc',
227 ], 228 ],
228 }, 229 },
229 ], 230 ],
230 } 231 }
OLDNEW
« no previous file with comments | « no previous file | ui/aura_shell/launcher/launcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698