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 20 matching lines...) Expand all Loading... |
31 'base/capturing_net_log.cc', | 31 'base/capturing_net_log.cc', |
32 'base/capturing_net_log.h', | 32 'base/capturing_net_log.h', |
33 'base/cert_database.h', | 33 'base/cert_database.h', |
34 'base/cert_database_mac.cc', | 34 'base/cert_database_mac.cc', |
35 'base/cert_database_nss.cc', | 35 'base/cert_database_nss.cc', |
36 'base/cert_database_win.cc', | 36 'base/cert_database_win.cc', |
37 'base/cert_status_flags.cc', | 37 'base/cert_status_flags.cc', |
38 'base/cert_status_flags.h', | 38 'base/cert_status_flags.h', |
39 'base/cert_verifier.cc', | 39 'base/cert_verifier.cc', |
40 'base/cert_verifier.h', | 40 'base/cert_verifier.h', |
| 41 'base/cert_verify_result.cc', |
41 'base/cert_verify_result.h', | 42 'base/cert_verify_result.h', |
42 'base/completion_callback.h', | 43 'base/completion_callback.h', |
43 'base/connection_type_histograms.cc', | 44 'base/connection_type_histograms.cc', |
44 'base/connection_type_histograms.h', | 45 'base/connection_type_histograms.h', |
45 'base/cookie_monster.cc', | 46 'base/cookie_monster.cc', |
46 'base/cookie_monster.h', | 47 'base/cookie_monster.h', |
47 'base/cookie_options.h', | 48 'base/cookie_options.h', |
48 'base/cookie_policy.h', | 49 'base/cookie_policy.h', |
49 'base/cookie_store.h', | 50 'base/cookie_store.h', |
50 'base/data_url.cc', | 51 'base/data_url.cc', |
(...skipping 1107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1158 ], | 1159 ], |
1159 }], | 1160 }], |
1160 ], | 1161 ], |
1161 } | 1162 } |
1162 | 1163 |
1163 # Local Variables: | 1164 # Local Variables: |
1164 # tab-width:2 | 1165 # tab-width:2 |
1165 # indent-tabs-mode:nil | 1166 # indent-tabs-mode:nil |
1166 # End: | 1167 # End: |
1167 # vim: set expandtab tabstop=2 shiftwidth=2: | 1168 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |