| 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 229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 240 'base/keygen_handler_openssl.cc', | 240 'base/keygen_handler_openssl.cc', |
| 241 'base/keygen_handler_win.cc', | 241 'base/keygen_handler_win.cc', |
| 242 # TODO(tc): gnome-vfs? xdgmime? /etc/mime.types? | 242 # TODO(tc): gnome-vfs? xdgmime? /etc/mime.types? |
| 243 'base/layered_network_delegate.cc', | 243 'base/layered_network_delegate.cc', |
| 244 'base/layered_network_delegate.h', | 244 'base/layered_network_delegate.h', |
| 245 'base/linked_hash_map.h', | 245 'base/linked_hash_map.h', |
| 246 'base/load_flags.h', | 246 'base/load_flags.h', |
| 247 'base/load_flags_list.h', | 247 'base/load_flags_list.h', |
| 248 'base/load_states.h', | 248 'base/load_states.h', |
| 249 'base/load_states_list.h', | 249 'base/load_states_list.h', |
| 250 'base/mime_extension_chromeos.cc', |
| 251 'base/mime_extension_chromeos.h', |
| 250 'base/mime_sniffer.cc', | 252 'base/mime_sniffer.cc', |
| 251 'base/mime_sniffer.h', | 253 'base/mime_sniffer.h', |
| 252 'base/mime_util.cc', | 254 'base/mime_util.cc', |
| 253 'base/mime_util.h', | 255 'base/mime_util.h', |
| 254 'base/net_errors_win.cc', | 256 'base/net_errors_win.cc', |
| 255 'base/net_info_source_list.h', | 257 'base/net_info_source_list.h', |
| 256 'base/net_util_linux.cc', | 258 'base/net_util_linux.cc', |
| 257 'base/net_util_mac.cc', | 259 'base/net_util_mac.cc', |
| 258 'base/net_util_win.cc', | 260 'base/net_util_win.cc', |
| 259 'base/network_activity_monitor.cc', | 261 'base/network_activity_monitor.cc', |
| (...skipping 1549 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1809 'base/mac/url_conversions_unittest.mm', | 1811 'base/mac/url_conversions_unittest.mm', |
| 1810 ], | 1812 ], |
| 1811 'net_docs_script': 'tools/net_docs/net_docs.py', | 1813 'net_docs_script': 'tools/net_docs/net_docs.py', |
| 1812 'net_docs_sources': [ | 1814 'net_docs_sources': [ |
| 1813 'README.md', | 1815 'README.md', |
| 1814 'sdch/README.md', | 1816 'sdch/README.md', |
| 1815 ], | 1817 ], |
| 1816 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', | 1818 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', |
| 1817 } | 1819 } |
| 1818 } | 1820 } |
| OLD | NEW |