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

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') | 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 '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 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/histogram_flattener.h', 238 'metrics/histogram_flattener.h',
239 'metrics/histogram_snapshot_manager.cc', 239 'metrics/histogram_snapshot_manager.cc',
240 'metrics/histogram_snapshot_manager.h', 240 'metrics/histogram_snapshot_manager.h',
241 'metrics/statistics_recorder.cc',
242 'metrics/statistics_recorder.h',
241 'metrics/stats_counters.cc', 243 'metrics/stats_counters.cc',
242 'metrics/stats_counters.h', 244 'metrics/stats_counters.h',
243 'metrics/stats_table.cc', 245 'metrics/stats_table.cc',
244 'metrics/stats_table.h', 246 'metrics/stats_table.h',
245 'move.h', 247 'move.h',
246 'native_library.h', 248 'native_library.h',
247 'native_library_mac.mm', 249 'native_library_mac.mm',
248 'native_library_posix.cc', 250 'native_library_posix.cc',
249 'native_library_win.cc', 251 'native_library_win.cc',
250 'observer_list.h', 252 'observer_list.h',
(...skipping 399 matching lines...) Expand 10 before | Expand all | Expand 10 after
650 ['<(chromeos)!=1 or >(nacl_untrusted_build)==1', { 652 ['<(chromeos)!=1 or >(nacl_untrusted_build)==1', {
651 'sources/': [ 653 'sources/': [
652 ['exclude', '^chromeos/'], 654 ['exclude', '^chromeos/'],
653 ], 655 ],
654 }], 656 }],
655 ], 657 ],
656 }], 658 }],
657 ], 659 ],
658 }, 660 },
659 } 661 }
OLDNEW
« no previous file with comments | « no previous file | base/message_loop.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698