OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 11 matching lines...) Expand all Loading... |
22 'ssl_false_start_blacklist_process#host', | 22 'ssl_false_start_blacklist_process#host', |
23 ], | 23 ], |
24 'sources': [ | 24 'sources': [ |
25 'base/address_family.h', | 25 'base/address_family.h', |
26 'base/address_list.cc', | 26 'base/address_list.cc', |
27 'base/address_list.h', | 27 'base/address_list.h', |
28 'base/address_list_net_log_param.cc', | 28 'base/address_list_net_log_param.cc', |
29 'base/address_list_net_log_param.h', | 29 'base/address_list_net_log_param.h', |
30 'base/auth.cc', | 30 'base/auth.cc', |
31 'base/auth.h', | 31 'base/auth.h', |
| 32 'base/bandwidth_metrics.cc', |
| 33 'base/bandwidth_metrics.h', |
32 'base/cache_type.h', | 34 'base/cache_type.h', |
33 'base/capturing_net_log.cc', | 35 'base/capturing_net_log.cc', |
34 'base/capturing_net_log.h', | 36 'base/capturing_net_log.h', |
35 'base/cert_database.cc', | 37 'base/cert_database.cc', |
36 'base/cert_database.h', | 38 'base/cert_database.h', |
37 'base/cert_database_mac.cc', | 39 'base/cert_database_mac.cc', |
38 'base/cert_database_nss.cc', | 40 'base/cert_database_nss.cc', |
39 'base/cert_database_openssl.cc', | 41 'base/cert_database_openssl.cc', |
40 'base/cert_database_win.cc', | 42 'base/cert_database_win.cc', |
41 'base/cert_status_flags.cc', | 43 'base/cert_status_flags.cc', |
(...skipping 1405 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1447 ], | 1449 ], |
1448 }], | 1450 }], |
1449 ], | 1451 ], |
1450 } | 1452 } |
1451 | 1453 |
1452 # Local Variables: | 1454 # Local Variables: |
1453 # tab-width:2 | 1455 # tab-width:2 |
1454 # indent-tabs-mode:nil | 1456 # indent-tabs-mode:nil |
1455 # End: | 1457 # End: |
1456 # vim: set expandtab tabstop=2 shiftwidth=2: | 1458 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |