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 950 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
961 'browser/metrics/metrics_network_observer.cc', | 961 'browser/metrics/metrics_network_observer.cc', |
962 'browser/metrics/metrics_network_observer.h', | 962 'browser/metrics/metrics_network_observer.h', |
963 'browser/metrics/metrics_reporting_scheduler.cc', | 963 'browser/metrics/metrics_reporting_scheduler.cc', |
964 'browser/metrics/metrics_reporting_scheduler.h', | 964 'browser/metrics/metrics_reporting_scheduler.h', |
965 'browser/metrics/metrics_service.cc', | 965 'browser/metrics/metrics_service.cc', |
966 'browser/metrics/metrics_service.h', | 966 'browser/metrics/metrics_service.h', |
967 'browser/metrics/perf_provider_chromeos.cc', | 967 'browser/metrics/perf_provider_chromeos.cc', |
968 'browser/metrics/perf_provider_chromeos.h', | 968 'browser/metrics/perf_provider_chromeos.h', |
969 'browser/metrics/thread_watcher.cc', | 969 'browser/metrics/thread_watcher.cc', |
970 'browser/metrics/thread_watcher.h', | 970 'browser/metrics/thread_watcher.h', |
| 971 'browser/metrics/time_ticks_field_trial_win.cc', |
| 972 'browser/metrics/time_ticks_field_trial_win.h', |
971 'browser/metrics/tracking_synchronizer.cc', | 973 'browser/metrics/tracking_synchronizer.cc', |
972 'browser/metrics/tracking_synchronizer.h', | 974 'browser/metrics/tracking_synchronizer.h', |
973 'browser/metrics/tracking_synchronizer_observer.h', | 975 'browser/metrics/tracking_synchronizer_observer.h', |
974 'browser/metrics/variations/network_time_tracker.cc', | 976 'browser/metrics/variations/network_time_tracker.cc', |
975 'browser/metrics/variations/network_time_tracker.h', | 977 'browser/metrics/variations/network_time_tracker.h', |
976 'browser/metrics/variations/resource_request_allowed_notifier.cc', | 978 'browser/metrics/variations/resource_request_allowed_notifier.cc', |
977 'browser/metrics/variations/resource_request_allowed_notifier.h', | 979 'browser/metrics/variations/resource_request_allowed_notifier.h', |
978 'browser/metrics/variations/variations_http_header_provider.cc', | 980 'browser/metrics/variations/variations_http_header_provider.cc', |
979 'browser/metrics/variations/variations_http_header_provider.h', | 981 'browser/metrics/variations/variations_http_header_provider.h', |
980 'browser/metrics/variations/variations_registry_syncer_win.cc', | 982 'browser/metrics/variations/variations_registry_syncer_win.cc', |
(...skipping 2140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3121 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3123 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3122 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3124 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
3123 }, | 3125 }, |
3124 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3126 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3125 }, | 3127 }, |
3126 ], | 3128 ], |
3127 }, | 3129 }, |
3128 ], | 3130 ], |
3129 ], | 3131 ], |
3130 } | 3132 } |
OLD | NEW |