| 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   'targets': [ | 9   'targets': [ | 
| 10     { | 10     { | 
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 80         'base/dns_util.cc', | 80         'base/dns_util.cc', | 
| 81         'base/dns_util.h', | 81         'base/dns_util.h', | 
| 82         'base/dnsrr_resolver.cc', | 82         'base/dnsrr_resolver.cc', | 
| 83         'base/dnsrr_resolver.h', | 83         'base/dnsrr_resolver.h', | 
| 84         'base/escape.cc', | 84         'base/escape.cc', | 
| 85         'base/escape.h', | 85         'base/escape.h', | 
| 86         'base/escape_icu.cc', | 86         'base/escape_icu.cc', | 
| 87         'base/ev_root_ca_metadata.cc', | 87         'base/ev_root_ca_metadata.cc', | 
| 88         'base/ev_root_ca_metadata.h', | 88         'base/ev_root_ca_metadata.h', | 
| 89         'base/file_stream.h', | 89         'base/file_stream.h', | 
|  | 90         'base/file_stream_metrics.h', | 
|  | 91         'base/file_stream_metrics.cc', | 
|  | 92         'base/file_stream_metrics_posix.cc', | 
|  | 93         'base/file_stream_metrics_win.cc', | 
| 90         'base/file_stream_posix.cc', | 94         'base/file_stream_posix.cc', | 
| 91         'base/file_stream_win.cc', | 95         'base/file_stream_win.cc', | 
| 92         'base/filter.cc', | 96         'base/filter.cc', | 
| 93         'base/filter.h', | 97         'base/filter.h', | 
| 94         'base/gzip_filter.cc', | 98         'base/gzip_filter.cc', | 
| 95         'base/gzip_filter.h', | 99         'base/gzip_filter.h', | 
| 96         'base/gzip_header.cc', | 100         'base/gzip_header.cc', | 
| 97         'base/gzip_header.h', | 101         'base/gzip_header.h', | 
| 98         'base/host_cache.cc', | 102         'base/host_cache.cc', | 
| 99         'base/host_cache.h', | 103         'base/host_cache.h', | 
| (...skipping 1387 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 1487             'tools/dump_cache/url_to_filename_encoder.cc', | 1491             'tools/dump_cache/url_to_filename_encoder.cc', | 
| 1488             'tools/dump_cache/url_to_filename_encoder.h', | 1492             'tools/dump_cache/url_to_filename_encoder.h', | 
| 1489             'tools/dump_cache/url_utilities.h', | 1493             'tools/dump_cache/url_utilities.h', | 
| 1490             'tools/dump_cache/url_utilities.cc', | 1494             'tools/dump_cache/url_utilities.cc', | 
| 1491           ], | 1495           ], | 
| 1492         }, | 1496         }, | 
| 1493       ], | 1497       ], | 
| 1494     }], | 1498     }], | 
| 1495   ], | 1499   ], | 
| 1496 } | 1500 } | 
| OLD | NEW | 
|---|