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

Side by Side Diff: components/cronet.gypi

Issue 1898603002: Move Network Quality Estimator files to //net/nqe (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased, removed //net/socket/OWNERS Created 4 years, 7 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 | « chrome/browser/profiles/profile_io_data.cc ('k') | components/cronet/android/BUILD.gn » ('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 'targets': [ 8 'targets': [
9 { 9 {
10 'target_name': 'cronet_jni_headers', 10 'target_name': 'cronet_jni_headers',
(...skipping 25 matching lines...) Expand all
36 'type': 'none', 36 'type': 'none',
37 'variables': { 37 'variables': {
38 'source_file': '../net/base/request_priority.h', 38 'source_file': '../net/base/request_priority.h',
39 }, 39 },
40 'includes': [ '../build/android/java_cpp_enum.gypi' ], 40 'includes': [ '../build/android/java_cpp_enum.gypi' ],
41 }, 41 },
42 { 42 {
43 'target_name': 'network_quality_observations_java', 43 'target_name': 'network_quality_observations_java',
44 'type': 'none', 44 'type': 'none',
45 'variables': { 45 'variables': {
46 'source_file': '../net/base/network_quality_estimator.h', 46 'source_file': '../net/nqe/network_quality_estimator.h',
47 }, 47 },
48 'includes': [ '../build/android/java_cpp_enum.gypi' ], 48 'includes': [ '../build/android/java_cpp_enum.gypi' ],
49 }, 49 },
50 { 50 {
51 'target_name': 'url_request_error_java', 51 'target_name': 'url_request_error_java',
52 'type': 'none', 52 'type': 'none',
53 'variables': { 53 'variables': {
54 'source_file': 'cronet/android/url_request_error.h', 54 'source_file': 'cronet/android/url_request_error.h',
55 }, 55 },
56 'includes': [ '../build/android/java_cpp_enum.gypi' ], 56 'includes': [ '../build/android/java_cpp_enum.gypi' ],
(...skipping 829 matching lines...) Expand 10 before | Expand all | Expand 10 after
886 'cronet/ios/test/cronet_bidirectional_stream_test.mm', 886 'cronet/ios/test/cronet_bidirectional_stream_test.mm',
887 'cronet/ios/test/cronet_test_runner.mm', 887 'cronet/ios/test/cronet_test_runner.mm',
888 ], 888 ],
889 }, 889 },
890 ], 890 ],
891 }, 891 },
892 ], 892 ],
893 }], # OS=="ios" 893 }], # OS=="ios"
894 ], 894 ],
895 } 895 }
OLDNEW
« no previous file with comments | « chrome/browser/profiles/profile_io_data.cc ('k') | components/cronet/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698