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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 12082090: [net] Add WifiPhyMode to SystemProfile (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: sync Created 7 years, 10 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
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 1059 matching lines...) Expand 10 before | Expand all | Expand 10 after
1070 'browser/memory_details_win.cc', 1070 'browser/memory_details_win.cc',
1071 'browser/memory_purger.cc', 1071 'browser/memory_purger.cc',
1072 'browser/memory_purger.h', 1072 'browser/memory_purger.h',
1073 'browser/metrics/field_trial_synchronizer.cc', 1073 'browser/metrics/field_trial_synchronizer.cc',
1074 'browser/metrics/field_trial_synchronizer.h', 1074 'browser/metrics/field_trial_synchronizer.h',
1075 'browser/metrics/metric_event_duration_details.h', 1075 'browser/metrics/metric_event_duration_details.h',
1076 'browser/metrics/metrics_log.cc', 1076 'browser/metrics/metrics_log.cc',
1077 'browser/metrics/metrics_log.h', 1077 'browser/metrics/metrics_log.h',
1078 'browser/metrics/metrics_log_serializer.cc', 1078 'browser/metrics/metrics_log_serializer.cc',
1079 'browser/metrics/metrics_log_serializer.h', 1079 'browser/metrics/metrics_log_serializer.h',
1080 'browser/metrics/metrics_network_observer.cc',
1081 'browser/metrics/metrics_network_observer.h',
1080 'browser/metrics/metrics_reporting_scheduler.cc', 1082 'browser/metrics/metrics_reporting_scheduler.cc',
1081 'browser/metrics/metrics_reporting_scheduler.h', 1083 'browser/metrics/metrics_reporting_scheduler.h',
1082 'browser/metrics/metrics_service.cc', 1084 'browser/metrics/metrics_service.cc',
1083 'browser/metrics/metrics_service.h', 1085 'browser/metrics/metrics_service.h',
1084 'browser/metrics/perf_provider_chromeos.cc', 1086 'browser/metrics/perf_provider_chromeos.cc',
1085 'browser/metrics/perf_provider_chromeos.h', 1087 'browser/metrics/perf_provider_chromeos.h',
1086 'browser/metrics/thread_watcher.cc', 1088 'browser/metrics/thread_watcher.cc',
1087 'browser/metrics/thread_watcher.h', 1089 'browser/metrics/thread_watcher.h',
1088 'browser/metrics/tracking_synchronizer.cc', 1090 'browser/metrics/tracking_synchronizer.cc',
1089 'browser/metrics/tracking_synchronizer.h', 1091 'browser/metrics/tracking_synchronizer.h',
(...skipping 2025 matching lines...) Expand 10 before | Expand all | Expand 10 after
3115 'variables': { 3117 'variables': {
3116 'jni_gen_dir': 'chrome', 3118 'jni_gen_dir': 'chrome',
3117 }, 3119 },
3118 'includes': [ '../build/jni_generator.gypi' ], 3120 'includes': [ '../build/jni_generator.gypi' ],
3119 }, 3121 },
3120 ], 3122 ],
3121 }, 3123 },
3122 ], 3124 ],
3123 ], 3125 ],
3124 } 3126 }
OLDNEW
« no previous file with comments | « chrome/browser/metrics/metrics_network_observer.cc ('k') | chrome/common/metrics/proto/system_profile.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698