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

Side by Side Diff: ash/ash.gyp

Issue 9703026: Makes the maximize/restore button handling (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Incorporate review feedback 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/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) 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 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 'wm/window_modality_controller.cc', 210 'wm/window_modality_controller.cc',
211 'wm/window_modality_controller.h', 211 'wm/window_modality_controller.h',
212 'wm/window_properties.cc', 212 'wm/window_properties.cc',
213 'wm/window_properties.h', 213 'wm/window_properties.h',
214 'wm/window_resizer.cc', 214 'wm/window_resizer.cc',
215 'wm/window_resizer.h', 215 'wm/window_resizer.h',
216 'wm/window_util.cc', 216 'wm/window_util.cc',
217 'wm/window_util.h', 217 'wm/window_util.h',
218 'wm/workspace_controller.cc', 218 'wm/workspace_controller.cc',
219 'wm/workspace_controller.h', 219 'wm/workspace_controller.h',
220 'wm/workspace/frame_maximize_button.cc',
221 'wm/workspace/frame_maximize_button.h',
220 'wm/workspace/managed_workspace.cc', 222 'wm/workspace/managed_workspace.cc',
221 'wm/workspace/managed_workspace.h', 223 'wm/workspace/managed_workspace.h',
222 'wm/workspace/maximized_workspace.cc', 224 'wm/workspace/maximized_workspace.cc',
223 'wm/workspace/maximized_workspace.h', 225 'wm/workspace/maximized_workspace.h',
224 'wm/workspace/multi_window_resize_controller.cc', 226 'wm/workspace/multi_window_resize_controller.cc',
225 'wm/workspace/multi_window_resize_controller.h', 227 'wm/workspace/multi_window_resize_controller.h',
226 'wm/workspace/phantom_window_controller.cc', 228 'wm/workspace/phantom_window_controller.cc',
227 'wm/workspace/phantom_window_controller.h', 229 'wm/workspace/phantom_window_controller.h',
228 'wm/workspace/workspace.cc', 230 'wm/workspace/workspace.cc',
229 'wm/workspace/workspace.h', 231 'wm/workspace/workspace.h',
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
413 'shell/cocoa/app-Info.plist', 415 'shell/cocoa/app-Info.plist',
414 ], 416 ],
415 'xcode_settings': { 417 'xcode_settings': {
416 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 418 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
417 }, 419 },
418 }], 420 }],
419 ], 421 ],
420 }, 422 },
421 ], 423 ],
422 } 424 }
OLDNEW
« no previous file with comments | « no previous file | ash/launcher/launcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698