OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |