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

Side by Side Diff: components/cronet.gypi

Issue 1036023002: Move remaining QUIC server files from net/quic/ to net/tools/quic/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: correctly fix cronet Created 5 years, 8 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 | net/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 # 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 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
281 'cronet/android/test/test_upload_data_stream_handler.h', 281 'cronet/android/test/test_upload_data_stream_handler.h',
282 'cronet/android/test/network_change_notifier_util.cc', 282 'cronet/android/test/network_change_notifier_util.cc',
283 'cronet/android/test/network_change_notifier_util.h', 283 'cronet/android/test/network_change_notifier_util.h',
284 ], 284 ],
285 'dependencies': [ 285 'dependencies': [
286 'cronet_static', 286 'cronet_static',
287 'cronet_tests_jni_headers', 287 'cronet_tests_jni_headers',
288 '../base/base.gyp:base', 288 '../base/base.gyp:base',
289 '../net/net.gyp:net', 289 '../net/net.gyp:net',
290 '../net/net.gyp:net_test_support', 290 '../net/net.gyp:net_test_support',
291 '../net/net.gyp:quic_tools', 291 '../net/net.gyp:simple_quic_tools',
292 '../url/url.gyp:url_lib', 292 '../url/url.gyp:url_lib',
293 '../base/base.gyp:base_i18n', 293 '../base/base.gyp:base_i18n',
294 '../third_party/icu/icu.gyp:icui18n', 294 '../third_party/icu/icu.gyp:icui18n',
295 '../third_party/icu/icu.gyp:icuuc', 295 '../third_party/icu/icu.gyp:icuuc',
296 ], 296 ],
297 'conditions': [ 297 'conditions': [
298 ['use_icu_alternatives_on_android==1', 298 ['use_icu_alternatives_on_android==1',
299 { 299 {
300 'sources': [ 300 'sources': [
301 '../net/base/directory_lister.cc', 301 '../net/base/directory_lister.cc',
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
470 'files': [ 470 'files': [
471 '<(SHARED_LIB_DIR)/<(native_lib)', 471 '<(SHARED_LIB_DIR)/<(native_lib)',
472 ], 472 ],
473 }, 473 },
474 ], 474 ],
475 }, 475 },
476 ], 476 ],
477 }], # OS=="android" 477 }], # OS=="android"
478 ], 478 ],
479 } 479 }
OLDNEW
« no previous file with comments | « no previous file | net/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698