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

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: wording 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
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 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 'launcher/launcher_tooltip_manager.h', 158 'launcher/launcher_tooltip_manager.h',
159 'launcher/launcher_types.cc', 159 'launcher/launcher_types.cc',
160 'launcher/launcher_types.h', 160 'launcher/launcher_types.h',
161 'launcher/launcher_view.cc', 161 'launcher/launcher_view.cc',
162 'launcher/launcher_view.h', 162 'launcher/launcher_view.h',
163 'magnifier/magnification_controller.cc', 163 'magnifier/magnification_controller.cc',
164 'magnifier/magnification_controller.h', 164 'magnifier/magnification_controller.h',
165 'magnifier/magnifier_constants.h', 165 'magnifier/magnifier_constants.h',
166 'magnifier/partial_magnification_controller.cc', 166 'magnifier/partial_magnification_controller.cc',
167 'magnifier/partial_magnification_controller.h', 167 'magnifier/partial_magnification_controller.h',
168 'multi_profile_uma.cc',
169 'multi_profile_uma.h',
168 'popup_message.cc', 170 'popup_message.cc',
169 'popup_message.h', 171 'popup_message.h',
170 'root_window_controller.cc', 172 'root_window_controller.cc',
171 'root_window_controller.h', 173 'root_window_controller.h',
172 'root_window_settings.cc', 174 'root_window_settings.cc',
173 'root_window_settings.h', 175 'root_window_settings.h',
174 'rotator/screen_rotation.cc', 176 'rotator/screen_rotation.cc',
175 'rotator/screen_rotation.h', 177 'rotator/screen_rotation.h',
176 'scoped_target_root_window.cc', 178 'scoped_target_root_window.cc',
177 'scoped_target_root_window.h', 179 'scoped_target_root_window.h',
(...skipping 725 matching lines...) Expand 10 before | Expand all | Expand 10 after
903 }, 905 },
904 }, 906 },
905 'dependencies': [ 907 'dependencies': [
906 '../sandbox/sandbox.gyp:sandbox', 908 '../sandbox/sandbox.gyp:sandbox',
907 ], 909 ],
908 }], 910 }],
909 ], 911 ],
910 }, 912 },
911 ], 913 ],
912 } 914 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698