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

Side by Side Diff: ash/ash.gyp

Issue 13896026: Stick windows to sides of workspaces (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Dock on left or right edge 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/ash_switches.h » ('j') | ash/ash_switches.cc » ('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 'includes': [ 10 'includes': [
(...skipping 348 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 'wm/coordinate_conversion.cc', 359 'wm/coordinate_conversion.cc',
360 'wm/coordinate_conversion.h', 360 'wm/coordinate_conversion.h',
361 'wm/custom_frame_view_ash.cc', 361 'wm/custom_frame_view_ash.cc',
362 'wm/custom_frame_view_ash.h', 362 'wm/custom_frame_view_ash.h',
363 'wm/default_window_resizer.cc', 363 'wm/default_window_resizer.cc',
364 'wm/default_window_resizer.h', 364 'wm/default_window_resizer.h',
365 'wm/drag_window_controller.cc', 365 'wm/drag_window_controller.cc',
366 'wm/drag_window_controller.h', 366 'wm/drag_window_controller.h',
367 'wm/drag_window_resizer.cc', 367 'wm/drag_window_resizer.cc',
368 'wm/drag_window_resizer.h', 368 'wm/drag_window_resizer.h',
369 'wm/dock/dock_edge_types.h',
370 'wm/dock/dock_layout_manager.cc',
371 'wm/dock/dock_layout_manager.h',
372 'wm/dock/dock_observer.h',
373 'wm/dock/dock_window_resizer.cc',
374 'wm/dock/dock_window_resizer.h',
369 'wm/event_client_impl.cc', 375 'wm/event_client_impl.cc',
370 'wm/event_client_impl.h', 376 'wm/event_client_impl.h',
371 'wm/event_rewriter_event_filter.cc', 377 'wm/event_rewriter_event_filter.cc',
372 'wm/event_rewriter_event_filter.h', 378 'wm/event_rewriter_event_filter.h',
373 'wm/frame_painter.cc', 379 'wm/frame_painter.cc',
374 'wm/frame_painter.h', 380 'wm/frame_painter.h',
375 'wm/gestures/border_gesture_handler.cc', 381 'wm/gestures/border_gesture_handler.cc',
376 'wm/gestures/border_gesture_handler.h', 382 'wm/gestures/border_gesture_handler.h',
377 'wm/gestures/long_press_affordance_handler.cc', 383 'wm/gestures/long_press_affordance_handler.cc',
378 'wm/gestures/long_press_affordance_handler.h', 384 'wm/gestures/long_press_affordance_handler.h',
(...skipping 472 matching lines...) Expand 10 before | Expand all | Expand 10 after
851 'shell/cocoa/app-Info.plist', 857 'shell/cocoa/app-Info.plist',
852 ], 858 ],
853 'xcode_settings': { 859 'xcode_settings': {
854 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 860 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
855 }, 861 },
856 }], 862 }],
857 ], 863 ],
858 }, 864 },
859 ], 865 ],
860 } 866 }
OLDNEW
« no previous file with comments | « no previous file | ash/ash_switches.h » ('j') | ash/ash_switches.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698