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

Side by Side Diff: ash/ash.gyp

Issue 25098009: Log UMA metrics for multiprofile actions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixes Created 7 years, 2 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 | Annotate | Revision Log
« no previous file with comments | « ash/accelerators/accelerator_controller.cc ('k') | ash/multi_profile_uma.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 }, 9 },
10 'includes': [ 10 'includes': [
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 'launcher/launcher_tooltip_manager.h', 159 'launcher/launcher_tooltip_manager.h',
160 'launcher/launcher_types.cc', 160 'launcher/launcher_types.cc',
161 'launcher/launcher_types.h', 161 'launcher/launcher_types.h',
162 'launcher/launcher_view.cc', 162 'launcher/launcher_view.cc',
163 'launcher/launcher_view.h', 163 'launcher/launcher_view.h',
164 'magnifier/magnification_controller.cc', 164 'magnifier/magnification_controller.cc',
165 'magnifier/magnification_controller.h', 165 'magnifier/magnification_controller.h',
166 'magnifier/magnifier_constants.h', 166 'magnifier/magnifier_constants.h',
167 'magnifier/partial_magnification_controller.cc', 167 'magnifier/partial_magnification_controller.cc',
168 'magnifier/partial_magnification_controller.h', 168 'magnifier/partial_magnification_controller.h',
169 'multi_profile_uma.cc',
170 'multi_profile_uma.h',
169 'popup_message.cc', 171 'popup_message.cc',
170 'popup_message.h', 172 'popup_message.h',
171 'root_window_controller.cc', 173 'root_window_controller.cc',
172 'root_window_controller.h', 174 'root_window_controller.h',
173 'root_window_settings.cc', 175 'root_window_settings.cc',
174 'root_window_settings.h', 176 'root_window_settings.h',
175 'rotator/screen_rotation.cc', 177 'rotator/screen_rotation.cc',
176 'rotator/screen_rotation.h', 178 'rotator/screen_rotation.h',
177 'scoped_target_root_window.cc', 179 'scoped_target_root_window.cc',
178 'scoped_target_root_window.h', 180 'scoped_target_root_window.h',
(...skipping 731 matching lines...) Expand 10 before | Expand all | Expand 10 after
910 }, 912 },
911 }, 913 },
912 'dependencies': [ 914 'dependencies': [
913 '../sandbox/sandbox.gyp:sandbox', 915 '../sandbox/sandbox.gyp:sandbox',
914 ], 916 ],
915 }], 917 }],
916 ], 918 ],
917 }, 919 },
918 ], 920 ],
919 } 921 }
OLDNEW
« no previous file with comments | « ash/accelerators/accelerator_controller.cc ('k') | ash/multi_profile_uma.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698