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

Side by Side Diff: ash/ash.gyp

Issue 2063333002: mash: Move all ash UMA metrics to //ash/common/metrics (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/aura/wm_shell_aura.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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 'common/accessibility_delegate.h', 59 'common/accessibility_delegate.h',
60 'common/ash_constants.cc', 60 'common/ash_constants.cc',
61 'common/ash_constants.h', 61 'common/ash_constants.h',
62 'common/ash_layout_constants.cc', 62 'common/ash_layout_constants.cc',
63 'common/ash_layout_constants.h', 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/metrics/user_metrics_action.h',
69 'common/root_window_controller_common.cc', 70 'common/root_window_controller_common.cc',
70 'common/root_window_controller_common.h', 71 'common/root_window_controller_common.h',
71 'common/session/session_state_delegate.cc', 72 'common/session/session_state_delegate.cc',
72 'common/session/session_state_delegate.h', 73 'common/session/session_state_delegate.h',
73 'common/session/session_state_observer.cc', 74 'common/session/session_state_observer.cc',
74 'common/session/session_state_observer.h', 75 'common/session/session_state_observer.h',
75 'common/session/session_types.h', 76 'common/session/session_types.h',
76 'common/shelf/shelf_alignment_menu.cc', 77 'common/shelf/shelf_alignment_menu.cc',
77 'common/shelf/shelf_alignment_menu.h', 78 'common/shelf/shelf_alignment_menu.h',
78 'common/shelf/shelf_constants.cc', 79 'common/shelf/shelf_constants.cc',
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 'common/wm/wm_event.cc', 198 'common/wm/wm_event.cc',
198 'common/wm/wm_event.h', 199 'common/wm/wm_event.h',
199 'common/wm/wm_screen_util.cc', 200 'common/wm/wm_screen_util.cc',
200 'common/wm/wm_screen_util.h', 201 'common/wm/wm_screen_util.h',
201 'common/wm/wm_snap_to_pixel_layout_manager.cc', 202 'common/wm/wm_snap_to_pixel_layout_manager.cc',
202 'common/wm/wm_snap_to_pixel_layout_manager.h', 203 'common/wm/wm_snap_to_pixel_layout_manager.h',
203 'common/wm/wm_toplevel_window_event_handler.cc', 204 'common/wm/wm_toplevel_window_event_handler.cc',
204 'common/wm/wm_toplevel_window_event_handler.h', 205 'common/wm/wm_toplevel_window_event_handler.h',
205 'common/wm/wm_types.cc', 206 'common/wm/wm_types.cc',
206 'common/wm/wm_types.h', 207 'common/wm/wm_types.h',
207 'common/wm/wm_user_metrics_action.h',
208 'common/wm/workspace/magnetism_matcher.cc', 208 'common/wm/workspace/magnetism_matcher.cc',
209 'common/wm/workspace/magnetism_matcher.h', 209 'common/wm/workspace/magnetism_matcher.h',
210 'common/wm/workspace/multi_window_resize_controller.cc', 210 'common/wm/workspace/multi_window_resize_controller.cc',
211 'common/wm/workspace/multi_window_resize_controller.h', 211 'common/wm/workspace/multi_window_resize_controller.h',
212 'common/wm/workspace/phantom_window_controller.cc', 212 'common/wm/workspace/phantom_window_controller.cc',
213 'common/wm/workspace/phantom_window_controller.h', 213 'common/wm/workspace/phantom_window_controller.h',
214 'common/wm/workspace/two_step_edge_cycler.cc', 214 'common/wm/workspace/two_step_edge_cycler.cc',
215 'common/wm/workspace/two_step_edge_cycler.h', 215 'common/wm/workspace/two_step_edge_cycler.h',
216 'common/wm/workspace/workspace_layout_manager.cc', 216 'common/wm/workspace/workspace_layout_manager.cc',
217 'common/wm/workspace/workspace_layout_manager.h', 217 'common/wm/workspace/workspace_layout_manager.h',
(...skipping 1233 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/aura/wm_shell_aura.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698