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

Side by Side Diff: net/net.gyp

Issue 9959033: Move NextProto enum to a new file net/socket/next_proto.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Unwrap short lines. Created 8 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 'linux_link_kerberos%': 0, 9 'linux_link_kerberos%': 0,
10 'conditions': [ 10 'conditions': [
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 'base/network_change_notifier_mac.cc', 190 'base/network_change_notifier_mac.cc',
191 'base/network_change_notifier_mac.h', 191 'base/network_change_notifier_mac.h',
192 'base/network_change_notifier_netlink_linux.cc', 192 'base/network_change_notifier_netlink_linux.cc',
193 'base/network_change_notifier_netlink_linux.h', 193 'base/network_change_notifier_netlink_linux.h',
194 'base/network_change_notifier_win.cc', 194 'base/network_change_notifier_win.cc',
195 'base/network_change_notifier_win.h', 195 'base/network_change_notifier_win.h',
196 'base/network_config_watcher_mac.cc', 196 'base/network_config_watcher_mac.cc',
197 'base/network_config_watcher_mac.h', 197 'base/network_config_watcher_mac.h',
198 'base/network_delegate.cc', 198 'base/network_delegate.cc',
199 'base/network_delegate.h', 199 'base/network_delegate.h',
200 'base/next_proto.h',
200 'base/nss_memio.c', 201 'base/nss_memio.c',
201 'base/nss_memio.h', 202 'base/nss_memio.h',
202 'base/openssl_memory_private_key_store.cc', 203 'base/openssl_memory_private_key_store.cc',
203 'base/openssl_private_key_store.h', 204 'base/openssl_private_key_store.h',
204 'base/openssl_private_key_store_android.cc', 205 'base/openssl_private_key_store_android.cc',
205 'base/pem_tokenizer.cc', 206 'base/pem_tokenizer.cc',
206 'base/pem_tokenizer.h', 207 'base/pem_tokenizer.h',
207 'base/platform_mime_util.h', 208 'base/platform_mime_util.h',
208 # TODO(tc): gnome-vfs? xdgmime? /etc/mime.types? 209 # TODO(tc): gnome-vfs? xdgmime? /etc/mime.types?
209 'base/platform_mime_util_linux.cc', 210 'base/platform_mime_util_linux.cc',
(...skipping 1671 matching lines...) Expand 10 before | Expand all | Expand 10 after
1881 'tools/dump_cache/url_to_filename_encoder.cc', 1882 'tools/dump_cache/url_to_filename_encoder.cc',
1882 'tools/dump_cache/url_to_filename_encoder.h', 1883 'tools/dump_cache/url_to_filename_encoder.h',
1883 'tools/dump_cache/url_utilities.h', 1884 'tools/dump_cache/url_utilities.h',
1884 'tools/dump_cache/url_utilities.cc', 1885 'tools/dump_cache/url_utilities.cc',
1885 ], 1886 ],
1886 }, 1887 },
1887 ], 1888 ],
1888 }], 1889 }],
1889 ], 1890 ],
1890 } 1891 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698