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

Side by Side Diff: ash/ash.gyp

Issue 13006010: Add support for taking partial screenshot using touch (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 9 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/wm/partial_screenshot_view.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 644 matching lines...) Expand 10 before | Expand all | Expand 10 after
655 'tooltips/tooltip_controller_unittest.cc', 655 'tooltips/tooltip_controller_unittest.cc',
656 'wm/activation_controller_unittest.cc', 656 'wm/activation_controller_unittest.cc',
657 'wm/ash_activation_controller_unittest.cc', 657 'wm/ash_activation_controller_unittest.cc',
658 'wm/ash_native_cursor_manager_unittest.cc', 658 'wm/ash_native_cursor_manager_unittest.cc',
659 'wm/base_layout_manager_unittest.cc', 659 'wm/base_layout_manager_unittest.cc',
660 'wm/custom_frame_view_ash_unittest.cc', 660 'wm/custom_frame_view_ash_unittest.cc',
661 'wm/drag_window_resizer_unittest.cc', 661 'wm/drag_window_resizer_unittest.cc',
662 'wm/frame_painter_unittest.cc', 662 'wm/frame_painter_unittest.cc',
663 'wm/panels/panel_layout_manager_unittest.cc', 663 'wm/panels/panel_layout_manager_unittest.cc',
664 'wm/panels/panel_window_resizer_unittest.cc', 664 'wm/panels/panel_window_resizer_unittest.cc',
665 'wm/partial_screenshot_view_unittest.cc',
665 'wm/power_button_controller_unittest.cc', 666 'wm/power_button_controller_unittest.cc',
666 'wm/screen_dimmer_unittest.cc', 667 'wm/screen_dimmer_unittest.cc',
667 'wm/session_state_controller_impl2_unittest.cc', 668 'wm/session_state_controller_impl2_unittest.cc',
668 'wm/stacking_controller_unittest.cc', 669 'wm/stacking_controller_unittest.cc',
669 'wm/system_gesture_event_filter_unittest.cc', 670 'wm/system_gesture_event_filter_unittest.cc',
670 'wm/system_modal_container_layout_manager_unittest.cc', 671 'wm/system_modal_container_layout_manager_unittest.cc',
671 'wm/toplevel_window_event_handler_unittest.cc', 672 'wm/toplevel_window_event_handler_unittest.cc',
672 'wm/user_activity_detector_unittest.cc', 673 'wm/user_activity_detector_unittest.cc',
673 'wm/video_detector_unittest.cc', 674 'wm/video_detector_unittest.cc',
674 'wm/window_animations_unittest.cc', 675 'wm/window_animations_unittest.cc',
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
818 'shell/cocoa/app-Info.plist', 819 'shell/cocoa/app-Info.plist',
819 ], 820 ],
820 'xcode_settings': { 821 'xcode_settings': {
821 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 822 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
822 }, 823 },
823 }], 824 }],
824 ], 825 ],
825 }, 826 },
826 ], 827 ],
827 } 828 }
OLDNEW
« no previous file with comments | « no previous file | ash/wm/partial_screenshot_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698