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

Side by Side Diff: ash/ash.gyp

Issue 42353002: Introduce WindowStateDelegate::ToggleFullscreen (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: exclude accelerator_commands_browsertest on win Created 7 years, 1 month 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 | « ash/accelerators/accelerator_controller.cc ('k') | ash/shell/shell_delegate_impl.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 'includes': [ 10 'includes': [
(...skipping 522 matching lines...) Expand 10 before | Expand all | Expand 10 after
533 'wm/window_animations.cc', 533 'wm/window_animations.cc',
534 'wm/window_animations.h', 534 'wm/window_animations.h',
535 'wm/window_cycle_controller.cc', 535 'wm/window_cycle_controller.cc',
536 'wm/window_cycle_controller.h', 536 'wm/window_cycle_controller.h',
537 'wm/window_cycle_list.cc', 537 'wm/window_cycle_list.cc',
538 'wm/window_cycle_list.h', 538 'wm/window_cycle_list.h',
539 'wm/window_positioner.cc', 539 'wm/window_positioner.cc',
540 'wm/window_positioner.h', 540 'wm/window_positioner.h',
541 'wm/window_state.cc', 541 'wm/window_state.cc',
542 'wm/window_state.h', 542 'wm/window_state.h',
543 'wm/window_state_delegate.cc',
544 'wm/window_state_delegate.h',
543 'wm/window_state_observer.h', 545 'wm/window_state_observer.h',
544 'wm/window_properties.cc', 546 'wm/window_properties.cc',
545 'wm/window_properties.h', 547 'wm/window_properties.h',
546 'wm/window_resizer.cc', 548 'wm/window_resizer.cc',
547 'wm/window_resizer.h', 549 'wm/window_resizer.h',
548 'wm/window_util.cc', 550 'wm/window_util.cc',
549 'wm/window_util.h', 551 'wm/window_util.h',
550 'wm/wm_types.cc', 552 'wm/wm_types.cc',
551 'wm/wm_types.h', 553 'wm/wm_types.h',
552 'wm/workspace_controller.cc', 554 'wm/workspace_controller.cc',
(...skipping 399 matching lines...) Expand 10 before | Expand all | Expand 10 after
952 }, 954 },
953 }, 955 },
954 'dependencies': [ 956 'dependencies': [
955 '../sandbox/sandbox.gyp:sandbox', 957 '../sandbox/sandbox.gyp:sandbox',
956 ], 958 ],
957 }], 959 }],
958 ], 960 ],
959 }, 961 },
960 ], 962 ],
961 } 963 }
OLDNEW
« no previous file with comments | « ash/accelerators/accelerator_controller.cc ('k') | ash/shell/shell_delegate_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698