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

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

Issue 8895003: Aura: Add --aura-laptop-mode to fill the workspace with a single window. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase, revert window_util namespace 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
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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 'root_window_event_filter.cc', 48 'root_window_event_filter.cc',
49 'root_window_event_filter.h', 49 'root_window_event_filter.h',
50 'root_window_layout_manager.cc', 50 'root_window_layout_manager.cc',
51 'root_window_layout_manager.h', 51 'root_window_layout_manager.h',
52 'drag_drop_controller.cc', 52 'drag_drop_controller.cc',
53 'drag_drop_controller.h', 53 'drag_drop_controller.h',
54 'drag_image_view.cc', 54 'drag_image_view.cc',
55 'drag_image_view.h', 55 'drag_image_view.h',
56 'image_grid.cc', 56 'image_grid.cc',
57 'image_grid.h', 57 'image_grid.h',
58 'laptop_mode_layout_manager.cc',
59 'laptop_mode_layout_manager.h',
58 'launcher/app_launcher_button.cc', 60 'launcher/app_launcher_button.cc',
59 'launcher/app_launcher_button.h', 61 'launcher/app_launcher_button.h',
60 'launcher/launcher.cc', 62 'launcher/launcher.cc',
61 'launcher/launcher.h', 63 'launcher/launcher.h',
62 'launcher/launcher_model.cc', 64 'launcher/launcher_model.cc',
63 'launcher/launcher_model.h', 65 'launcher/launcher_model.h',
64 'launcher/launcher_model_observer.h', 66 'launcher/launcher_model_observer.h',
65 'launcher/launcher_types.h', 67 'launcher/launcher_types.h',
66 'launcher/launcher_view.cc', 68 'launcher/launcher_view.cc',
67 'launcher/launcher_view.h', 69 'launcher/launcher_view.h',
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 'examples/widgets.cc', 220 'examples/widgets.cc',
219 'examples/window_type_launcher.cc', 221 'examples/window_type_launcher.cc',
220 'examples/window_type_launcher.h', 222 'examples/window_type_launcher.h',
221 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', 223 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc',
222 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', 224 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc',
223 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa rd.rc', 225 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa rd.rc',
224 ], 226 ],
225 }, 227 },
226 ], 228 ],
227 } 229 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698