| 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 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 167 'base/nss_memio.h', | 167 'base/nss_memio.h', |
| 168 'base/openssl_memory_private_key_store.cc', | 168 'base/openssl_memory_private_key_store.cc', |
| 169 'base/openssl_private_key_store.h', | 169 'base/openssl_private_key_store.h', |
| 170 'base/pem_tokenizer.cc', | 170 'base/pem_tokenizer.cc', |
| 171 'base/pem_tokenizer.h', | 171 'base/pem_tokenizer.h', |
| 172 'base/platform_mime_util.h', | 172 'base/platform_mime_util.h', |
| 173 # TODO(tc): gnome-vfs? xdgmime? /etc/mime.types? | 173 # TODO(tc): gnome-vfs? xdgmime? /etc/mime.types? |
| 174 'base/platform_mime_util_linux.cc', | 174 'base/platform_mime_util_linux.cc', |
| 175 'base/platform_mime_util_mac.cc', | 175 'base/platform_mime_util_mac.cc', |
| 176 'base/platform_mime_util_win.cc', | 176 'base/platform_mime_util_win.cc', |
| 177 'base/rand_callback.h', |
| 177 'base/registry_controlled_domain.cc', | 178 'base/registry_controlled_domain.cc', |
| 178 'base/registry_controlled_domain.h', | 179 'base/registry_controlled_domain.h', |
| 179 'base/scoped_cert_chain_context.h', | 180 'base/scoped_cert_chain_context.h', |
| 180 'base/sdch_filter.cc', | 181 'base/sdch_filter.cc', |
| 181 'base/sdch_filter.h', | 182 'base/sdch_filter.h', |
| 182 'base/sdch_manager.cc', | 183 'base/sdch_manager.cc', |
| 183 'base/sdch_manager.h', | 184 'base/sdch_manager.h', |
| 184 'base/single_request_host_resolver.cc', | 185 'base/single_request_host_resolver.cc', |
| 185 'base/single_request_host_resolver.h', | 186 'base/single_request_host_resolver.h', |
| 186 'base/ssl_cert_request_info.cc', | 187 'base/ssl_cert_request_info.cc', |
| (...skipping 1265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1452 ], | 1453 ], |
| 1453 }], | 1454 }], |
| 1454 ], | 1455 ], |
| 1455 } | 1456 } |
| 1456 | 1457 |
| 1457 # Local Variables: | 1458 # Local Variables: |
| 1458 # tab-width:2 | 1459 # tab-width:2 |
| 1459 # indent-tabs-mode:nil | 1460 # indent-tabs-mode:nil |
| 1460 # End: | 1461 # End: |
| 1461 # vim: set expandtab tabstop=2 shiftwidth=2: | 1462 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |