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 258 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
269 'base/network_change_notifier_win.h', | 269 'base/network_change_notifier_win.h', |
270 'base/network_config_watcher_mac.cc', | 270 'base/network_config_watcher_mac.cc', |
271 'base/network_config_watcher_mac.h', | 271 'base/network_config_watcher_mac.h', |
272 'base/network_delegate.cc', | 272 'base/network_delegate.cc', |
273 'base/network_delegate.h', | 273 'base/network_delegate.h', |
274 'base/network_delegate_impl.cc', | 274 'base/network_delegate_impl.cc', |
275 'base/network_delegate_impl.h', | 275 'base/network_delegate_impl.h', |
276 'base/nss_memio.c', | 276 'base/nss_memio.c', |
277 'base/nss_memio.h', | 277 'base/nss_memio.h', |
278 'base/platform_mime_util.h', | 278 'base/platform_mime_util.h', |
| 279 'base/platform_mime_util_chromeos.cc', |
279 'base/platform_mime_util_linux.cc', | 280 'base/platform_mime_util_linux.cc', |
280 'base/platform_mime_util_mac.mm', | 281 'base/platform_mime_util_mac.mm', |
281 'base/platform_mime_util_win.cc', | 282 'base/platform_mime_util_win.cc', |
282 'base/prioritized_dispatcher.cc', | 283 'base/prioritized_dispatcher.cc', |
283 'base/prioritized_dispatcher.h', | 284 'base/prioritized_dispatcher.h', |
284 'base/priority_queue.h', | 285 'base/priority_queue.h', |
285 'base/proxy_delegate.h', | 286 'base/proxy_delegate.h', |
286 'base/request_priority.cc', | 287 'base/request_priority.cc', |
287 'base/request_priority.h', | 288 'base/request_priority.h', |
288 'base/sdch_dictionary.cc', | 289 'base/sdch_dictionary.cc', |
(...skipping 1520 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1809 'base/mac/url_conversions_unittest.mm', | 1810 'base/mac/url_conversions_unittest.mm', |
1810 ], | 1811 ], |
1811 'net_docs_script': 'tools/net_docs/net_docs.py', | 1812 'net_docs_script': 'tools/net_docs/net_docs.py', |
1812 'net_docs_sources': [ | 1813 'net_docs_sources': [ |
1813 'README.md', | 1814 'README.md', |
1814 'sdch/README.md', | 1815 'sdch/README.md', |
1815 ], | 1816 ], |
1816 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', | 1817 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', |
1817 } | 1818 } |
1818 } | 1819 } |
OLD | NEW |