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

Side by Side Diff: ash/ash.gyp

Issue 26373009: ash:Shelf - Added UMA stats for ShelfAlignment (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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 | « no previous file | ash/periodic_metrics_recorder.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 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 'launcher/launcher_model_observer.h', 168 'launcher/launcher_model_observer.h',
169 'launcher/launcher_types.cc', 169 'launcher/launcher_types.cc',
170 'launcher/launcher_types.h', 170 'launcher/launcher_types.h',
171 'magnifier/magnification_controller.cc', 171 'magnifier/magnification_controller.cc',
172 'magnifier/magnification_controller.h', 172 'magnifier/magnification_controller.h',
173 'magnifier/magnifier_constants.h', 173 'magnifier/magnifier_constants.h',
174 'magnifier/partial_magnification_controller.cc', 174 'magnifier/partial_magnification_controller.cc',
175 'magnifier/partial_magnification_controller.h', 175 'magnifier/partial_magnification_controller.h',
176 'multi_profile_uma.cc', 176 'multi_profile_uma.cc',
177 'multi_profile_uma.h', 177 'multi_profile_uma.h',
178 'periodic_metrics_recorder.cc',
179 'periodic_metrics_recorder.h',
178 'popup_message.cc', 180 'popup_message.cc',
179 'popup_message.h', 181 'popup_message.h',
180 'root_window_controller.cc', 182 'root_window_controller.cc',
181 'root_window_controller.h', 183 'root_window_controller.h',
182 'root_window_settings.cc', 184 'root_window_settings.cc',
183 'root_window_settings.h', 185 'root_window_settings.h',
184 'rotator/screen_rotation.cc', 186 'rotator/screen_rotation.cc',
185 'rotator/screen_rotation.h', 187 'rotator/screen_rotation.h',
186 'scoped_target_root_window.cc', 188 'scoped_target_root_window.cc',
187 'scoped_target_root_window.h', 189 'scoped_target_root_window.h',
(...skipping 769 matching lines...) Expand 10 before | Expand all | Expand 10 after
957 }, 959 },
958 }, 960 },
959 'dependencies': [ 961 'dependencies': [
960 '../sandbox/sandbox.gyp:sandbox', 962 '../sandbox/sandbox.gyp:sandbox',
961 ], 963 ],
962 }], 964 }],
963 ], 965 ],
964 }, 966 },
965 ], 967 ],
966 } 968 }
OLDNEW
« no previous file with comments | « no previous file | ash/periodic_metrics_recorder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698