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

Side by Side Diff: base/base.gypi

Issue 10703037: Move StatisticsRecorder out of histogram.cc/h for further refactoring. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 5 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 | « no previous file | base/message_loop.cc » ('j') | base/metrics/statistics_recorder.h » ('J')
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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'base_target': 0, 8 'base_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 'message_pump.cc', 228 'message_pump.cc',
229 'message_pump.h', 229 'message_pump.h',
230 'message_pump_android.cc', 230 'message_pump_android.cc',
231 'message_pump_android.h', 231 'message_pump_android.h',
232 'message_pump_default.cc', 232 'message_pump_default.cc',
233 'message_pump_default.h', 233 'message_pump_default.h',
234 'message_pump_win.cc', 234 'message_pump_win.cc',
235 'message_pump_win.h', 235 'message_pump_win.h',
236 'metrics/histogram.cc', 236 'metrics/histogram.cc',
237 'metrics/histogram.h', 237 'metrics/histogram.h',
238 'metrics/statistics_recorder.cc',
239 'metrics/statistics_recorder.h',
238 'metrics/stats_counters.cc', 240 'metrics/stats_counters.cc',
239 'metrics/stats_counters.h', 241 'metrics/stats_counters.h',
240 'metrics/stats_table.cc', 242 'metrics/stats_table.cc',
241 'metrics/stats_table.h', 243 'metrics/stats_table.h',
242 'move.h', 244 'move.h',
243 'native_library.h', 245 'native_library.h',
244 'native_library_mac.mm', 246 'native_library_mac.mm',
245 'native_library_posix.cc', 247 'native_library_posix.cc',
246 'native_library_win.cc', 248 'native_library_win.cc',
247 'observer_list.h', 249 'observer_list.h',
(...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after
614 ['<(chromeos)!=1 or >(nacl_untrusted_build)==1', { 616 ['<(chromeos)!=1 or >(nacl_untrusted_build)==1', {
615 'sources/': [ 617 'sources/': [
616 ['exclude', '^chromeos/'], 618 ['exclude', '^chromeos/'],
617 ], 619 ],
618 }], 620 }],
619 ], 621 ],
620 }], 622 }],
621 ], 623 ],
622 }, 624 },
623 } 625 }
OLDNEW
« no previous file with comments | « no previous file | base/message_loop.cc » ('j') | base/metrics/statistics_recorder.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698