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

Side by Side Diff: ash/ash.gyp

Issue 385073009: Side Slide Gestures for Accessibility (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed Memory leak Created 6 years, 5 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_touch_exploration_manager_chromeos.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 # These files lists are shared with the GN build. 9 # These files lists are shared with the GN build.
10 'ash_sources': [ 10 'ash_sources': [
(...skipping 24 matching lines...) Expand all
35 'accelerometer/accelerometer_observer.h', 35 'accelerometer/accelerometer_observer.h',
36 'accessibility_delegate.h', 36 'accessibility_delegate.h',
37 'audio/sounds.cc', 37 'audio/sounds.cc',
38 'audio/sounds.h', 38 'audio/sounds.h',
39 'autoclick/autoclick_controller.cc', 39 'autoclick/autoclick_controller.cc',
40 'autoclick/autoclick_controller.h', 40 'autoclick/autoclick_controller.h',
41 'ash_constants.cc', 41 'ash_constants.cc',
42 'ash_constants.h', 42 'ash_constants.h',
43 'ash_switches.cc', 43 'ash_switches.cc',
44 'ash_switches.h', 44 'ash_switches.h',
45 'ash_touch_exploration_manager_chromeos.cc',
46 'ash_touch_exploration_manager_chromeos.h',
45 'cancel_mode.cc', 47 'cancel_mode.cc',
46 'cancel_mode.h', 48 'cancel_mode.h',
47 'debug.cc', 49 'debug.cc',
48 'debug.h', 50 'debug.h',
49 'default_accessibility_delegate.cc', 51 'default_accessibility_delegate.cc',
50 'default_accessibility_delegate.h', 52 'default_accessibility_delegate.h',
51 'default_user_wallpaper_delegate.cc', 53 'default_user_wallpaper_delegate.cc',
52 'default_user_wallpaper_delegate.h', 54 'default_user_wallpaper_delegate.h',
53 'desktop_background/desktop_background_controller.cc', 55 'desktop_background/desktop_background_controller.cc',
54 'desktop_background/desktop_background_controller.h', 56 'desktop_background/desktop_background_controller.h',
(...skipping 691 matching lines...) Expand 10 before | Expand all | Expand 10 after
746 'shell/window_watcher_shelf_item_delegate.cc', 748 'shell/window_watcher_shelf_item_delegate.cc',
747 'shell/window_watcher_shelf_item_delegate.h', 749 'shell/window_watcher_shelf_item_delegate.h',
748 ], 750 ],
749 'ash_unittests_sources': [ 751 'ash_unittests_sources': [
750 'accelerators/accelerator_commands_unittest.cc', 752 'accelerators/accelerator_commands_unittest.cc',
751 'accelerators/accelerator_controller_unittest.cc', 753 'accelerators/accelerator_controller_unittest.cc',
752 'accelerators/accelerator_filter_unittest.cc', 754 'accelerators/accelerator_filter_unittest.cc',
753 'accelerators/accelerator_table_unittest.cc', 755 'accelerators/accelerator_table_unittest.cc',
754 'accelerators/magnifier_key_scroller_unittest.cc', 756 'accelerators/magnifier_key_scroller_unittest.cc',
755 'accelerators/spoken_feedback_toggler_unittest.cc', 757 'accelerators/spoken_feedback_toggler_unittest.cc',
758 'ash_touch_exploration_manager_chromeos_unittest.cc',
756 'autoclick/autoclick_unittest.cc', 759 'autoclick/autoclick_unittest.cc',
757 'desktop_background/desktop_background_controller_unittest.cc', 760 'desktop_background/desktop_background_controller_unittest.cc',
758 'desktop_background/wallpaper_resizer_unittest.cc', 761 'desktop_background/wallpaper_resizer_unittest.cc',
759 'dip_unittest.cc', 762 'dip_unittest.cc',
760 'display/display_change_observer_chromeos_unittest.cc', 763 'display/display_change_observer_chromeos_unittest.cc',
761 'display/display_controller_unittest.cc', 764 'display/display_controller_unittest.cc',
762 'display/display_error_observer_chromeos_unittest.cc', 765 'display/display_error_observer_chromeos_unittest.cc',
763 'display/display_info_unittest.cc', 766 'display/display_info_unittest.cc',
764 'display/display_manager_unittest.cc', 767 'display/display_manager_unittest.cc',
765 'display/mirror_window_controller_unittest.cc', 768 'display/mirror_window_controller_unittest.cc',
(...skipping 480 matching lines...) Expand 10 before | Expand all | Expand 10 after
1246 'conditions': [ 1249 'conditions': [
1247 ['chromeos==1', { 1250 ['chromeos==1', {
1248 'dependencies': [ 1251 'dependencies': [
1249 '../ui/display/display.gyp:display', 1252 '../ui/display/display.gyp:display',
1250 ], 1253 ],
1251 }], 1254 }],
1252 ], 1255 ],
1253 }, 1256 },
1254 ], 1257 ],
1255 } 1258 }
OLDNEW
« no previous file with comments | « no previous file | ash/ash_touch_exploration_manager_chromeos.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698