| 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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 79 'base/dnssec_keyset.h', | 79 'base/dnssec_keyset.h', |
| 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.cc', |
| 89 'base/file_stream.h', | 90 'base/file_stream.h', |
| 90 'base/file_stream_posix.cc', | 91 'base/file_stream_posix.cc', |
| 91 'base/file_stream_win.cc', | 92 'base/file_stream_win.cc', |
| 92 'base/filter.cc', | 93 'base/filter.cc', |
| 93 'base/filter.h', | 94 'base/filter.h', |
| 94 'base/gzip_filter.cc', | 95 'base/gzip_filter.cc', |
| 95 'base/gzip_filter.h', | 96 'base/gzip_filter.h', |
| 96 'base/gzip_header.cc', | 97 'base/gzip_header.cc', |
| 97 'base/gzip_header.h', | 98 'base/gzip_header.h', |
| 98 'base/host_cache.cc', | 99 'base/host_cache.cc', |
| (...skipping 1384 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1483 'tools/dump_cache/url_to_filename_encoder.cc', | 1484 'tools/dump_cache/url_to_filename_encoder.cc', |
| 1484 'tools/dump_cache/url_to_filename_encoder.h', | 1485 'tools/dump_cache/url_to_filename_encoder.h', |
| 1485 'tools/dump_cache/url_utilities.h', | 1486 'tools/dump_cache/url_utilities.h', |
| 1486 'tools/dump_cache/url_utilities.cc', | 1487 'tools/dump_cache/url_utilities.cc', |
| 1487 ], | 1488 ], |
| 1488 }, | 1489 }, |
| 1489 ], | 1490 ], |
| 1490 }], | 1491 }], |
| 1491 ], | 1492 ], |
| 1492 } | 1493 } |
| OLD | NEW |