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 1818 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1829 'net_base_mac_ios_sources': [ | 1829 'net_base_mac_ios_sources': [ |
1830 'base/mac/url_conversions.h', | 1830 'base/mac/url_conversions.h', |
1831 'base/mac/url_conversions.mm', | 1831 'base/mac/url_conversions.mm', |
1832 ], | 1832 ], |
1833 'net_base_test_mac_ios_sources': [ | 1833 'net_base_test_mac_ios_sources': [ |
1834 'base/mac/url_conversions_unittest.mm', | 1834 'base/mac/url_conversions_unittest.mm', |
1835 ], | 1835 ], |
1836 'net_docs_script': 'tools/net_docs/net_docs.py', | 1836 'net_docs_script': 'tools/net_docs/net_docs.py', |
1837 'net_docs_sources': [ | 1837 'net_docs_sources': [ |
1838 'README.md', | 1838 'README.md', |
| 1839 'docs/bug-triage.md', |
| 1840 'docs/bug-triage-labels.md', |
| 1841 'docs/bug-triage-suggested-workflow.md', |
| 1842 'docs/life-of-a-url-request.md', |
1839 'sdch/README.md', | 1843 'sdch/README.md', |
1840 ], | 1844 ], |
1841 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', | 1845 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', |
1842 } | 1846 } |
1843 } | 1847 } |
OLD | NEW |