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 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 | 8 |
9 'linux_link_kerberos%': 0, | 9 'linux_link_kerberos%': 0, |
10 'conditions': [ | 10 'conditions': [ |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
56 'base/asn1_util.h', | 56 'base/asn1_util.h', |
57 'base/auth.cc', | 57 'base/auth.cc', |
58 'base/auth.h', | 58 'base/auth.h', |
59 'base/backoff_entry.cc', | 59 'base/backoff_entry.cc', |
60 'base/backoff_entry.h', | 60 'base/backoff_entry.h', |
61 'base/bandwidth_metrics.cc', | 61 'base/bandwidth_metrics.cc', |
62 'base/bandwidth_metrics.h', | 62 'base/bandwidth_metrics.h', |
63 'base/big_endian.cc', | 63 'base/big_endian.cc', |
64 'base/big_endian.h', | 64 'base/big_endian.h', |
65 'base/cache_type.h', | 65 'base/cache_type.h', |
66 'base/capturing_net_log.cc', | |
67 'base/capturing_net_log.h', | |
68 'base/cert_database.cc', | 66 'base/cert_database.cc', |
69 'base/cert_database.h', | 67 'base/cert_database.h', |
70 'base/cert_database_mac.cc', | 68 'base/cert_database_mac.cc', |
71 'base/cert_database_nss.cc', | 69 'base/cert_database_nss.cc', |
72 'base/cert_database_openssl.cc', | 70 'base/cert_database_openssl.cc', |
73 'base/cert_database_win.cc', | 71 'base/cert_database_win.cc', |
74 'base/cert_status_flags.cc', | 72 'base/cert_status_flags.cc', |
75 'base/cert_status_flags.h', | 73 'base/cert_status_flags.h', |
76 'base/cert_verifier.cc', | 74 'base/cert_verifier.cc', |
77 'base/cert_verifier.h', | 75 'base/cert_verifier.h', |
(...skipping 1418 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1496 '../base/base.gyp:base', | 1494 '../base/base.gyp:base', |
1497 '../base/base.gyp:test_support_base', | 1495 '../base/base.gyp:test_support_base', |
1498 '../testing/gtest.gyp:gtest', | 1496 '../testing/gtest.gyp:gtest', |
1499 ], | 1497 ], |
1500 'export_dependent_settings': [ | 1498 'export_dependent_settings': [ |
1501 '../base/base.gyp:base', | 1499 '../base/base.gyp:base', |
1502 '../base/base.gyp:test_support_base', | 1500 '../base/base.gyp:test_support_base', |
1503 '../testing/gtest.gyp:gtest', | 1501 '../testing/gtest.gyp:gtest', |
1504 ], | 1502 ], |
1505 'sources': [ | 1503 'sources': [ |
| 1504 'base/capturing_net_log.cc', |
| 1505 'base/capturing_net_log.h', |
1506 'base/cert_test_util.cc', | 1506 'base/cert_test_util.cc', |
1507 'base/cert_test_util.h', | 1507 'base/cert_test_util.h', |
1508 'base/mock_cert_verifier.cc', | 1508 'base/mock_cert_verifier.cc', |
1509 'base/mock_cert_verifier.h', | 1509 'base/mock_cert_verifier.h', |
1510 'base/mock_file_stream.cc', | 1510 'base/mock_file_stream.cc', |
1511 'base/mock_file_stream.h', | 1511 'base/mock_file_stream.h', |
1512 'base/mock_host_resolver.cc', | 1512 'base/mock_host_resolver.cc', |
1513 'base/mock_host_resolver.h', | 1513 'base/mock_host_resolver.h', |
1514 'base/net_test_suite.cc', | 1514 'base/net_test_suite.cc', |
1515 'base/net_test_suite.h', | 1515 'base/net_test_suite.h', |
(...skipping 399 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1915 'tools/dump_cache/url_to_filename_encoder.cc', | 1915 'tools/dump_cache/url_to_filename_encoder.cc', |
1916 'tools/dump_cache/url_to_filename_encoder.h', | 1916 'tools/dump_cache/url_to_filename_encoder.h', |
1917 'tools/dump_cache/url_utilities.h', | 1917 'tools/dump_cache/url_utilities.h', |
1918 'tools/dump_cache/url_utilities.cc', | 1918 'tools/dump_cache/url_utilities.cc', |
1919 ], | 1919 ], |
1920 }, | 1920 }, |
1921 ], | 1921 ], |
1922 }], | 1922 }], |
1923 ], | 1923 ], |
1924 } | 1924 } |
OLD | NEW |