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

Side by Side Diff: trunk/src/net/net.gyp

Issue 139263007: Revert 244857 "net: Remove classes which were used only by Chrom..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 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 | Annotate | Revision Log
« no previous file with comments | « trunk/src/net/base/upload_file_element_reader_unittest.cc ('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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'use_tracing_cache_backend%': 0, 10 'use_tracing_cache_backend%': 0,
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 'base/sdch_filter.h', 213 'base/sdch_filter.h',
214 'base/sdch_manager.cc', 214 'base/sdch_manager.cc',
215 'base/sdch_manager.h', 215 'base/sdch_manager.h',
216 'base/static_cookie_policy.cc', 216 'base/static_cookie_policy.cc',
217 'base/static_cookie_policy.h', 217 'base/static_cookie_policy.h',
218 'base/sys_addrinfo.h', 218 'base/sys_addrinfo.h',
219 'base/test_data_stream.cc', 219 'base/test_data_stream.cc',
220 'base/test_data_stream.h', 220 'base/test_data_stream.h',
221 'base/upload_bytes_element_reader.cc', 221 'base/upload_bytes_element_reader.cc',
222 'base/upload_bytes_element_reader.h', 222 'base/upload_bytes_element_reader.h',
223 'base/upload_data.cc',
224 'base/upload_data.h',
223 'base/upload_data_stream.cc', 225 'base/upload_data_stream.cc',
224 'base/upload_data_stream.h', 226 'base/upload_data_stream.h',
225 'base/upload_element.cc', 227 'base/upload_element.cc',
226 'base/upload_element.h', 228 'base/upload_element.h',
227 'base/upload_element_reader.cc', 229 'base/upload_element_reader.cc',
228 'base/upload_element_reader.h', 230 'base/upload_element_reader.h',
229 'base/upload_file_element_reader.cc', 231 'base/upload_file_element_reader.cc',
230 'base/upload_file_element_reader.h', 232 'base/upload_file_element_reader.h',
231 'base/upload_progress.h', 233 'base/upload_progress.h',
232 'base/url_util.cc', 234 'base/url_util.cc',
(...skipping 2869 matching lines...) Expand 10 before | Expand all | Expand 10 after
3102 'net_unittests.isolate', 3104 'net_unittests.isolate',
3103 ], 3105 ],
3104 'sources': [ 3106 'sources': [
3105 'net_unittests.isolate', 3107 'net_unittests.isolate',
3106 ], 3108 ],
3107 }, 3109 },
3108 ], 3110 ],
3109 }], 3111 }],
3110 ], 3112 ],
3111 } 3113 }
OLDNEW
« no previous file with comments | « trunk/src/net/base/upload_file_element_reader_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698