| 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" ]
|
| }
|
|
|