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 1325 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1336 'browser/memory_details_android.cc', | 1336 'browser/memory_details_android.cc', |
1337 'browser/memory_details_linux.cc', | 1337 'browser/memory_details_linux.cc', |
1338 'browser/memory_details_mac.cc', | 1338 'browser/memory_details_mac.cc', |
1339 'browser/memory_details_win.cc', | 1339 'browser/memory_details_win.cc', |
1340 'browser/memory_purger.cc', | 1340 'browser/memory_purger.cc', |
1341 'browser/memory_purger.h', | 1341 'browser/memory_purger.h', |
1342 'browser/metrics/field_trial_synchronizer.cc', | 1342 'browser/metrics/field_trial_synchronizer.cc', |
1343 'browser/metrics/field_trial_synchronizer.h', | 1343 'browser/metrics/field_trial_synchronizer.h', |
1344 'browser/metrics/histogram_synchronizer.cc', | 1344 'browser/metrics/histogram_synchronizer.cc', |
1345 'browser/metrics/histogram_synchronizer.h', | 1345 'browser/metrics/histogram_synchronizer.h', |
1346 'browser/metrics/tracking_synchronizer.cc', | |
1347 'browser/metrics/tracking_synchronizer.h', | |
1348 'browser/metrics/metric_event_duration_details.h', | 1346 'browser/metrics/metric_event_duration_details.h', |
1349 'browser/metrics/metrics_log.cc', | 1347 'browser/metrics/metrics_log.cc', |
1350 'browser/metrics/metrics_log.h', | 1348 'browser/metrics/metrics_log.h', |
1351 'browser/metrics/metrics_log_serializer.cc', | 1349 'browser/metrics/metrics_log_serializer.cc', |
1352 'browser/metrics/metrics_log_serializer.h', | 1350 'browser/metrics/metrics_log_serializer.h', |
1353 'browser/metrics/metrics_reporting_scheduler.cc', | 1351 'browser/metrics/metrics_reporting_scheduler.cc', |
1354 'browser/metrics/metrics_reporting_scheduler.h', | 1352 'browser/metrics/metrics_reporting_scheduler.h', |
1355 'browser/metrics/metrics_response.cc', | 1353 'browser/metrics/metrics_response.cc', |
1356 'browser/metrics/metrics_response.h', | 1354 'browser/metrics/metrics_response.h', |
1357 'browser/metrics/metrics_service.cc', | 1355 'browser/metrics/metrics_service.cc', |
1358 'browser/metrics/metrics_service.h', | 1356 'browser/metrics/metrics_service.h', |
1359 'browser/metrics/thread_watcher.cc', | 1357 'browser/metrics/thread_watcher.cc', |
1360 'browser/metrics/thread_watcher.h', | 1358 'browser/metrics/thread_watcher.h', |
| 1359 'browser/metrics/tracking_synchronizer.cc', |
| 1360 'browser/metrics/tracking_synchronizer.h', |
| 1361 'browser/metrics/tracking_synchronizer_observer.h', |
1361 'browser/native_window_notification_source.h', | 1362 'browser/native_window_notification_source.h', |
1362 'browser/net/browser_url_util.cc', | 1363 'browser/net/browser_url_util.cc', |
1363 'browser/net/browser_url_util.h', | 1364 'browser/net/browser_url_util.h', |
1364 'browser/net/chrome_cookie_notification_details.h', | 1365 'browser/net/chrome_cookie_notification_details.h', |
1365 'browser/net/chrome_fraudulent_certificate_reporter.cc', | 1366 'browser/net/chrome_fraudulent_certificate_reporter.cc', |
1366 'browser/net/chrome_fraudulent_certificate_reporter.h', | 1367 'browser/net/chrome_fraudulent_certificate_reporter.h', |
1367 'browser/net/chrome_net_log.cc', | 1368 'browser/net/chrome_net_log.cc', |
1368 'browser/net/chrome_net_log.h', | 1369 'browser/net/chrome_net_log.h', |
1369 'browser/net/chrome_network_delegate.cc', | 1370 'browser/net/chrome_network_delegate.cc', |
1370 'browser/net/chrome_network_delegate.h', | 1371 'browser/net/chrome_network_delegate.h', |
(...skipping 3939 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5310 'variables': { | 5311 'variables': { |
5311 'proto_in_dir': '../third_party/cros_system_api/dbus/', | 5312 'proto_in_dir': '../third_party/cros_system_api/dbus/', |
5312 'proto_out_dir': 'chrome/browser/chromeos/dbus', | 5313 'proto_out_dir': 'chrome/browser/chromeos/dbus', |
5313 }, | 5314 }, |
5314 'includes': ['../build/protoc.gypi'], | 5315 'includes': ['../build/protoc.gypi'], |
5315 }], | 5316 }], |
5316 ], | 5317 ], |
5317 }, | 5318 }, |
5318 ], | 5319 ], |
5319 } | 5320 } |
OLD | NEW |