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

Side by Side Diff: ash/ash.gyp

Issue 263813002: Take a screenshot in maximize mode when volume down and power are pressed. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge Created 6 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | ash/test/test_lock_state_controller_delegate.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 796 matching lines...) Expand 10 before | Expand all | Expand 10 after
807 'test/shelf_test_api.cc', 807 'test/shelf_test_api.cc',
808 'test/shelf_test_api.h', 808 'test/shelf_test_api.h',
809 'test/shelf_view_test_api.cc', 809 'test/shelf_view_test_api.cc',
810 'test/shelf_view_test_api.h', 810 'test/shelf_view_test_api.h',
811 'test/shell_test_api.cc', 811 'test/shell_test_api.cc',
812 'test/shell_test_api.h', 812 'test/shell_test_api.h',
813 'test/status_area_widget_test_helper.cc', 813 'test/status_area_widget_test_helper.cc',
814 'test/status_area_widget_test_helper.h', 814 'test/status_area_widget_test_helper.h',
815 'test/test_activation_delegate.cc', 815 'test/test_activation_delegate.cc',
816 'test/test_activation_delegate.h', 816 'test/test_activation_delegate.h',
817 'test/test_lock_state_controller_delegate.cc',
818 'test/test_lock_state_controller_delegate.h',
817 'test/test_screenshot_delegate.cc', 819 'test/test_screenshot_delegate.cc',
818 'test/test_screenshot_delegate.cc', 820 'test/test_screenshot_delegate.cc',
819 'test/test_session_state_delegate.cc', 821 'test/test_session_state_delegate.cc',
820 'test/test_session_state_delegate.h', 822 'test/test_session_state_delegate.h',
821 'test/test_shelf_delegate.cc', 823 'test/test_shelf_delegate.cc',
822 'test/test_shelf_delegate.h', 824 'test/test_shelf_delegate.h',
823 'test/test_shelf_item_delegate.cc', 825 'test/test_shelf_item_delegate.cc',
824 'test/test_shelf_item_delegate.h', 826 'test/test_shelf_item_delegate.h',
825 'test/test_shell_delegate.cc', 827 'test/test_shell_delegate.cc',
826 'test/test_shell_delegate.h', 828 'test/test_shell_delegate.h',
(...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after
1188 'ash_shell_lib', 1190 'ash_shell_lib',
1189 'ash_test_support', 1191 'ash_test_support',
1190 ], 1192 ],
1191 'sources': [ 1193 'sources': [
1192 'shell/window_watcher_unittest.cc', 1194 'shell/window_watcher_unittest.cc',
1193 'test/ash_unittests.cc', 1195 'test/ash_unittests.cc',
1194 ], 1196 ],
1195 }, 1197 },
1196 ], 1198 ],
1197 } 1199 }
OLDNEW
« no previous file with comments | « no previous file | ash/test/test_lock_state_controller_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698