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

Side by Side Diff: components/cronet.gypi

Issue 873593006: [Cronet] Rename UploadTestServer.java to NativeTestServer.java (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 5 years, 10 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/android/test/cronet_test_jni.cc » ('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 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 'is_test_apk': 1, 294 'is_test_apk': 1,
295 }, 295 },
296 'includes': [ '../build/java_apk.gypi' ], 296 'includes': [ '../build/java_apk.gypi' ],
297 }, 297 },
298 { 298 {
299 'target_name': 'cronet_tests_jni_headers', 299 'target_name': 'cronet_tests_jni_headers',
300 'type': 'none', 300 'type': 'none',
301 'sources': [ 301 'sources': [
302 'cronet/android/test/src/org/chromium/cronet_test_apk/CronetTestUtil .java', 302 'cronet/android/test/src/org/chromium/cronet_test_apk/CronetTestUtil .java',
303 'cronet/android/test/src/org/chromium/cronet_test_apk/MockUrlRequest JobFactory.java', 303 'cronet/android/test/src/org/chromium/cronet_test_apk/MockUrlRequest JobFactory.java',
304 'cronet/android/test/src/org/chromium/cronet_test_apk/UploadTestServ er.java', 304 'cronet/android/test/src/org/chromium/cronet_test_apk/NativeTestServ er.java',
305 'cronet/android/test/src/org/chromium/cronet_test_apk/NetworkChangeN otifierUtil.java', 305 'cronet/android/test/src/org/chromium/cronet_test_apk/NetworkChangeN otifierUtil.java',
306 ], 306 ],
307 'variables': { 307 'variables': {
308 'jni_gen_package': 'cronet_tests', 308 'jni_gen_package': 'cronet_tests',
309 }, 309 },
310 'includes': [ '../build/jni_generator.gypi' ], 310 'includes': [ '../build/jni_generator.gypi' ],
311 }, 311 },
312 { 312 {
313 'target_name': 'libcronet_tests', 313 'target_name': 'libcronet_tests',
314 'type': 'shared_library', 314 'type': 'shared_library',
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
517 'files': [ 517 'files': [
518 '<(SHARED_LIB_DIR)/<(native_lib)', 518 '<(SHARED_LIB_DIR)/<(native_lib)',
519 ], 519 ],
520 }, 520 },
521 ], 521 ],
522 }, 522 },
523 ], 523 ],
524 }], # OS=="android" and use_icu_alternatives_on_android==1 524 }], # OS=="android" and use_icu_alternatives_on_android==1
525 ], 525 ],
526 } 526 }
OLDNEW
« no previous file with comments | « no previous file | components/cronet/android/test/cronet_test_jni.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698