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

Side by Side Diff: ash/ash.gyp

Issue 251193005: Enabled volume buttons when TouchView is active (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
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 783 matching lines...) Expand 10 before | Expand all | Expand 10 after
794 'test/app_list_controller_test_api.cc', 794 'test/app_list_controller_test_api.cc',
795 'test/app_list_controller_test_api.h', 795 'test/app_list_controller_test_api.h',
796 'test/ash_test_base.cc', 796 'test/ash_test_base.cc',
797 'test/ash_test_base.h', 797 'test/ash_test_base.h',
798 'test/ash_test_helper.cc', 798 'test/ash_test_helper.cc',
799 'test/ash_test_helper.h', 799 'test/ash_test_helper.h',
800 'test/cursor_manager_test_api.cc', 800 'test/cursor_manager_test_api.cc',
801 'test/cursor_manager_test_api.h', 801 'test/cursor_manager_test_api.h',
802 'test/display_manager_test_api.cc', 802 'test/display_manager_test_api.cc',
803 'test/display_manager_test_api.h', 803 'test/display_manager_test_api.h',
804 'test/dummy_volume_control_delegate.h',
805 'test/dummy_volume_control_delegate.cc',
jonross 2014/04/29 14:42:43 Place in alphabetical order by file name. So the c
bruthig 2014/04/29 15:49:00 Done.
804 'test/mirror_window_test_api.cc', 806 'test/mirror_window_test_api.cc',
805 'test/mirror_window_test_api.h', 807 'test/mirror_window_test_api.h',
806 'test/overflow_bubble_view_test_api.cc', 808 'test/overflow_bubble_view_test_api.cc',
807 'test/overflow_bubble_view_test_api.h', 809 'test/overflow_bubble_view_test_api.h',
808 'test/shelf_item_delegate_manager_test_api.cc', 810 'test/shelf_item_delegate_manager_test_api.cc',
809 'test/shelf_item_delegate_manager_test_api.h', 811 'test/shelf_item_delegate_manager_test_api.h',
810 'test/shelf_test_api.cc', 812 'test/shelf_test_api.cc',
811 'test/shelf_test_api.h', 813 'test/shelf_test_api.h',
812 'test/shelf_view_test_api.cc', 814 'test/shelf_view_test_api.cc',
813 'test/shelf_view_test_api.h', 815 'test/shelf_view_test_api.h',
(...skipping 371 matching lines...) Expand 10 before | Expand all | Expand 10 after
1185 }], 1187 }],
1186 ['chromeos==1', { 1188 ['chromeos==1', {
1187 'dependencies': [ 1189 'dependencies': [
1188 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 1190 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
1189 ], 1191 ],
1190 }], 1192 }],
1191 ], 1193 ],
1192 }, 1194 },
1193 ], 1195 ],
1194 } 1196 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698