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

Side by Side Diff: ash/ash.gyp

Issue 9599007: Minor refactoring of window resize code. I wasn't too happy with (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: 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/wm/default_window_resizer.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 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 'wm/activation_controller.cc', 134 'wm/activation_controller.cc',
135 'wm/activation_controller.h', 135 'wm/activation_controller.h',
136 'wm/always_on_top_controller.cc', 136 'wm/always_on_top_controller.cc',
137 'wm/always_on_top_controller.h', 137 'wm/always_on_top_controller.h',
138 'wm/base_layout_manager.cc', 138 'wm/base_layout_manager.cc',
139 'wm/base_layout_manager.h', 139 'wm/base_layout_manager.h',
140 'wm/compact_layout_manager.cc', 140 'wm/compact_layout_manager.cc',
141 'wm/compact_layout_manager.h', 141 'wm/compact_layout_manager.h',
142 'wm/compact_status_area_layout_manager.cc', 142 'wm/compact_status_area_layout_manager.cc',
143 'wm/compact_status_area_layout_manager.h', 143 'wm/compact_status_area_layout_manager.h',
144 'wm/default_window_resizer.cc',
145 'wm/default_window_resizer.h',
144 'wm/dialog_frame_view.cc', 146 'wm/dialog_frame_view.cc',
145 'wm/dialog_frame_view.h', 147 'wm/dialog_frame_view.h',
146 'wm/image_grid.cc', 148 'wm/image_grid.cc',
147 'wm/image_grid.h', 149 'wm/image_grid.h',
148 'wm/panel_frame_view.cc', 150 'wm/panel_frame_view.cc',
149 'wm/panel_frame_view.h', 151 'wm/panel_frame_view.h',
150 'wm/panel_layout_manager.cc', 152 'wm/panel_layout_manager.cc',
151 'wm/panel_layout_manager.h', 153 'wm/panel_layout_manager.h',
152 'wm/panel_window_event_filter.cc', 154 'wm/panel_window_event_filter.cc',
153 'wm/panel_window_event_filter.h', 155 'wm/panel_window_event_filter.h',
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
402 'shell/cocoa/app-Info.plist', 404 'shell/cocoa/app-Info.plist',
403 ], 405 ],
404 'xcode_settings': { 406 'xcode_settings': {
405 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 407 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
406 }, 408 },
407 }], 409 }],
408 ], 410 ],
409 }, 411 },
410 ], 412 ],
411 } 413 }
OLDNEW
« no previous file with comments | « no previous file | ash/wm/default_window_resizer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698