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

Side by Side Diff: ash/ash.gyp

Issue 2074213002: mash: Move ash_switches.* to ash/common; cleanup DEPS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix broken relative include. 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
« no previous file with comments | « ash/app_list/app_list_presenter_delegate.cc ('k') | ash/ash_switches.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 # 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 14 matching lines...) Expand all
25 'accelerators/key_hold_detector.h', 25 'accelerators/key_hold_detector.h',
26 'accelerators/magnifier_key_scroller.cc', 26 'accelerators/magnifier_key_scroller.cc',
27 'accelerators/magnifier_key_scroller.h', 27 'accelerators/magnifier_key_scroller.h',
28 'accelerators/spoken_feedback_toggler.cc', 28 'accelerators/spoken_feedback_toggler.cc',
29 'accelerators/spoken_feedback_toggler.h', 29 'accelerators/spoken_feedback_toggler.h',
30 'app_list/app_list_presenter_delegate.cc', 30 'app_list/app_list_presenter_delegate.cc',
31 'app_list/app_list_presenter_delegate.h', 31 'app_list/app_list_presenter_delegate.h',
32 'app_list/app_list_presenter_delegate_factory.cc', 32 'app_list/app_list_presenter_delegate_factory.cc',
33 'app_list/app_list_presenter_delegate_factory.h', 33 'app_list/app_list_presenter_delegate_factory.h',
34 'ash_export.h', 34 'ash_export.h',
35 'ash_switches.cc',
36 'ash_switches.h',
37 'ash_touch_exploration_manager_chromeos.cc', 35 'ash_touch_exploration_manager_chromeos.cc',
38 'ash_touch_exploration_manager_chromeos.h', 36 'ash_touch_exploration_manager_chromeos.h',
39 'audio/sounds.cc', 37 'audio/sounds.cc',
40 'audio/sounds.h', 38 'audio/sounds.h',
41 'aura/aura_layout_manager_adapter.cc', 39 'aura/aura_layout_manager_adapter.cc',
42 'aura/aura_layout_manager_adapter.h', 40 'aura/aura_layout_manager_adapter.h',
43 'aura/wm_lookup_aura.cc', 41 'aura/wm_lookup_aura.cc',
44 'aura/wm_lookup_aura.h', 42 'aura/wm_lookup_aura.h',
45 'aura/wm_root_window_controller_aura.cc', 43 'aura/wm_root_window_controller_aura.cc',
46 'aura/wm_root_window_controller_aura.h', 44 'aura/wm_root_window_controller_aura.h',
47 'aura/wm_shelf_aura.cc', 45 'aura/wm_shelf_aura.cc',
48 'aura/wm_shelf_aura.h', 46 'aura/wm_shelf_aura.h',
49 'aura/wm_shell_aura.cc', 47 'aura/wm_shell_aura.cc',
50 'aura/wm_shell_aura.h', 48 'aura/wm_shell_aura.h',
51 'aura/wm_window_aura.cc', 49 'aura/wm_window_aura.cc',
52 'aura/wm_window_aura.h', 50 'aura/wm_window_aura.h',
53 'autoclick/autoclick_controller.cc', 51 'autoclick/autoclick_controller.cc',
54 'autoclick/autoclick_controller.h', 52 'autoclick/autoclick_controller.h',
55 'cancel_mode.cc', 53 'cancel_mode.cc',
56 'cancel_mode.h', 54 'cancel_mode.h',
57 'cast_config_delegate.cc', 55 'cast_config_delegate.cc',
58 'cast_config_delegate.h', 56 'cast_config_delegate.h',
59 'common/accessibility_delegate.h', 57 'common/accessibility_delegate.h',
60 'common/ash_constants.cc', 58 'common/ash_constants.cc',
61 'common/ash_constants.h', 59 'common/ash_constants.h',
62 'common/ash_layout_constants.cc', 60 'common/ash_layout_constants.cc',
63 'common/ash_layout_constants.h', 61 'common/ash_layout_constants.h',
62 'common/ash_switches.cc',
63 'common/ash_switches.h',
64 'common/default_accessibility_delegate.cc', 64 'common/default_accessibility_delegate.cc',
65 'common/default_accessibility_delegate.h', 65 'common/default_accessibility_delegate.h',
66 'common/focus_cycler.cc', 66 'common/focus_cycler.cc',
67 'common/focus_cycler.h', 67 'common/focus_cycler.h',
68 'common/login_status.h', 68 'common/login_status.h',
69 'common/material_design/material_design_controller.cc', 69 'common/material_design/material_design_controller.cc',
70 'common/material_design/material_design_controller.h', 70 'common/material_design/material_design_controller.h',
71 'common/metrics/user_metrics_action.h', 71 'common/metrics/user_metrics_action.h',
72 'common/root_window_controller_common.cc', 72 'common/root_window_controller_common.cc',
73 'common/root_window_controller_common.h', 73 'common/root_window_controller_common.h',
(...skipping 1376 matching lines...) Expand 10 before | Expand all | Expand 10 after
1450 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1450 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1451 ], 1451 ],
1452 } 1452 }
1453 ], 1453 ],
1454 ], 1454 ],
1455 }, 1455 },
1456 ], 1456 ],
1457 }], 1457 }],
1458 ], 1458 ],
1459 } 1459 }
OLDNEW
« no previous file with comments | « ash/app_list/app_list_presenter_delegate.cc ('k') | ash/ash_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698