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

Side by Side Diff: net/net.gypi

Issue 1320933003: Writeup summary of common netstack coding patterns. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Incorporate comments, discuss single threading in various forms. Created 5 years, 3 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
« net/docs/code-patterns.md ('K') | « net/docs/code-patterns.md ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1855 matching lines...) Expand 10 before | Expand all | Expand 10 after
1866 ], 1866 ],
1867 'net_base_test_mac_ios_sources': [ 1867 'net_base_test_mac_ios_sources': [
1868 'base/mac/url_conversions_unittest.mm', 1868 'base/mac/url_conversions_unittest.mm',
1869 ], 1869 ],
1870 'net_docs_script': 'tools/net_docs/net_docs.py', 1870 'net_docs_script': 'tools/net_docs/net_docs.py',
1871 'net_docs_sources': [ 1871 'net_docs_sources': [
1872 'README.md', 1872 'README.md',
1873 'docs/bug-triage.md', 1873 'docs/bug-triage.md',
1874 'docs/bug-triage-labels.md', 1874 'docs/bug-triage-labels.md',
1875 'docs/bug-triage-suggested-workflow.md', 1875 'docs/bug-triage-suggested-workflow.md',
1876 'docs/code-patterns.md',
1876 'docs/life-of-a-url-request.md', 1877 'docs/life-of-a-url-request.md',
1877 'sdch/README.md', 1878 'sdch/README.md',
1878 ], 1879 ],
1879 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1880 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1880 } 1881 }
1881 } 1882 }
OLDNEW
« net/docs/code-patterns.md ('K') | « net/docs/code-patterns.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698