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

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 with zero width (rebase) 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') | 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 355 matching lines...) Expand 10 before | Expand all | Expand 10 after
366 'wm/boot_splash_screen.cc', 366 'wm/boot_splash_screen.cc',
367 'wm/boot_splash_screen.h', 367 'wm/boot_splash_screen.h',
368 'wm/capture_controller.cc', 368 'wm/capture_controller.cc',
369 'wm/capture_controller.h', 369 'wm/capture_controller.h',
370 'wm/coordinate_conversion.cc', 370 'wm/coordinate_conversion.cc',
371 'wm/coordinate_conversion.h', 371 'wm/coordinate_conversion.h',
372 'wm/custom_frame_view_ash.cc', 372 'wm/custom_frame_view_ash.cc',
373 'wm/custom_frame_view_ash.h', 373 'wm/custom_frame_view_ash.h',
374 'wm/default_window_resizer.cc', 374 'wm/default_window_resizer.cc',
375 'wm/default_window_resizer.h', 375 'wm/default_window_resizer.h',
376 'wm/dock/docked_window_layout_manager.cc',
377 'wm/dock/docked_window_layout_manager.h',
378 'wm/dock/docked_window_resizer.cc',
379 'wm/dock/docked_window_resizer.h',
376 'wm/drag_window_controller.cc', 380 'wm/drag_window_controller.cc',
377 'wm/drag_window_controller.h', 381 'wm/drag_window_controller.h',
378 'wm/drag_window_resizer.cc', 382 'wm/drag_window_resizer.cc',
379 'wm/drag_window_resizer.h', 383 'wm/drag_window_resizer.h',
380 'wm/event_client_impl.cc', 384 'wm/event_client_impl.cc',
381 'wm/event_client_impl.h', 385 'wm/event_client_impl.h',
382 'wm/event_rewriter_event_filter.cc', 386 'wm/event_rewriter_event_filter.cc',
383 'wm/event_rewriter_event_filter.h', 387 'wm/event_rewriter_event_filter.h',
384 'wm/frame_painter.cc', 388 'wm/frame_painter.cc',
385 'wm/frame_painter.h', 389 'wm/frame_painter.h',
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
691 'system/web_notification/web_notification_tray_unittest.cc', 695 'system/web_notification/web_notification_tray_unittest.cc',
692 'test/ash_test_helper_unittest.cc', 696 'test/ash_test_helper_unittest.cc',
693 'test/ash_unittests.cc', 697 'test/ash_unittests.cc',
694 'tooltips/tooltip_controller_unittest.cc', 698 'tooltips/tooltip_controller_unittest.cc',
695 'touch/touch_observer_hud_unittest.cc', 699 'touch/touch_observer_hud_unittest.cc',
696 'wm/activation_controller_unittest.cc', 700 'wm/activation_controller_unittest.cc',
697 'wm/ash_activation_controller_unittest.cc', 701 'wm/ash_activation_controller_unittest.cc',
698 'wm/ash_native_cursor_manager_unittest.cc', 702 'wm/ash_native_cursor_manager_unittest.cc',
699 'wm/base_layout_manager_unittest.cc', 703 'wm/base_layout_manager_unittest.cc',
700 'wm/custom_frame_view_ash_unittest.cc', 704 'wm/custom_frame_view_ash_unittest.cc',
705 'wm/dock/docked_window_layout_manager_unittest.cc',
706 'wm/dock/docked_window_resizer_unittest.cc',
701 'wm/drag_window_resizer_unittest.cc', 707 'wm/drag_window_resizer_unittest.cc',
702 'wm/frame_painter_unittest.cc', 708 'wm/frame_painter_unittest.cc',
703 'wm/lock_state_controller_impl2_unittest.cc', 709 'wm/lock_state_controller_impl2_unittest.cc',
704 'wm/panels/panel_layout_manager_unittest.cc', 710 'wm/panels/panel_layout_manager_unittest.cc',
705 'wm/panels/panel_window_resizer_unittest.cc', 711 'wm/panels/panel_window_resizer_unittest.cc',
706 'wm/partial_screenshot_view_unittest.cc', 712 'wm/partial_screenshot_view_unittest.cc',
707 'wm/power_button_controller_unittest.cc', 713 'wm/power_button_controller_unittest.cc',
708 'wm/screen_dimmer_unittest.cc', 714 'wm/screen_dimmer_unittest.cc',
709 'wm/stacking_controller_unittest.cc', 715 'wm/stacking_controller_unittest.cc',
710 'wm/system_gesture_event_filter_unittest.cc', 716 'wm/system_gesture_event_filter_unittest.cc',
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
863 'shell/cocoa/app-Info.plist', 869 'shell/cocoa/app-Info.plist',
864 ], 870 ],
865 'xcode_settings': { 871 'xcode_settings': {
866 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 872 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
867 }, 873 },
868 }], 874 }],
869 ], 875 ],
870 }, 876 },
871 ], 877 ],
872 } 878 }
OLDNEW
« no previous file with comments | « no previous file | ash/ash_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698