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 1368 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1379 'browser/memory_details_android.cc', | 1379 'browser/memory_details_android.cc', |
1380 'browser/memory_details_linux.cc', | 1380 'browser/memory_details_linux.cc', |
1381 'browser/memory_details_mac.cc', | 1381 'browser/memory_details_mac.cc', |
1382 'browser/memory_details_win.cc', | 1382 'browser/memory_details_win.cc', |
1383 'browser/memory_purger.cc', | 1383 'browser/memory_purger.cc', |
1384 'browser/memory_purger.h', | 1384 'browser/memory_purger.h', |
1385 'browser/metrics/field_trial_synchronizer.cc', | 1385 'browser/metrics/field_trial_synchronizer.cc', |
1386 'browser/metrics/field_trial_synchronizer.h', | 1386 'browser/metrics/field_trial_synchronizer.h', |
1387 'browser/metrics/histogram_synchronizer.cc', | 1387 'browser/metrics/histogram_synchronizer.cc', |
1388 'browser/metrics/histogram_synchronizer.h', | 1388 'browser/metrics/histogram_synchronizer.h', |
1389 'browser/metrics/tracking_synchronizer.cc', | |
1390 'browser/metrics/tracking_synchronizer.h', | |
1391 'browser/metrics/metric_event_duration_details.h', | 1389 'browser/metrics/metric_event_duration_details.h', |
1392 'browser/metrics/metrics_log.cc', | 1390 'browser/metrics/metrics_log.cc', |
1393 'browser/metrics/metrics_log.h', | 1391 'browser/metrics/metrics_log.h', |
1394 'browser/metrics/metrics_log_serializer.cc', | 1392 'browser/metrics/metrics_log_serializer.cc', |
1395 'browser/metrics/metrics_log_serializer.h', | 1393 'browser/metrics/metrics_log_serializer.h', |
1396 'browser/metrics/metrics_reporting_scheduler.cc', | 1394 'browser/metrics/metrics_reporting_scheduler.cc', |
1397 'browser/metrics/metrics_reporting_scheduler.h', | 1395 'browser/metrics/metrics_reporting_scheduler.h', |
1398 'browser/metrics/metrics_response.cc', | 1396 'browser/metrics/metrics_response.cc', |
1399 'browser/metrics/metrics_response.h', | 1397 'browser/metrics/metrics_response.h', |
1400 'browser/metrics/metrics_service.cc', | 1398 'browser/metrics/metrics_service.cc', |
1401 'browser/metrics/metrics_service.h', | 1399 'browser/metrics/metrics_service.h', |
1402 'browser/metrics/thread_watcher.cc', | 1400 'browser/metrics/thread_watcher.cc', |
1403 'browser/metrics/thread_watcher.h', | 1401 'browser/metrics/thread_watcher.h', |
| 1402 'browser/metrics/tracking_synchronizer.cc', |
| 1403 'browser/metrics/tracking_synchronizer.h', |
| 1404 'browser/metrics/tracking_synchronizer_observer.h', |
1404 'browser/native_window_notification_source.h', | 1405 'browser/native_window_notification_source.h', |
1405 'browser/net/browser_url_util.cc', | 1406 'browser/net/browser_url_util.cc', |
1406 'browser/net/browser_url_util.h', | 1407 'browser/net/browser_url_util.h', |
1407 'browser/net/chrome_cookie_notification_details.h', | 1408 'browser/net/chrome_cookie_notification_details.h', |
1408 'browser/net/chrome_fraudulent_certificate_reporter.cc', | 1409 'browser/net/chrome_fraudulent_certificate_reporter.cc', |
1409 'browser/net/chrome_fraudulent_certificate_reporter.h', | 1410 'browser/net/chrome_fraudulent_certificate_reporter.h', |
1410 'browser/net/chrome_net_log.cc', | 1411 'browser/net/chrome_net_log.cc', |
1411 'browser/net/chrome_net_log.h', | 1412 'browser/net/chrome_net_log.h', |
1412 'browser/net/chrome_network_delegate.cc', | 1413 'browser/net/chrome_network_delegate.cc', |
1413 'browser/net/chrome_network_delegate.h', | 1414 'browser/net/chrome_network_delegate.h', |
(...skipping 3872 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5286 'variables': { | 5287 'variables': { |
5287 'proto_in_dir': '../third_party/cros_system_api/dbus/', | 5288 'proto_in_dir': '../third_party/cros_system_api/dbus/', |
5288 'proto_out_dir': 'chrome/browser/chromeos/dbus', | 5289 'proto_out_dir': 'chrome/browser/chromeos/dbus', |
5289 }, | 5290 }, |
5290 'includes': ['../build/protoc.gypi'], | 5291 'includes': ['../build/protoc.gypi'], |
5291 }], | 5292 }], |
5292 ], | 5293 ], |
5293 }, | 5294 }, |
5294 ], | 5295 ], |
5295 } | 5296 } |
OLD | NEW |