OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 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 1327 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1338 'browser/memory_details_android.cc', | 1338 'browser/memory_details_android.cc', |
1339 'browser/memory_details_linux.cc', | 1339 'browser/memory_details_linux.cc', |
1340 'browser/memory_details_mac.cc', | 1340 'browser/memory_details_mac.cc', |
1341 'browser/memory_details_win.cc', | 1341 'browser/memory_details_win.cc', |
1342 'browser/memory_purger.cc', | 1342 'browser/memory_purger.cc', |
1343 'browser/memory_purger.h', | 1343 'browser/memory_purger.h', |
1344 'browser/metrics/field_trial_synchronizer.cc', | 1344 'browser/metrics/field_trial_synchronizer.cc', |
1345 'browser/metrics/field_trial_synchronizer.h', | 1345 'browser/metrics/field_trial_synchronizer.h', |
1346 'browser/metrics/histogram_synchronizer.cc', | 1346 'browser/metrics/histogram_synchronizer.cc', |
1347 'browser/metrics/histogram_synchronizer.h', | 1347 'browser/metrics/histogram_synchronizer.h', |
1348 'browser/metrics/tracking_synchronizer.cc', | |
1349 'browser/metrics/tracking_synchronizer.h', | |
1350 'browser/metrics/metric_event_duration_details.h', | 1348 'browser/metrics/metric_event_duration_details.h', |
1351 'browser/metrics/metrics_log.cc', | 1349 'browser/metrics/metrics_log.cc', |
1352 'browser/metrics/metrics_log.h', | 1350 'browser/metrics/metrics_log.h', |
1353 'browser/metrics/metrics_log_serializer.cc', | 1351 'browser/metrics/metrics_log_serializer.cc', |
1354 'browser/metrics/metrics_log_serializer.h', | 1352 'browser/metrics/metrics_log_serializer.h', |
1355 'browser/metrics/metrics_reporting_scheduler.cc', | 1353 'browser/metrics/metrics_reporting_scheduler.cc', |
1356 'browser/metrics/metrics_reporting_scheduler.h', | 1354 'browser/metrics/metrics_reporting_scheduler.h', |
1357 'browser/metrics/metrics_response.cc', | 1355 'browser/metrics/metrics_response.cc', |
1358 'browser/metrics/metrics_response.h', | 1356 'browser/metrics/metrics_response.h', |
1359 'browser/metrics/metrics_service.cc', | 1357 'browser/metrics/metrics_service.cc', |
1360 'browser/metrics/metrics_service.h', | 1358 'browser/metrics/metrics_service.h', |
1361 'browser/metrics/thread_watcher.cc', | 1359 'browser/metrics/thread_watcher.cc', |
1362 'browser/metrics/thread_watcher.h', | 1360 'browser/metrics/thread_watcher.h', |
| 1361 'browser/metrics/tracking_synchronizer.cc', |
| 1362 'browser/metrics/tracking_synchronizer.h', |
| 1363 'browser/metrics/tracking_synchronizer_observer.h', |
1363 'browser/native_window_notification_source.h', | 1364 'browser/native_window_notification_source.h', |
1364 'browser/net/browser_url_util.cc', | 1365 'browser/net/browser_url_util.cc', |
1365 'browser/net/browser_url_util.h', | 1366 'browser/net/browser_url_util.h', |
1366 'browser/net/chrome_cookie_notification_details.h', | 1367 'browser/net/chrome_cookie_notification_details.h', |
1367 'browser/net/chrome_fraudulent_certificate_reporter.cc', | 1368 'browser/net/chrome_fraudulent_certificate_reporter.cc', |
1368 'browser/net/chrome_fraudulent_certificate_reporter.h', | 1369 'browser/net/chrome_fraudulent_certificate_reporter.h', |
1369 'browser/net/chrome_net_log.cc', | 1370 'browser/net/chrome_net_log.cc', |
1370 'browser/net/chrome_net_log.h', | 1371 'browser/net/chrome_net_log.h', |
1371 'browser/net/chrome_network_delegate.cc', | 1372 'browser/net/chrome_network_delegate.cc', |
1372 'browser/net/chrome_network_delegate.h', | 1373 'browser/net/chrome_network_delegate.h', |
(...skipping 3858 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5231 'type': 'static_library', | 5232 'type': 'static_library', |
5232 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5233 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5233 'variables': { | 5234 'variables': { |
5234 'proto_in_dir': 'browser/history', | 5235 'proto_in_dir': 'browser/history', |
5235 'proto_out_dir': 'chrome/browser/history', | 5236 'proto_out_dir': 'chrome/browser/history', |
5236 }, | 5237 }, |
5237 'includes': [ '../build/protoc.gypi' ] | 5238 'includes': [ '../build/protoc.gypi' ] |
5238 }, | 5239 }, |
5239 ], | 5240 ], |
5240 } | 5241 } |
OLD | NEW |