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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10834057: Dead code removal: remove MetricsResponse implementation and tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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 | « chrome/browser/metrics/metrics_response_unittest.cc ('k') | chrome/chrome_tests.gypi » ('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 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 1419 matching lines...) Expand 10 before | Expand all | Expand 10 after
1430 'browser/memory_purger.h', 1430 'browser/memory_purger.h',
1431 'browser/metrics/field_trial_synchronizer.cc', 1431 'browser/metrics/field_trial_synchronizer.cc',
1432 'browser/metrics/field_trial_synchronizer.h', 1432 'browser/metrics/field_trial_synchronizer.h',
1433 'browser/metrics/metric_event_duration_details.h', 1433 'browser/metrics/metric_event_duration_details.h',
1434 'browser/metrics/metrics_log.cc', 1434 'browser/metrics/metrics_log.cc',
1435 'browser/metrics/metrics_log.h', 1435 'browser/metrics/metrics_log.h',
1436 'browser/metrics/metrics_log_serializer.cc', 1436 'browser/metrics/metrics_log_serializer.cc',
1437 'browser/metrics/metrics_log_serializer.h', 1437 'browser/metrics/metrics_log_serializer.h',
1438 'browser/metrics/metrics_reporting_scheduler.cc', 1438 'browser/metrics/metrics_reporting_scheduler.cc',
1439 'browser/metrics/metrics_reporting_scheduler.h', 1439 'browser/metrics/metrics_reporting_scheduler.h',
1440 'browser/metrics/metrics_response.cc',
1441 'browser/metrics/metrics_response.h',
1442 'browser/metrics/metrics_service.cc', 1440 'browser/metrics/metrics_service.cc',
1443 'browser/metrics/metrics_service.h', 1441 'browser/metrics/metrics_service.h',
1444 'browser/metrics/thread_watcher.cc', 1442 'browser/metrics/thread_watcher.cc',
1445 'browser/metrics/thread_watcher.h', 1443 'browser/metrics/thread_watcher.h',
1446 'browser/metrics/tracking_synchronizer.cc', 1444 'browser/metrics/tracking_synchronizer.cc',
1447 'browser/metrics/tracking_synchronizer.h', 1445 'browser/metrics/tracking_synchronizer.h',
1448 'browser/metrics/tracking_synchronizer_observer.h', 1446 'browser/metrics/tracking_synchronizer_observer.h',
1449 'browser/metrics/variations_service.cc', 1447 'browser/metrics/variations_service.cc',
1450 'browser/metrics/variations_service.h', 1448 'browser/metrics/variations_service.h',
1451 'browser/native_window_notification_source.h', 1449 'browser/native_window_notification_source.h',
(...skipping 4022 matching lines...) Expand 10 before | Expand all | Expand 10 after
5474 'variables': { 5472 'variables': {
5475 'jni_gen_dir': 'chrome', 5473 'jni_gen_dir': 'chrome',
5476 }, 5474 },
5477 'includes': [ '../build/jni_generator.gypi' ], 5475 'includes': [ '../build/jni_generator.gypi' ],
5478 }, 5476 },
5479 ], 5477 ],
5480 }, 5478 },
5481 ], 5479 ],
5482 ], 5480 ],
5483 } 5481 }
OLDNEW
« no previous file with comments | « chrome/browser/metrics/metrics_response_unittest.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698