Chromium Code Reviews| 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 1757 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1768 'tools/quic/test_tools/simple_client.h', | 1768 'tools/quic/test_tools/simple_client.h', |
| 1769 'tools/quic/test_tools/simple_client.cc', | 1769 'tools/quic/test_tools/simple_client.cc', |
| 1770 ], | 1770 ], |
| 1771 'net_base_mac_ios_sources': [ | 1771 'net_base_mac_ios_sources': [ |
| 1772 'base/mac/url_conversions.h', | 1772 'base/mac/url_conversions.h', |
| 1773 'base/mac/url_conversions.mm', | 1773 'base/mac/url_conversions.mm', |
| 1774 ], | 1774 ], |
| 1775 'net_base_test_mac_ios_sources': [ | 1775 'net_base_test_mac_ios_sources': [ |
| 1776 'base/mac/url_conversions_unittest.mm', | 1776 'base/mac/url_conversions_unittest.mm', |
| 1777 ], | 1777 ], |
| 1778 'net_docs_script': 'tools/net_docs/net_docs.py', | |
| 1779 'net_docs_sources': [ | |
| 1780 'README.md', | |
| 1781 ], | |
| 1782 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', | |
|
Randy Smith (Not in Mondays)
2015/01/23 15:04:18
My instinct looking at this file is that it's not
Deprecated (see juliatuttle)
2015/01/23 20:13:00
It should be here; the expectation is that in the
| |
| 1778 } | 1783 } |
| 1779 } | 1784 } |
| OLD | NEW |