| 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 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 102 'base/dnssec_chain_verifier.cc', | 102 'base/dnssec_chain_verifier.cc', |
| 103 'base/dnssec_chain_verifier.h', | 103 'base/dnssec_chain_verifier.h', |
| 104 'base/dnssec_keyset.cc', | 104 'base/dnssec_keyset.cc', |
| 105 'base/dnssec_keyset.h', | 105 'base/dnssec_keyset.h', |
| 106 'base/escape.cc', | 106 'base/escape.cc', |
| 107 'base/escape.h', | 107 'base/escape.h', |
| 108 'base/escape_icu.cc', | 108 'base/escape_icu.cc', |
| 109 'base/expiring_cache.h', | 109 'base/expiring_cache.h', |
| 110 'base/ev_root_ca_metadata.cc', | 110 'base/ev_root_ca_metadata.cc', |
| 111 'base/ev_root_ca_metadata.h', | 111 'base/ev_root_ca_metadata.h', |
| 112 'base/file_path_watcher_callback.cc', |
| 113 'base/file_path_watcher_callback.h', |
| 112 'base/file_stream.cc', | 114 'base/file_stream.cc', |
| 113 'base/file_stream.h', | 115 'base/file_stream.h', |
| 114 'base/file_stream_metrics.cc', | 116 'base/file_stream_metrics.cc', |
| 115 'base/file_stream_metrics.h', | 117 'base/file_stream_metrics.h', |
| 116 'base/file_stream_metrics_posix.cc', | 118 'base/file_stream_metrics_posix.cc', |
| 117 'base/file_stream_metrics_win.cc', | 119 'base/file_stream_metrics_win.cc', |
| 118 'base/file_stream_net_log_parameters.cc', | 120 'base/file_stream_net_log_parameters.cc', |
| 119 'base/file_stream_net_log_parameters.h', | 121 'base/file_stream_net_log_parameters.h', |
| 120 'base/file_stream_posix.cc', | 122 'base/file_stream_posix.cc', |
| 121 'base/file_stream_posix.h', | 123 'base/file_stream_posix.h', |
| (...skipping 1617 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1739 'tools/dump_cache/url_to_filename_encoder.cc', | 1741 'tools/dump_cache/url_to_filename_encoder.cc', |
| 1740 'tools/dump_cache/url_to_filename_encoder.h', | 1742 'tools/dump_cache/url_to_filename_encoder.h', |
| 1741 'tools/dump_cache/url_utilities.h', | 1743 'tools/dump_cache/url_utilities.h', |
| 1742 'tools/dump_cache/url_utilities.cc', | 1744 'tools/dump_cache/url_utilities.cc', |
| 1743 ], | 1745 ], |
| 1744 }, | 1746 }, |
| 1745 ], | 1747 ], |
| 1746 }], | 1748 }], |
| 1747 ], | 1749 ], |
| 1748 } | 1750 } |
| OLD | NEW |