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

Side by Side Diff: ash/ash.gyp

Issue 10823025: Adding new maximize menu according to spec (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Found some edge cases for menu destruction Created 8 years, 4 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
« no previous file with comments | « no previous file | ash/ash_strings.grd » ('j') | ash/wm/window_maximize.h » ('J')
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 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 'wm/visibility_controller.cc', 298 'wm/visibility_controller.cc',
299 'wm/visibility_controller.h', 299 'wm/visibility_controller.h',
300 'wm/window_animations.cc', 300 'wm/window_animations.cc',
301 'wm/window_animations.h', 301 'wm/window_animations.h',
302 'wm/window_cycle_controller.cc', 302 'wm/window_cycle_controller.cc',
303 'wm/window_cycle_controller.h', 303 'wm/window_cycle_controller.h',
304 'wm/window_cycle_list.cc', 304 'wm/window_cycle_list.cc',
305 'wm/window_cycle_list.h', 305 'wm/window_cycle_list.h',
306 'wm/window_frame.cc', 306 'wm/window_frame.cc',
307 'wm/window_frame.h', 307 'wm/window_frame.h',
308 'wm/window_maximize.cc',
309 'wm/window_maximize.h',
308 'wm/window_modality_controller.cc', 310 'wm/window_modality_controller.cc',
309 'wm/window_modality_controller.h', 311 'wm/window_modality_controller.h',
310 'wm/window_properties.cc', 312 'wm/window_properties.cc',
311 'wm/window_properties.h', 313 'wm/window_properties.h',
312 'wm/window_resizer.cc', 314 'wm/window_resizer.cc',
313 'wm/window_resizer.h', 315 'wm/window_resizer.h',
314 'wm/window_util.cc', 316 'wm/window_util.cc',
315 'wm/window_util.h', 317 'wm/window_util.h',
316 'wm/workspace_controller.cc', 318 'wm/workspace_controller.cc',
317 'wm/workspace_controller.h', 319 'wm/workspace_controller.h',
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
603 'shell/cocoa/app-Info.plist', 605 'shell/cocoa/app-Info.plist',
604 ], 606 ],
605 'xcode_settings': { 607 'xcode_settings': {
606 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 608 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
607 }, 609 },
608 }], 610 }],
609 ], 611 ],
610 }, 612 },
611 ], 613 ],
612 } 614 }
OLDNEW
« no previous file with comments | « no previous file | ash/ash_strings.grd » ('j') | ash/wm/window_maximize.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698