| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 118 'base/network_change_notifier_linux.cc', | 118 'base/network_change_notifier_linux.cc', |
| 119 'base/network_change_notifier_linux.h', | 119 'base/network_change_notifier_linux.h', |
| 120 'base/network_change_notifier_mac.cc', | 120 'base/network_change_notifier_mac.cc', |
| 121 'base/network_change_notifier_mac.h', | 121 'base/network_change_notifier_mac.h', |
| 122 'base/network_change_notifier_netlink_linux.cc', | 122 'base/network_change_notifier_netlink_linux.cc', |
| 123 'base/network_change_notifier_netlink_linux.h', | 123 'base/network_change_notifier_netlink_linux.h', |
| 124 'base/network_change_notifier_win.cc', | 124 'base/network_change_notifier_win.cc', |
| 125 'base/network_change_notifier_win.h', | 125 'base/network_change_notifier_win.h', |
| 126 'base/nss_memio.c', | 126 'base/nss_memio.c', |
| 127 'base/nss_memio.h', | 127 'base/nss_memio.h', |
| 128 'base/pem_tokenizer.cc', | |
| 129 'base/pem_tokenizer.h', | |
| 130 'base/platform_mime_util.h', | 128 'base/platform_mime_util.h', |
| 131 # TODO(tc): gnome-vfs? xdgmime? /etc/mime.types? | 129 # TODO(tc): gnome-vfs? xdgmime? /etc/mime.types? |
| 132 'base/platform_mime_util_linux.cc', | 130 'base/platform_mime_util_linux.cc', |
| 133 'base/platform_mime_util_mac.cc', | 131 'base/platform_mime_util_mac.cc', |
| 134 'base/platform_mime_util_win.cc', | 132 'base/platform_mime_util_win.cc', |
| 135 'base/registry_controlled_domain.cc', | 133 'base/registry_controlled_domain.cc', |
| 136 'base/registry_controlled_domain.h', | 134 'base/registry_controlled_domain.h', |
| 137 'base/scoped_cert_chain_context.h', | 135 'base/scoped_cert_chain_context.h', |
| 138 'base/sdch_filter.cc', | 136 'base/sdch_filter.cc', |
| 139 'base/sdch_filter.h', | 137 'base/sdch_filter.h', |
| (...skipping 529 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 669 'base/leak_annotations.h', | 667 'base/leak_annotations.h', |
| 670 'base/listen_socket_unittest.cc', | 668 'base/listen_socket_unittest.cc', |
| 671 'base/listen_socket_unittest.h', | 669 'base/listen_socket_unittest.h', |
| 672 'base/mapped_host_resolver_unittest.cc', | 670 'base/mapped_host_resolver_unittest.cc', |
| 673 'base/mime_sniffer_unittest.cc', | 671 'base/mime_sniffer_unittest.cc', |
| 674 'base/mime_util_unittest.cc', | 672 'base/mime_util_unittest.cc', |
| 675 'base/net_log_unittest.h', | 673 'base/net_log_unittest.h', |
| 676 'base/net_test_constants.h', | 674 'base/net_test_constants.h', |
| 677 'base/net_test_suite.h', | 675 'base/net_test_suite.h', |
| 678 'base/net_util_unittest.cc', | 676 'base/net_util_unittest.cc', |
| 679 'base/pem_tokenizer_unittest.cc', | |
| 680 'base/registry_controlled_domain_unittest.cc', | 677 'base/registry_controlled_domain_unittest.cc', |
| 681 'base/run_all_unittests.cc', | 678 'base/run_all_unittests.cc', |
| 682 'base/sdch_filter_unittest.cc', | 679 'base/sdch_filter_unittest.cc', |
| 683 'base/ssl_client_auth_cache_unittest.cc', | 680 'base/ssl_client_auth_cache_unittest.cc', |
| 684 'base/ssl_config_service_mac_unittest.cc', | 681 'base/ssl_config_service_mac_unittest.cc', |
| 685 'base/ssl_config_service_win_unittest.cc', | 682 'base/ssl_config_service_win_unittest.cc', |
| 686 'base/static_cookie_policy_unittest.cc', | 683 'base/static_cookie_policy_unittest.cc', |
| 687 'base/transport_security_state_unittest.cc', | 684 'base/transport_security_state_unittest.cc', |
| 688 'base/telnet_server_unittest.cc', | 685 'base/telnet_server_unittest.cc', |
| 689 'base/test_certificate_data.h', | 686 'base/test_certificate_data.h', |
| (...skipping 433 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1123 ], | 1120 ], |
| 1124 }], | 1121 }], |
| 1125 ], | 1122 ], |
| 1126 } | 1123 } |
| 1127 | 1124 |
| 1128 # Local Variables: | 1125 # Local Variables: |
| 1129 # tab-width:2 | 1126 # tab-width:2 |
| 1130 # indent-tabs-mode:nil | 1127 # indent-tabs-mode:nil |
| 1131 # End: | 1128 # End: |
| 1132 # vim: set expandtab tabstop=2 shiftwidth=2: | 1129 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |