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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
104 'base/escape.cc', | 104 'base/escape.cc', |
105 'base/escape.h', | 105 'base/escape.h', |
106 'base/escape_icu.cc', | 106 'base/escape_icu.cc', |
107 'base/ev_root_ca_metadata.cc', | 107 'base/ev_root_ca_metadata.cc', |
108 'base/ev_root_ca_metadata.h', | 108 'base/ev_root_ca_metadata.h', |
109 'base/file_stream.h', | 109 'base/file_stream.h', |
110 'base/file_stream_metrics.cc', | 110 'base/file_stream_metrics.cc', |
111 'base/file_stream_metrics.h', | 111 'base/file_stream_metrics.h', |
112 'base/file_stream_metrics_posix.cc', | 112 'base/file_stream_metrics_posix.cc', |
113 'base/file_stream_metrics_win.cc', | 113 'base/file_stream_metrics_win.cc', |
| 114 'base/file_stream_net_log_parameters.cc', |
| 115 'base/file_stream_net_log_parameters.h', |
114 'base/file_stream_posix.cc', | 116 'base/file_stream_posix.cc', |
115 'base/file_stream_win.cc', | 117 'base/file_stream_win.cc', |
116 'base/filter.cc', | 118 'base/filter.cc', |
117 'base/filter.h', | 119 'base/filter.h', |
118 'base/gzip_filter.cc', | 120 'base/gzip_filter.cc', |
119 'base/gzip_filter.h', | 121 'base/gzip_filter.h', |
120 'base/gzip_header.cc', | 122 'base/gzip_header.cc', |
121 'base/gzip_header.h', | 123 'base/gzip_header.h', |
122 'base/host_cache.cc', | 124 'base/host_cache.cc', |
123 'base/host_cache.h', | 125 'base/host_cache.h', |
(...skipping 1596 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1720 'tools/dump_cache/url_to_filename_encoder.cc', | 1722 'tools/dump_cache/url_to_filename_encoder.cc', |
1721 'tools/dump_cache/url_to_filename_encoder.h', | 1723 'tools/dump_cache/url_to_filename_encoder.h', |
1722 'tools/dump_cache/url_utilities.h', | 1724 'tools/dump_cache/url_utilities.h', |
1723 'tools/dump_cache/url_utilities.cc', | 1725 'tools/dump_cache/url_utilities.cc', |
1724 ], | 1726 ], |
1725 }, | 1727 }, |
1726 ], | 1728 ], |
1727 }], | 1729 }], |
1728 ], | 1730 ], |
1729 } | 1731 } |
OLD | NEW |