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

Side by Side Diff: ash/ash.gyp

Issue 2074913005: Convert TrayAccessibility to wm common types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@webnotification
Patch Set: rebase Created 4 years, 6 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 # These files lists are shared with the GN build. 8 # These files lists are shared with the GN build.
9 'ash_sources': [ 9 'ash_sources': [
10 'accelerators/accelerator_commands.cc', 10 'accelerators/accelerator_commands.cc',
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 'aura/wm_shell_aura.h', 48 'aura/wm_shell_aura.h',
49 'aura/wm_window_aura.cc', 49 'aura/wm_window_aura.cc',
50 'aura/wm_window_aura.h', 50 'aura/wm_window_aura.h',
51 'autoclick/autoclick_controller.cc', 51 'autoclick/autoclick_controller.cc',
52 'autoclick/autoclick_controller.h', 52 'autoclick/autoclick_controller.h',
53 'cancel_mode.cc', 53 'cancel_mode.cc',
54 'cancel_mode.h', 54 'cancel_mode.h',
55 'cast_config_delegate.cc', 55 'cast_config_delegate.cc',
56 'cast_config_delegate.h', 56 'cast_config_delegate.h',
57 'common/accessibility_delegate.h', 57 'common/accessibility_delegate.h',
58 'common/accessibility_types.h',
58 'common/ash_constants.cc', 59 'common/ash_constants.cc',
59 'common/ash_constants.h', 60 'common/ash_constants.h',
60 'common/ash_layout_constants.cc', 61 'common/ash_layout_constants.cc',
61 'common/ash_layout_constants.h', 62 'common/ash_layout_constants.h',
62 'common/ash_switches.cc', 63 'common/ash_switches.cc',
63 'common/ash_switches.h', 64 'common/ash_switches.h',
64 'common/default_accessibility_delegate.cc', 65 'common/default_accessibility_delegate.cc',
65 'common/default_accessibility_delegate.h', 66 'common/default_accessibility_delegate.h',
66 'common/focus_cycler.cc', 67 'common/focus_cycler.cc',
67 'common/focus_cycler.h', 68 'common/focus_cycler.h',
(...skipping 21 matching lines...) Expand all
89 'common/shelf/shelf_model.cc', 90 'common/shelf/shelf_model.cc',
90 'common/shelf/shelf_model.h', 91 'common/shelf/shelf_model.h',
91 'common/shelf/shelf_model_observer.h', 92 'common/shelf/shelf_model_observer.h',
92 'common/shelf/shelf_types.h', 93 'common/shelf/shelf_types.h',
93 'common/shelf/wm_shelf.h', 94 'common/shelf/wm_shelf.h',
94 'common/shelf/wm_shelf_observer.h', 95 'common/shelf/wm_shelf_observer.h',
95 'common/shelf/wm_shelf_util.cc', 96 'common/shelf/wm_shelf_util.cc',
96 'common/shelf/wm_shelf_util.h', 97 'common/shelf/wm_shelf_util.h',
97 'common/shell_window_ids.cc', 98 'common/shell_window_ids.cc',
98 'common/shell_window_ids.h', 99 'common/shell_window_ids.h',
100 'common/system/accessibility_observer.h',
99 'common/system/chromeos/devicetype_utils.cc', 101 'common/system/chromeos/devicetype_utils.cc',
100 'common/system/chromeos/devicetype_utils.h', 102 'common/system/chromeos/devicetype_utils.h',
101 'common/system/chromeos/power/battery_notification.cc', 103 'common/system/chromeos/power/battery_notification.cc',
102 'common/system/chromeos/power/battery_notification.h', 104 'common/system/chromeos/power/battery_notification.h',
103 'common/system/chromeos/power/dual_role_notification.cc', 105 'common/system/chromeos/power/dual_role_notification.cc',
104 'common/system/chromeos/power/dual_role_notification.h', 106 'common/system/chromeos/power/dual_role_notification.h',
105 'common/system/chromeos/power/power_status.cc', 107 'common/system/chromeos/power/power_status.cc',
106 'common/system/chromeos/power/power_status.h', 108 'common/system/chromeos/power/power_status.h',
107 'common/system/chromeos/power/power_status_view.cc', 109 'common/system/chromeos/power/power_status_view.cc',
108 'common/system/chromeos/power/power_status_view.h', 110 'common/system/chromeos/power/power_status_view.h',
(...skipping 1344 matching lines...) Expand 10 before | Expand all | Expand 10 after
1453 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1455 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1454 ], 1456 ],
1455 } 1457 }
1456 ], 1458 ],
1457 ], 1459 ],
1458 }, 1460 },
1459 ], 1461 ],
1460 }], 1462 }],
1461 ], 1463 ],
1462 } 1464 }
OLDNEW
« no previous file with comments | « ash/accelerators/accelerator_controller.cc ('k') | ash/ash_touch_exploration_manager_chromeos.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698