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

Side by Side Diff: net/net.gyp

Issue 7529043: Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 'base/listen_socket.h', 121 'base/listen_socket.h',
122 'base/load_flags.h', 122 'base/load_flags.h',
123 'base/load_flags_list.h', 123 'base/load_flags_list.h',
124 'base/load_states.h', 124 'base/load_states.h',
125 'base/mapped_host_resolver.cc', 125 'base/mapped_host_resolver.cc',
126 'base/mapped_host_resolver.h', 126 'base/mapped_host_resolver.h',
127 'base/mime_sniffer.cc', 127 'base/mime_sniffer.cc',
128 'base/mime_sniffer.h', 128 'base/mime_sniffer.h',
129 'base/mime_util.cc', 129 'base/mime_util.cc',
130 'base/mime_util.h', 130 'base/mime_util.h',
131 'base/net_api.h',
132 'base/net_error_list.h', 131 'base/net_error_list.h',
133 'base/net_errors.cc', 132 'base/net_errors.cc',
134 'base/net_errors.h', 133 'base/net_errors.h',
135 'base/net_errors_posix.cc', 134 'base/net_errors_posix.cc',
136 'base/net_errors_win.cc', 135 'base/net_errors_win.cc',
136 'base/net_export.h',
137 'base/net_log.cc', 137 'base/net_log.cc',
138 'base/net_log.h', 138 'base/net_log.h',
139 'base/net_log_event_type_list.h', 139 'base/net_log_event_type_list.h',
140 'base/net_log_source_type_list.h', 140 'base/net_log_source_type_list.h',
141 'base/net_module.cc', 141 'base/net_module.cc',
142 'base/net_module.h', 142 'base/net_module.h',
143 'base/net_util.cc', 143 'base/net_util.cc',
144 'base/net_util.h', 144 'base/net_util.h',
145 'base/net_util_posix.cc', 145 'base/net_util_posix.cc',
146 'base/net_util_win.cc', 146 'base/net_util_win.cc',
(...skipping 1336 matching lines...) Expand 10 before | Expand all | Expand 10 after
1483 'tools/dump_cache/url_to_filename_encoder.cc', 1483 'tools/dump_cache/url_to_filename_encoder.cc',
1484 'tools/dump_cache/url_to_filename_encoder.h', 1484 'tools/dump_cache/url_to_filename_encoder.h',
1485 'tools/dump_cache/url_utilities.h', 1485 'tools/dump_cache/url_utilities.h',
1486 'tools/dump_cache/url_utilities.cc', 1486 'tools/dump_cache/url_utilities.cc',
1487 ], 1487 ],
1488 }, 1488 },
1489 ], 1489 ],
1490 }], 1490 }],
1491 ], 1491 ],
1492 } 1492 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698