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

Side by Side Diff: components/cronet/android/BUILD.gn

Issue 2911223002: [Cronet] add missing certificate file for tests (Closed)
Patch Set: Created 3 years, 6 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 | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 import("//build/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//build/config/android/config.gni") 6 import("//build/config/android/config.gni")
7 import("//build/config/android/rules.gni") 7 import("//build/config/android/rules.gni")
8 import("//build/util/process_version.gni") 8 import("//build/util/process_version.gni")
9 import("//build/util/version.gni") 9 import("//build/util/version.gni")
10 import("//testing/test.gni") 10 import("//testing/test.gni")
(...skipping 1325 matching lines...) Expand 10 before | Expand all | Expand 10 after
1336 "//net/android:net_test_support_apk", 1336 "//net/android:net_test_support_apk",
1337 ] 1337 ]
1338 } 1338 }
1339 1339
1340 copy("cronet_package_copy_test_files") { 1340 copy("cronet_package_copy_test_files") {
1341 testonly = true 1341 testonly = true
1342 sources = [ 1342 sources = [
1343 "//net/data/ssl/certificates/quic_test.example.com.crt", 1343 "//net/data/ssl/certificates/quic_test.example.com.crt",
1344 "//net/data/ssl/certificates/quic_test.example.com.key", 1344 "//net/data/ssl/certificates/quic_test.example.com.key",
1345 "//net/data/ssl/certificates/quic_test.example.com.key.pkcs8", 1345 "//net/data/ssl/certificates/quic_test.example.com.key.pkcs8",
1346 "//net/data/ssl/certificates/quic_test.example.com.key.pkcs8.pem",
1346 "//net/data/ssl/certificates/quic_test.example.com.key.sct", 1347 "//net/data/ssl/certificates/quic_test.example.com.key.sct",
1347 ] 1348 ]
1348 outputs = [ 1349 outputs = [
1349 "$_test_package_dir/assets/test_files/net/data/ssl/certificates/{{source_fil e_part}}", 1350 "$_test_package_dir/assets/test_files/net/data/ssl/certificates/{{source_fil e_part}}",
1350 ] 1351 ]
1351 deps = [ 1352 deps = [
1352 # Not really dependent, but builds can fail if these two targets attempt 1353 # Not really dependent, but builds can fail if these two targets attempt
1353 # to create the "assets" subdirectory simultaneously. 1354 # to create the "assets" subdirectory simultaneously.
1354 ":cronet_package_copy_test_assets", 1355 ":cronet_package_copy_test_assets",
1355 ] 1356 ]
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
1468 deps = [ 1469 deps = [
1469 ":cronet_package_copy_native_test_lib", 1470 ":cronet_package_copy_native_test_lib",
1470 ":cronet_package_copy_native_test_lib_unstripped", 1471 ":cronet_package_copy_native_test_lib_unstripped",
1471 ":cronet_package_copy_test_assets", 1472 ":cronet_package_copy_test_assets",
1472 ":cronet_package_copy_test_files", 1473 ":cronet_package_copy_test_files",
1473 ":cronet_package_copy_test_support_apks", 1474 ":cronet_package_copy_test_support_apks",
1474 ":repackage_extracted_test_jars", 1475 ":repackage_extracted_test_jars",
1475 ] 1476 ]
1476 } 1477 }
1477 } 1478 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698