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 1200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1211 'browser/metrics/thread_watcher.cc', | 1211 'browser/metrics/thread_watcher.cc', |
1212 'browser/metrics/thread_watcher.h', | 1212 'browser/metrics/thread_watcher.h', |
1213 'browser/metrics/thread_watcher_android.cc', | 1213 'browser/metrics/thread_watcher_android.cc', |
1214 'browser/metrics/thread_watcher_android.h', | 1214 'browser/metrics/thread_watcher_android.h', |
1215 'browser/metrics/time_ticks_experiment_win.cc', | 1215 'browser/metrics/time_ticks_experiment_win.cc', |
1216 'browser/metrics/time_ticks_experiment_win.h', | 1216 'browser/metrics/time_ticks_experiment_win.h', |
1217 'browser/metrics/tracking_synchronizer.cc', | 1217 'browser/metrics/tracking_synchronizer.cc', |
1218 'browser/metrics/tracking_synchronizer.h', | 1218 'browser/metrics/tracking_synchronizer.h', |
1219 'browser/metrics/tracking_synchronizer_observer.h', | 1219 'browser/metrics/tracking_synchronizer_observer.h', |
1220 'browser/metrics/variations/generated_resources_map.h', | 1220 'browser/metrics/variations/generated_resources_map.h', |
| 1221 'browser/metrics/variations/generated_resources_map_lookup.cc', |
1221 'browser/metrics/variations/variations_http_header_provider.cc', | 1222 'browser/metrics/variations/variations_http_header_provider.cc', |
1222 'browser/metrics/variations/variations_http_header_provider.h', | 1223 'browser/metrics/variations/variations_http_header_provider.h', |
1223 'browser/metrics/variations/variations_registry_syncer_win.cc', | 1224 'browser/metrics/variations/variations_registry_syncer_win.cc', |
1224 'browser/metrics/variations/variations_registry_syncer_win.h', | 1225 'browser/metrics/variations/variations_registry_syncer_win.h', |
1225 'browser/metrics/variations/variations_request_scheduler.cc', | 1226 'browser/metrics/variations/variations_request_scheduler.cc', |
1226 'browser/metrics/variations/variations_request_scheduler.h', | 1227 'browser/metrics/variations/variations_request_scheduler.h', |
1227 'browser/metrics/variations/variations_request_scheduler_mobile.cc', | 1228 'browser/metrics/variations/variations_request_scheduler_mobile.cc', |
1228 'browser/metrics/variations/variations_request_scheduler_mobile.h', | 1229 'browser/metrics/variations/variations_request_scheduler_mobile.h', |
1229 'browser/metrics/variations/variations_service.cc', | 1230 'browser/metrics/variations/variations_service.cc', |
1230 'browser/metrics/variations/variations_service.h', | 1231 'browser/metrics/variations/variations_service.h', |
(...skipping 2479 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3710 'package_name': 'org/chromium/chrome/browser', | 3711 'package_name': 'org/chromium/chrome/browser', |
3711 'template_deps': ['browser/android/tab_load_status.h'], | 3712 'template_deps': ['browser/android/tab_load_status.h'], |
3712 }, | 3713 }, |
3713 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3714 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3714 }, | 3715 }, |
3715 ], | 3716 ], |
3716 }, | 3717 }, |
3717 ], | 3718 ], |
3718 ], | 3719 ], |
3719 } | 3720 } |
OLD | NEW |