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

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: Merged changes with trunk 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 814 matching lines...) Expand 10 before | Expand all | Expand 10 after
825 'test/test_shell_delegate.cc', 825 'test/test_shell_delegate.cc',
826 'test/test_shell_delegate.h', 826 'test/test_shell_delegate.h',
827 'test/test_suite.cc', 827 'test/test_suite.cc',
828 'test/test_suite.h', 828 'test/test_suite.h',
829 'test/test_suite_init.h', 829 'test/test_suite_init.h',
830 'test/test_suite_init.mm', 830 'test/test_suite_init.mm',
831 'test/test_system_tray_delegate.cc', 831 'test/test_system_tray_delegate.cc',
832 'test/test_system_tray_delegate.h', 832 'test/test_system_tray_delegate.h',
833 'test/test_user_wallpaper_delegate.cc', 833 'test/test_user_wallpaper_delegate.cc',
834 'test/test_user_wallpaper_delegate.h', 834 'test/test_user_wallpaper_delegate.h',
835 'test/test_volume_control_delegate.cc',
836 'test/test_volume_control_delegate.h',
835 'test/ui_controls_factory_ash.cc', 837 'test/ui_controls_factory_ash.cc',
836 'test/ui_controls_factory_ash.h', 838 'test/ui_controls_factory_ash.h',
837 ], 839 ],
838 'conditions': [ 840 'conditions': [
839 ['OS=="win"', { 841 ['OS=="win"', {
840 'dependencies': [ 842 'dependencies': [
841 '../ipc/ipc.gyp:ipc', 843 '../ipc/ipc.gyp:ipc',
842 '../ui/metro_viewer/metro_viewer.gyp:metro_viewer_messages', 844 '../ui/metro_viewer/metro_viewer.gyp:metro_viewer_messages',
843 '../win8/win8.gyp:metro_viewer', 845 '../win8/win8.gyp:metro_viewer',
844 '../win8/win8.gyp:test_support_win8', 846 '../win8/win8.gyp:test_support_win8',
(...skipping 340 matching lines...) Expand 10 before | Expand all | Expand 10 after
1185 'ash_shell_lib', 1187 'ash_shell_lib',
1186 'ash_test_support', 1188 'ash_test_support',
1187 ], 1189 ],
1188 'sources': [ 1190 'sources': [
1189 'shell/window_watcher_unittest.cc', 1191 'shell/window_watcher_unittest.cc',
1190 'test/ash_unittests.cc', 1192 'test/ash_unittests.cc',
1191 ], 1193 ],
1192 }, 1194 },
1193 ], 1195 ],
1194 } 1196 }
OLDNEW
« no previous file with comments | « ash/accelerators/accelerator_controller_unittest.cc ('k') | ash/test/test_volume_control_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698