| OLD | NEW | 
|---|
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 91         'base/dns_util.cc', | 91         'base/dns_util.cc', | 
| 92         'base/dns_util.h', | 92         'base/dns_util.h', | 
| 93         'base/dnsrr_resolver.cc', | 93         'base/dnsrr_resolver.cc', | 
| 94         'base/dnsrr_resolver.h', | 94         'base/dnsrr_resolver.h', | 
| 95         'base/escape.cc', | 95         'base/escape.cc', | 
| 96         'base/escape.h', | 96         'base/escape.h', | 
| 97         'base/escape_icu.cc', | 97         'base/escape_icu.cc', | 
| 98         'base/ev_root_ca_metadata.cc', | 98         'base/ev_root_ca_metadata.cc', | 
| 99         'base/ev_root_ca_metadata.h', | 99         'base/ev_root_ca_metadata.h', | 
| 100         'base/file_stream.h', | 100         'base/file_stream.h', | 
|  | 101         'base/file_stream_metrics.h', | 
|  | 102         'base/file_stream_metrics.cc', | 
|  | 103         'base/file_stream_metrics_posix.cc', | 
|  | 104         'base/file_stream_metrics_win.cc', | 
| 101         'base/file_stream_posix.cc', | 105         'base/file_stream_posix.cc', | 
| 102         'base/file_stream_win.cc', | 106         'base/file_stream_win.cc', | 
| 103         'base/filter.cc', | 107         'base/filter.cc', | 
| 104         'base/filter.h', | 108         'base/filter.h', | 
| 105         'base/gzip_filter.cc', | 109         'base/gzip_filter.cc', | 
| 106         'base/gzip_filter.h', | 110         'base/gzip_filter.h', | 
| 107         'base/gzip_header.cc', | 111         'base/gzip_header.cc', | 
| 108         'base/gzip_header.h', | 112         'base/gzip_header.h', | 
| 109         'base/host_cache.cc', | 113         'base/host_cache.cc', | 
| 110         'base/host_cache.h', | 114         'base/host_cache.h', | 
| (...skipping 1433 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 1544             'tools/dump_cache/url_to_filename_encoder.cc', | 1548             'tools/dump_cache/url_to_filename_encoder.cc', | 
| 1545             'tools/dump_cache/url_to_filename_encoder.h', | 1549             'tools/dump_cache/url_to_filename_encoder.h', | 
| 1546             'tools/dump_cache/url_utilities.h', | 1550             'tools/dump_cache/url_utilities.h', | 
| 1547             'tools/dump_cache/url_utilities.cc', | 1551             'tools/dump_cache/url_utilities.cc', | 
| 1548           ], | 1552           ], | 
| 1549         }, | 1553         }, | 
| 1550       ], | 1554       ], | 
| 1551     }], | 1555     }], | 
| 1552   ], | 1556   ], | 
| 1553 } | 1557 } | 
| OLD | NEW | 
|---|