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

Side by Side Diff: ash/ash.gyp

Issue 2061823002: mash: Move ash constants and layout constants files to //ash/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@trayimageitem
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
« no previous file with comments | « no previous file | ash/ash_constants.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 13 matching lines...) Expand all
24 'accelerators/key_hold_detector.cc', 24 'accelerators/key_hold_detector.cc',
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_constants.cc',
35 'ash_constants.h',
36 'ash_export.h', 34 'ash_export.h',
37 'ash_layout_constants.cc',
38 'ash_layout_constants.h',
39 'ash_switches.cc', 35 'ash_switches.cc',
40 'ash_switches.h', 36 'ash_switches.h',
41 'ash_touch_exploration_manager_chromeos.cc', 37 'ash_touch_exploration_manager_chromeos.cc',
42 'ash_touch_exploration_manager_chromeos.h', 38 'ash_touch_exploration_manager_chromeos.h',
43 'audio/sounds.cc', 39 'audio/sounds.cc',
44 'audio/sounds.h', 40 'audio/sounds.h',
45 'aura/aura_layout_manager_adapter.cc', 41 'aura/aura_layout_manager_adapter.cc',
46 'aura/aura_layout_manager_adapter.h', 42 'aura/aura_layout_manager_adapter.h',
47 'aura/wm_lookup_aura.cc', 43 'aura/wm_lookup_aura.cc',
48 'aura/wm_lookup_aura.h', 44 'aura/wm_lookup_aura.h',
49 'aura/wm_root_window_controller_aura.cc', 45 'aura/wm_root_window_controller_aura.cc',
50 'aura/wm_root_window_controller_aura.h', 46 'aura/wm_root_window_controller_aura.h',
51 'aura/wm_shelf_aura.cc', 47 'aura/wm_shelf_aura.cc',
52 'aura/wm_shelf_aura.h', 48 'aura/wm_shelf_aura.h',
53 'aura/wm_shell_aura.cc', 49 'aura/wm_shell_aura.cc',
54 'aura/wm_shell_aura.h', 50 'aura/wm_shell_aura.h',
55 'aura/wm_window_aura.cc', 51 'aura/wm_window_aura.cc',
56 'aura/wm_window_aura.h', 52 'aura/wm_window_aura.h',
57 'autoclick/autoclick_controller.cc', 53 'autoclick/autoclick_controller.cc',
58 'autoclick/autoclick_controller.h', 54 'autoclick/autoclick_controller.h',
59 'cancel_mode.cc', 55 'cancel_mode.cc',
60 'cancel_mode.h', 56 'cancel_mode.h',
61 'cast_config_delegate.cc', 57 'cast_config_delegate.cc',
62 'cast_config_delegate.h', 58 'cast_config_delegate.h',
63 'common/accessibility_delegate.h', 59 'common/accessibility_delegate.h',
60 'common/ash_constants.cc',
61 'common/ash_constants.h',
62 'common/ash_layout_constants.cc',
63 'common/ash_layout_constants.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/login_status.h', 66 'common/login_status.h',
67 'common/material_design/material_design_controller.cc', 67 'common/material_design/material_design_controller.cc',
68 'common/material_design/material_design_controller.h', 68 'common/material_design/material_design_controller.h',
69 'common/root_window_controller_common.cc', 69 'common/root_window_controller_common.cc',
70 'common/root_window_controller_common.h', 70 'common/root_window_controller_common.h',
71 'common/session/session_state_delegate.cc', 71 'common/session/session_state_delegate.cc',
72 'common/session/session_state_delegate.h', 72 'common/session/session_state_delegate.h',
73 'common/session/session_state_observer.cc', 73 'common/session/session_state_observer.cc',
(...skipping 1377 matching lines...) Expand 10 before | Expand all | Expand 10 after
1451 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1451 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1452 ], 1452 ],
1453 } 1453 }
1454 ], 1454 ],
1455 ], 1455 ],
1456 }, 1456 },
1457 ], 1457 ],
1458 }], 1458 }],
1459 ], 1459 ],
1460 } 1460 }
OLDNEW
« no previous file with comments | « no previous file | ash/ash_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698