OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 # This file is shared between the regular GYP build, the NaCl GYP build, and | 5 # This file is shared between the regular GYP build, the NaCl GYP build, and |
6 # the GN build. For GN support, it must have no conditionals or anything like | 6 # the GN build. For GN support, it must have no conditionals or anything like |
7 # that beyond the simple one-level-deep dictionary of values. | 7 # that beyond the simple one-level-deep dictionary of values. |
8 { | 8 { |
9 'variables': { | 9 'variables': { |
10 # Subset of net source files that are compiled for NaCl (net_nacl target). | 10 # Subset of net source files that are compiled for NaCl (net_nacl target). |
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
233 'base/keygen_handler_mac.cc', | 233 'base/keygen_handler_mac.cc', |
234 'base/keygen_handler_nss.cc', | 234 'base/keygen_handler_nss.cc', |
235 'base/keygen_handler_openssl.cc', | 235 'base/keygen_handler_openssl.cc', |
236 'base/keygen_handler_win.cc', | 236 'base/keygen_handler_win.cc', |
237 # TODO(tc): gnome-vfs? xdgmime? /etc/mime.types? | 237 # TODO(tc): gnome-vfs? xdgmime? /etc/mime.types? |
238 'base/layered_network_delegate.cc', | 238 'base/layered_network_delegate.cc', |
239 'base/layered_network_delegate.h', | 239 'base/layered_network_delegate.h', |
240 'base/linked_hash_map.h', | 240 'base/linked_hash_map.h', |
241 'base/load_flags.h', | 241 'base/load_flags.h', |
242 'base/load_flags_list.h', | 242 'base/load_flags_list.h', |
| 243 'base/load_state_change_coalescer.cc', |
| 244 'base/load_state_change_coalescer.h', |
243 'base/load_states.h', | 245 'base/load_states.h', |
244 'base/load_states_list.h', | 246 'base/load_states_list.h', |
245 'base/mime_sniffer.cc', | 247 'base/mime_sniffer.cc', |
246 'base/mime_sniffer.h', | 248 'base/mime_sniffer.h', |
247 'base/mime_util.cc', | 249 'base/mime_util.cc', |
248 'base/mime_util.h', | 250 'base/mime_util.h', |
249 'base/net_errors_win.cc', | 251 'base/net_errors_win.cc', |
250 'base/net_info_source_list.h', | 252 'base/net_info_source_list.h', |
251 'base/net_log_logger.cc', | 253 'base/net_log_logger.cc', |
252 'base/net_log_logger.h', | 254 'base/net_log_logger.h', |
(...skipping 1018 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1271 'base/expiring_cache_unittest.cc', | 1273 'base/expiring_cache_unittest.cc', |
1272 'base/file_stream_unittest.cc', | 1274 'base/file_stream_unittest.cc', |
1273 'base/filename_util_unittest.cc', | 1275 'base/filename_util_unittest.cc', |
1274 'base/host_mapping_rules_unittest.cc', | 1276 'base/host_mapping_rules_unittest.cc', |
1275 'base/host_port_pair_unittest.cc', | 1277 'base/host_port_pair_unittest.cc', |
1276 'base/int128_unittest.cc', | 1278 'base/int128_unittest.cc', |
1277 'base/ip_endpoint_unittest.cc', | 1279 'base/ip_endpoint_unittest.cc', |
1278 'base/ip_pattern_unittest.cc', | 1280 'base/ip_pattern_unittest.cc', |
1279 'base/keygen_handler_unittest.cc', | 1281 'base/keygen_handler_unittest.cc', |
1280 'base/layered_network_delegate_unittest.cc', | 1282 'base/layered_network_delegate_unittest.cc', |
| 1283 'base/load_state_change_coalescer_unittest.cc', |
1281 'base/mime_sniffer_unittest.cc', | 1284 'base/mime_sniffer_unittest.cc', |
1282 'base/mime_util_unittest.cc', | 1285 'base/mime_util_unittest.cc', |
1283 'base/net_log_logger_unittest.cc', | 1286 'base/net_log_logger_unittest.cc', |
1284 'base/net_log_unittest.cc', | 1287 'base/net_log_unittest.cc', |
1285 'base/net_log_unittest.h', | 1288 'base/net_log_unittest.h', |
1286 'base/net_log_util_unittest.cc', | 1289 'base/net_log_util_unittest.cc', |
1287 'base/net_util_icu_unittest.cc', | 1290 'base/net_util_icu_unittest.cc', |
1288 'base/net_util_unittest.cc', | 1291 'base/net_util_unittest.cc', |
1289 'base/network_activity_monitor_unittest.cc', | 1292 'base/network_activity_monitor_unittest.cc', |
1290 'base/network_change_notifier_unittest.cc', | 1293 'base/network_change_notifier_unittest.cc', |
(...skipping 487 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1778 'base/mac/url_conversions_unittest.mm', | 1781 'base/mac/url_conversions_unittest.mm', |
1779 ], | 1782 ], |
1780 'net_docs_script': 'tools/net_docs/net_docs.py', | 1783 'net_docs_script': 'tools/net_docs/net_docs.py', |
1781 'net_docs_sources': [ | 1784 'net_docs_sources': [ |
1782 'README.md', | 1785 'README.md', |
1783 'sdch/README.md', | 1786 'sdch/README.md', |
1784 ], | 1787 ], |
1785 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', | 1788 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', |
1786 } | 1789 } |
1787 } | 1790 } |
OLD | NEW |