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

Side by Side Diff: ash/ash.gyp

Issue 20708005: Refactor most recently used window tracking into a separate class. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Address comments. Created 7 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/focus_cycler.cc » ('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 400 matching lines...) Expand 10 before | Expand all | Expand 10 after
411 'wm/gestures/two_finger_drag_handler.h', 411 'wm/gestures/two_finger_drag_handler.h',
412 'wm/image_cursors.cc', 412 'wm/image_cursors.cc',
413 'wm/image_cursors.h', 413 'wm/image_cursors.h',
414 'wm/lock_state_controller.cc', 414 'wm/lock_state_controller.cc',
415 'wm/lock_state_controller.h', 415 'wm/lock_state_controller.h',
416 'wm/lock_state_controller_impl2.cc', 416 'wm/lock_state_controller_impl2.cc',
417 'wm/lock_state_controller_impl2.h', 417 'wm/lock_state_controller_impl2.h',
418 'wm/lock_state_observer.h', 418 'wm/lock_state_observer.h',
419 'wm/maximize_bubble_controller.cc', 419 'wm/maximize_bubble_controller.cc',
420 'wm/maximize_bubble_controller.h', 420 'wm/maximize_bubble_controller.h',
421 'wm/mru_window_tracker.cc',
422 'wm/mru_window_tracker.h',
421 'wm/overlay_event_filter.cc', 423 'wm/overlay_event_filter.cc',
422 'wm/overlay_event_filter.h', 424 'wm/overlay_event_filter.h',
423 'wm/panels/panel_frame_view.cc', 425 'wm/panels/panel_frame_view.cc',
424 'wm/panels/panel_frame_view.h', 426 'wm/panels/panel_frame_view.h',
425 'wm/panels/panel_layout_manager.cc', 427 'wm/panels/panel_layout_manager.cc',
426 'wm/panels/panel_layout_manager.h', 428 'wm/panels/panel_layout_manager.h',
427 'wm/panels/panel_window_event_handler.cc', 429 'wm/panels/panel_window_event_handler.cc',
428 'wm/panels/panel_window_event_handler.h', 430 'wm/panels/panel_window_event_handler.h',
429 'wm/panels/panel_window_resizer.cc', 431 'wm/panels/panel_window_resizer.cc',
430 'wm/panels/panel_window_resizer.h', 432 'wm/panels/panel_window_resizer.h',
(...skipping 474 matching lines...) Expand 10 before | Expand all | Expand 10 after
905 'shell/cocoa/app-Info.plist', 907 'shell/cocoa/app-Info.plist',
906 ], 908 ],
907 'xcode_settings': { 909 'xcode_settings': {
908 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 910 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
909 }, 911 },
910 }], 912 }],
911 ], 913 ],
912 }, 914 },
913 ], 915 ],
914 } 916 }
OLDNEW
« no previous file with comments | « no previous file | ash/focus_cycler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698