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

Side by Side Diff: ash/ash.gyp

Issue 17175019: Add double click and tap handler to minimize attached panels. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 6 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/root_window_controller.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 394 matching lines...) Expand 10 before | Expand all | Expand 10 after
405 'wm/lock_state_controller_impl2.h', 405 'wm/lock_state_controller_impl2.h',
406 'wm/lock_state_observer.h', 406 'wm/lock_state_observer.h',
407 'wm/maximize_bubble_controller.cc', 407 'wm/maximize_bubble_controller.cc',
408 'wm/maximize_bubble_controller.h', 408 'wm/maximize_bubble_controller.h',
409 'wm/overlay_event_filter.cc', 409 'wm/overlay_event_filter.cc',
410 'wm/overlay_event_filter.h', 410 'wm/overlay_event_filter.h',
411 'wm/panels/panel_frame_view.cc', 411 'wm/panels/panel_frame_view.cc',
412 'wm/panels/panel_frame_view.h', 412 'wm/panels/panel_frame_view.h',
413 'wm/panels/panel_layout_manager.cc', 413 'wm/panels/panel_layout_manager.cc',
414 'wm/panels/panel_layout_manager.h', 414 'wm/panels/panel_layout_manager.h',
415 'wm/panels/panel_window_event_handler.cc',
416 'wm/panels/panel_window_event_handler.h',
415 'wm/panels/panel_window_resizer.cc', 417 'wm/panels/panel_window_resizer.cc',
416 'wm/panels/panel_window_resizer.h', 418 'wm/panels/panel_window_resizer.h',
417 'wm/partial_screenshot_view.cc', 419 'wm/partial_screenshot_view.cc',
418 'wm/partial_screenshot_view.h', 420 'wm/partial_screenshot_view.h',
419 'wm/power_button_controller.cc', 421 'wm/power_button_controller.cc',
420 'wm/power_button_controller.h', 422 'wm/power_button_controller.h',
421 'wm/property_util.cc', 423 'wm/property_util.cc',
422 'wm/property_util.h', 424 'wm/property_util.h',
423 'wm/resize_shadow.cc', 425 'wm/resize_shadow.cc',
424 'wm/resize_shadow.h', 426 'wm/resize_shadow.h',
(...skipping 452 matching lines...) Expand 10 before | Expand all | Expand 10 after
877 'shell/cocoa/app-Info.plist', 879 'shell/cocoa/app-Info.plist',
878 ], 880 ],
879 'xcode_settings': { 881 'xcode_settings': {
880 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 882 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
881 }, 883 },
882 }], 884 }],
883 ], 885 ],
884 }, 886 },
885 ], 887 ],
886 } 888 }
OLDNEW
« no previous file with comments | « no previous file | ash/root_window_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698