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

Side by Side Diff: ash/ash.gyp

Issue 9630002: Ash: Remove compact window mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: OpaqueBrowserFrameView, MultipleWindowIndicatorButton Created 8 years, 9 months 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 | ash/ash_switches.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) 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 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 'system/user/tray_user.h', 132 'system/user/tray_user.h',
133 'tooltips/tooltip_controller.cc', 133 'tooltips/tooltip_controller.cc',
134 'tooltips/tooltip_controller.h', 134 'tooltips/tooltip_controller.h',
135 'volume_control_delegate.h', 135 'volume_control_delegate.h',
136 'wm/activation_controller.cc', 136 'wm/activation_controller.cc',
137 'wm/activation_controller.h', 137 'wm/activation_controller.h',
138 'wm/always_on_top_controller.cc', 138 'wm/always_on_top_controller.cc',
139 'wm/always_on_top_controller.h', 139 'wm/always_on_top_controller.h',
140 'wm/base_layout_manager.cc', 140 'wm/base_layout_manager.cc',
141 'wm/base_layout_manager.h', 141 'wm/base_layout_manager.h',
142 'wm/compact_layout_manager.cc',
143 'wm/compact_layout_manager.h',
144 'wm/compact_status_area_layout_manager.cc',
145 'wm/compact_status_area_layout_manager.h',
146 'wm/custom_frame_view_ash.cc', 142 'wm/custom_frame_view_ash.cc',
147 'wm/custom_frame_view_ash.h', 143 'wm/custom_frame_view_ash.h',
148 'wm/default_window_resizer.cc', 144 'wm/default_window_resizer.cc',
149 'wm/default_window_resizer.h', 145 'wm/default_window_resizer.h',
150 'wm/dialog_frame_view.cc', 146 'wm/dialog_frame_view.cc',
151 'wm/dialog_frame_view.h', 147 'wm/dialog_frame_view.h',
152 'wm/frame_painter.cc', 148 'wm/frame_painter.cc',
153 'wm/frame_painter.h', 149 'wm/frame_painter.h',
154 'wm/image_grid.cc', 150 'wm/image_grid.cc',
155 'wm/image_grid.h', 151 'wm/image_grid.h',
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
292 'test/test_activation_delegate.h', 288 'test/test_activation_delegate.h',
293 'test/test_shell_delegate.cc', 289 'test/test_shell_delegate.cc',
294 'test/test_shell_delegate.h', 290 'test/test_shell_delegate.h',
295 'test/test_suite.cc', 291 'test/test_suite.cc',
296 'test/test_suite.h', 292 'test/test_suite.h',
297 'test/test_suite_init.h', 293 'test/test_suite_init.h',
298 'test/test_suite_init.mm', 294 'test/test_suite_init.mm',
299 'tooltips/tooltip_controller_unittest.cc', 295 'tooltips/tooltip_controller_unittest.cc',
300 'wm/activation_controller_unittest.cc', 296 'wm/activation_controller_unittest.cc',
301 'wm/base_layout_manager_unittest.cc', 297 'wm/base_layout_manager_unittest.cc',
302 'wm/compact_layout_manager_unittest.cc',
303 'wm/image_grid_unittest.cc', 298 'wm/image_grid_unittest.cc',
304 'wm/panel_layout_manager_unittest.cc', 299 'wm/panel_layout_manager_unittest.cc',
305 'wm/power_button_controller_unittest.cc', 300 'wm/power_button_controller_unittest.cc',
306 'wm/root_window_event_filter_unittest.cc', 301 'wm/root_window_event_filter_unittest.cc',
307 'wm/shadow_controller_unittest.cc', 302 'wm/shadow_controller_unittest.cc',
308 'wm/shelf_layout_manager_unittest.cc', 303 'wm/shelf_layout_manager_unittest.cc',
309 'wm/system_modal_container_layout_manager_unittest.cc', 304 'wm/system_modal_container_layout_manager_unittest.cc',
310 'wm/toplevel_layout_manager_unittest.cc', 305 'wm/toplevel_layout_manager_unittest.cc',
311 'wm/toplevel_window_event_filter_unittest.cc', 306 'wm/toplevel_window_event_filter_unittest.cc',
312 'wm/video_detector_unittest.cc', 307 'wm/video_detector_unittest.cc',
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
412 'shell/cocoa/app-Info.plist', 407 'shell/cocoa/app-Info.plist',
413 ], 408 ],
414 'xcode_settings': { 409 'xcode_settings': {
415 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 410 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
416 }, 411 },
417 }], 412 }],
418 ], 413 ],
419 }, 414 },
420 ], 415 ],
421 } 416 }
OLDNEW
« no previous file with comments | « no previous file | ash/ash_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698