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

Side by Side Diff: net/net.gyp

Issue 140733002: Revert 244982 "Revert 244857 "net: Remove classes which were use..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: rebase 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 | « 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',
225 'base/upload_data_stream.cc', 223 'base/upload_data_stream.cc',
226 'base/upload_data_stream.h', 224 'base/upload_data_stream.h',
227 'base/upload_element.cc', 225 'base/upload_element.cc',
228 'base/upload_element.h', 226 'base/upload_element.h',
229 'base/upload_element_reader.cc', 227 'base/upload_element_reader.cc',
230 'base/upload_element_reader.h', 228 'base/upload_element_reader.h',
231 'base/upload_file_element_reader.cc', 229 'base/upload_file_element_reader.cc',
232 'base/upload_file_element_reader.h', 230 'base/upload_file_element_reader.h',
233 'base/upload_progress.h', 231 'base/upload_progress.h',
234 'base/url_util.cc', 232 'base/url_util.cc',
(...skipping 2885 matching lines...) Expand 10 before | Expand all | Expand 10 after
3120 'net_unittests.isolate', 3118 'net_unittests.isolate',
3121 ], 3119 ],
3122 'sources': [ 3120 'sources': [
3123 'net_unittests.isolate', 3121 'net_unittests.isolate',
3124 ], 3122 ],
3125 }, 3123 },
3126 ], 3124 ],
3127 }], 3125 }],
3128 ], 3126 ],
3129 } 3127 }
OLDNEW
« no previous file with comments | « 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