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

Side by Side Diff: net/net.gypi

Issue 1831383002: Add SocketWatcherFactory as a helper class to NQE (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 years, 8 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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 'base/openssl_private_key_store_memory.cc', 55 'base/openssl_private_key_store_memory.cc',
56 'base/parse_number.cc', 56 'base/parse_number.cc',
57 'base/parse_number.h', 57 'base/parse_number.h',
58 'base/port_util.cc', 58 'base/port_util.cc',
59 'base/port_util.h', 59 'base/port_util.h',
60 'base/rand_callback.h', 60 'base/rand_callback.h',
61 'base/registry_controlled_domains/registry_controlled_domain.cc', 61 'base/registry_controlled_domains/registry_controlled_domain.cc',
62 'base/registry_controlled_domains/registry_controlled_domain.h', 62 'base/registry_controlled_domains/registry_controlled_domain.h',
63 'base/sockaddr_storage.cc', 63 'base/sockaddr_storage.cc',
64 'base/sockaddr_storage.h', 64 'base/sockaddr_storage.h',
65 'base/socket_performance_watcher.cc',
66 'base/socket_performance_watcher.h', 65 'base/socket_performance_watcher.h',
67 'base/socket_performance_watcher_factory.h', 66 'base/socket_performance_watcher_factory.h',
68 'base/sys_addrinfo.h', 67 'base/sys_addrinfo.h',
69 'base/url_util.cc', 68 'base/url_util.cc',
70 'base/url_util.h', 69 'base/url_util.h',
71 'base/zap.cc', 70 'base/zap.cc',
72 'base/zap.h', 71 'base/zap.h',
73 'cert/asn1_util.cc', 72 'cert/asn1_util.cc',
74 'cert/asn1_util.h', 73 'cert/asn1_util.h',
75 'cert/cert_database.cc', 74 'cert/cert_database.cc',
(...skipping 1932 matching lines...) Expand 10 before | Expand all | Expand 10 after
2008 'docs/bug-triage-labels.md', 2007 'docs/bug-triage-labels.md',
2009 'docs/bug-triage-suggested-workflow.md', 2008 'docs/bug-triage-suggested-workflow.md',
2010 'docs/code-patterns.md', 2009 'docs/code-patterns.md',
2011 'docs/crash-course-in-net-internals.md', 2010 'docs/crash-course-in-net-internals.md',
2012 'docs/life-of-a-url-request.md', 2011 'docs/life-of-a-url-request.md',
2013 'sdch/README.md', 2012 'sdch/README.md',
2014 ], 2013 ],
2015 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 2014 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
2016 } 2015 }
2017 } 2016 }
OLDNEW
« no previous file with comments | « net/base/socket_performance_watcher_factory.h ('k') | net/quic/quic_network_transaction_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698