OLD | NEW |
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 1078 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1089 'browser/metrics/metrics_log_serializer.h', | 1089 'browser/metrics/metrics_log_serializer.h', |
1090 'browser/metrics/metrics_reporting_scheduler.cc', | 1090 'browser/metrics/metrics_reporting_scheduler.cc', |
1091 'browser/metrics/metrics_reporting_scheduler.h', | 1091 'browser/metrics/metrics_reporting_scheduler.h', |
1092 'browser/metrics/metrics_service.cc', | 1092 'browser/metrics/metrics_service.cc', |
1093 'browser/metrics/metrics_service.h', | 1093 'browser/metrics/metrics_service.h', |
1094 'browser/metrics/thread_watcher.cc', | 1094 'browser/metrics/thread_watcher.cc', |
1095 'browser/metrics/thread_watcher.h', | 1095 'browser/metrics/thread_watcher.h', |
1096 'browser/metrics/tracking_synchronizer.cc', | 1096 'browser/metrics/tracking_synchronizer.cc', |
1097 'browser/metrics/tracking_synchronizer.h', | 1097 'browser/metrics/tracking_synchronizer.h', |
1098 'browser/metrics/tracking_synchronizer_observer.h', | 1098 'browser/metrics/tracking_synchronizer_observer.h', |
| 1099 'browser/metrics/variations/network_time_tracker.cc', |
| 1100 'browser/metrics/variations/network_time_tracker.h', |
1099 'browser/metrics/variations/resource_request_allowed_notifier.cc', | 1101 'browser/metrics/variations/resource_request_allowed_notifier.cc', |
1100 'browser/metrics/variations/resource_request_allowed_notifier.h', | 1102 'browser/metrics/variations/resource_request_allowed_notifier.h', |
1101 'browser/metrics/variations/variations_http_header_provider.cc', | 1103 'browser/metrics/variations/variations_http_header_provider.cc', |
1102 'browser/metrics/variations/variations_http_header_provider.h', | 1104 'browser/metrics/variations/variations_http_header_provider.h', |
1103 'browser/metrics/variations/variations_registry_syncer_win.cc', | 1105 'browser/metrics/variations/variations_registry_syncer_win.cc', |
1104 'browser/metrics/variations/variations_registry_syncer_win.h', | 1106 'browser/metrics/variations/variations_registry_syncer_win.h', |
1105 'browser/metrics/variations/variations_service.cc', | 1107 'browser/metrics/variations/variations_service.cc', |
1106 'browser/metrics/variations/variations_service.h', | 1108 'browser/metrics/variations/variations_service.h', |
1107 'browser/native_window_notification_source.h', | 1109 'browser/native_window_notification_source.h', |
1108 'browser/net/about_protocol_handler.cc', | 1110 'browser/net/about_protocol_handler.cc', |
(...skipping 2017 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3126 'variables': { | 3128 'variables': { |
3127 'jni_gen_dir': 'chrome', | 3129 'jni_gen_dir': 'chrome', |
3128 }, | 3130 }, |
3129 'includes': [ '../build/jni_generator.gypi' ], | 3131 'includes': [ '../build/jni_generator.gypi' ], |
3130 }, | 3132 }, |
3131 ], | 3133 ], |
3132 }, | 3134 }, |
3133 ], | 3135 ], |
3134 ], | 3136 ], |
3135 } | 3137 } |
OLD | NEW |