Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1107)

Side by Side Diff: net/net.gypi

Issue 868843002: net docs: Barebones doc renderer and net_docs target. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Split install-build-deps.sh change into another CL; remove debugging print statement. Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698