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 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
209 'base/file_stream.cc', | 209 'base/file_stream.cc', |
210 'base/file_stream.h', | 210 'base/file_stream.h', |
211 'base/file_stream_context.cc', | 211 'base/file_stream_context.cc', |
212 'base/file_stream_context.h', | 212 'base/file_stream_context.h', |
213 'base/file_stream_context_posix.cc', | 213 'base/file_stream_context_posix.cc', |
214 'base/file_stream_context_win.cc', | 214 'base/file_stream_context_win.cc', |
215 'base/filename_util.cc', | 215 'base/filename_util.cc', |
216 'base/filename_util.h', | 216 'base/filename_util.h', |
217 'base/filename_util_internal.cc', | 217 'base/filename_util_internal.cc', |
218 'base/filename_util_internal.h', | 218 'base/filename_util_internal.h', |
219 'base/filename_util_unsafe.cc', | |
220 'base/filename_util_unsafe.h', | |
221 'base/host_mapping_rules.cc', | 219 'base/host_mapping_rules.cc', |
222 'base/host_mapping_rules.h', | 220 'base/host_mapping_rules.h', |
223 'base/int128.cc', | 221 'base/int128.cc', |
224 'base/int128.h', | 222 'base/int128.h', |
225 'base/iovec.h', | 223 'base/iovec.h', |
226 'base/ip_pattern.cc', | 224 'base/ip_pattern.cc', |
227 'base/ip_pattern.h', | 225 'base/ip_pattern.h', |
228 'base/keygen_handler.cc', | 226 'base/keygen_handler.cc', |
229 'base/keygen_handler.h', | 227 'base/keygen_handler.h', |
230 'base/keygen_handler_mac.cc', | 228 'base/keygen_handler_mac.cc', |
(...skipping 1550 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1781 'base/mac/url_conversions_unittest.mm', | 1779 'base/mac/url_conversions_unittest.mm', |
1782 ], | 1780 ], |
1783 'net_docs_script': 'tools/net_docs/net_docs.py', | 1781 'net_docs_script': 'tools/net_docs/net_docs.py', |
1784 'net_docs_sources': [ | 1782 'net_docs_sources': [ |
1785 'README.md', | 1783 'README.md', |
1786 'sdch/README.md', | 1784 'sdch/README.md', |
1787 ], | 1785 ], |
1788 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', | 1786 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', |
1789 } | 1787 } |
1790 } | 1788 } |
OLD | NEW |