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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 6869034: Factor a scheduler object out of MetricsService. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comment fix Created 9 years, 8 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 1275 matching lines...) Expand 10 before | Expand all | Expand 10 after
1286 'browser/memory_details_linux.cc', 1286 'browser/memory_details_linux.cc',
1287 'browser/memory_details_mac.cc', 1287 'browser/memory_details_mac.cc',
1288 'browser/memory_details_win.cc', 1288 'browser/memory_details_win.cc',
1289 'browser/memory_purger.cc', 1289 'browser/memory_purger.cc',
1290 'browser/memory_purger.h', 1290 'browser/memory_purger.h',
1291 'browser/metrics/histogram_synchronizer.cc', 1291 'browser/metrics/histogram_synchronizer.cc',
1292 'browser/metrics/histogram_synchronizer.h', 1292 'browser/metrics/histogram_synchronizer.h',
1293 'browser/metrics/metric_event_duration_details.h', 1293 'browser/metrics/metric_event_duration_details.h',
1294 'browser/metrics/metrics_log.cc', 1294 'browser/metrics/metrics_log.cc',
1295 'browser/metrics/metrics_log.h', 1295 'browser/metrics/metrics_log.h',
1296 'browser/metrics/metrics_reporting_scheduler.cc',
1297 'browser/metrics/metrics_reporting_scheduler.h',
1296 'browser/metrics/metrics_response.cc', 1298 'browser/metrics/metrics_response.cc',
1297 'browser/metrics/metrics_response.h', 1299 'browser/metrics/metrics_response.h',
1298 'browser/metrics/metrics_service.cc', 1300 'browser/metrics/metrics_service.cc',
1299 'browser/metrics/metrics_service.h', 1301 'browser/metrics/metrics_service.h',
1300 'browser/metrics/thread_watcher.cc', 1302 'browser/metrics/thread_watcher.cc',
1301 'browser/metrics/thread_watcher.h', 1303 'browser/metrics/thread_watcher.h',
1302 'browser/metrics/user_metrics.cc', 1304 'browser/metrics/user_metrics.cc',
1303 'browser/metrics/user_metrics.h', 1305 'browser/metrics/user_metrics.h',
1304 'browser/nacl_host/nacl_broker_host_win.cc', 1306 'browser/nacl_host/nacl_broker_host_win.cc',
1305 'browser/nacl_host/nacl_broker_host_win.h', 1307 'browser/nacl_host/nacl_broker_host_win.h',
(...skipping 3114 matching lines...) Expand 10 before | Expand all | Expand 10 after
4420 'hard_dependency': 1, 4422 'hard_dependency': 1,
4421 }, 4423 },
4422 ], 4424 ],
4423 } 4425 }
4424 4426
4425 # Local Variables: 4427 # Local Variables:
4426 # tab-width:2 4428 # tab-width:2
4427 # indent-tabs-mode:nil 4429 # indent-tabs-mode:nil
4428 # End: 4430 # End:
4429 # vim: set expandtab tabstop=2 shiftwidth=2: 4431 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« chrome/browser/metrics/metrics_service.cc ('K') | « chrome/browser/metrics/metrics_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698