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

Unified Diff: components/cronet/ios/test/BUILD.gn

Issue 2928653002: [Cronet-iOS] Public-Key-Pinning Tests (Closed)
Patch Set: Fixed DEPS 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/cronet/ios/cronet_environment.mm ('k') | components/cronet/ios/test/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cronet/ios/test/BUILD.gn
diff --git a/components/cronet/ios/test/BUILD.gn b/components/cronet/ios/test/BUILD.gn
index fc515a566ebbf335cc8271e3b54f80a99c2e70d5..5c90a1ce0cad284c8a62ce66a2d8938b2f0cc270 100644
--- a/components/cronet/ios/test/BUILD.gn
+++ b/components/cronet/ios/test/BUILD.gn
@@ -11,6 +11,8 @@ test("cronet_test") {
"cronet_acceptlang_test.mm",
"cronet_http_test.mm",
"cronet_netlog_test.mm",
+ "cronet_pkp_test.mm",
+ "cronet_test_base.mm",
"cronet_test_runner.mm",
"get_stream_engine.mm",
"start_cronet.h",
@@ -32,4 +34,5 @@ test("cronet_test") {
]
bundle_deps = [ "//components/cronet/ios:cronet_framework+bundle" ]
+ configs += [ "//build/config/compiler:enable_arc" ]
}
« no previous file with comments | « components/cronet/ios/cronet_environment.mm ('k') | components/cronet/ios/test/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698