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

Side by Side Diff: components/cronet.gypi

Issue 1359343005: Update ResponseInfo to UrlResponseInfo with API review comments. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update README.md Created 5 years, 2 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
« no previous file with comments | « no previous file | components/cronet/README.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 { 5 {
6 'conditions': [ 6 'conditions': [
7 ['OS=="android"', { 7 ['OS=="android"', {
8 # TODO(mef): Figure out what needs to be done for gn script. 8 # TODO(mef): Figure out what needs to be done for gn script.
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 'cronet_version', 218 'cronet_version',
219 'load_states_list', 219 'load_states_list',
220 'network_quality_observations_java', 220 'network_quality_observations_java',
221 ], 221 ],
222 'variables': { 222 'variables': {
223 'java_in_dir': 'cronet/android/java', 223 'java_in_dir': 'cronet/android/java',
224 'javac_includes': [ 224 'javac_includes': [
225 '**/ChunkedWritableByteChannel.java', 225 '**/ChunkedWritableByteChannel.java',
226 '**/CronetEngine.java', 226 '**/CronetEngine.java',
227 '**/CronetEngineBuilderList.java', 227 '**/CronetEngineBuilderList.java',
228 '**/ExtendedResponseInfo.java',
229 '**/HistogramManager.java', 228 '**/HistogramManager.java',
230 '**/HttpUrlConnection*.java', 229 '**/HttpUrlConnection*.java',
231 '**/HttpUrlRequest*.java', 230 '**/HttpUrlRequest*.java',
232 '**/LoadState.java', 231 '**/LoadState.java',
233 '**/NetworkQualityRttListener.java', 232 '**/NetworkQualityRttListener.java',
234 '**/NetworkQualityThroughputListener.java', 233 '**/NetworkQualityThroughputListener.java',
235 '**/ResponseInfo.java',
236 '**/ResponseTooLargeException.java', 234 '**/ResponseTooLargeException.java',
237 '**/UploadDataProvider.java', 235 '**/UploadDataProvider.java',
238 '**/UploadDataSink.java', 236 '**/UploadDataSink.java',
239 '**/UrlRequest.java', 237 '**/UrlRequest.java',
240 '**/UrlRequestContextConfig.java', 238 '**/UrlRequestContextConfig.java',
241 '**/UrlRequestException.java', 239 '**/UrlRequestException.java',
242 '**/UrlRequestListener.java', 240 '**/UrlRequestListener.java',
241 '**/UrlResponseInfo.java',
243 '**/UserAgent.java', 242 '**/UserAgent.java',
244 '**/Version.java', 243 '**/Version.java',
245 ], 244 ],
246 }, 245 },
247 'includes': [ '../build/java.gypi' ], 246 'includes': [ '../build/java.gypi' ],
248 }, 247 },
249 { # cronet.jar implements HttpUrlRequest interface using Chromium stack 248 { # cronet.jar implements HttpUrlRequest interface using Chromium stack
250 # in native libcronet.so library. 249 # in native libcronet.so library.
251 'target_name': 'cronet_java', 250 'target_name': 'cronet_java',
252 'type': 'none', 251 'type': 'none',
(...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after
602 }, 601 },
603 ], 602 ],
604 }, 603 },
605 ], 604 ],
606 'variables': { 605 'variables': {
607 'enable_data_reduction_proxy_support%': 0, 606 'enable_data_reduction_proxy_support%': 0,
608 }, 607 },
609 }], # OS=="android" 608 }], # OS=="android"
610 ], 609 ],
611 } 610 }
OLDNEW
« no previous file with comments | « no previous file | components/cronet/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698