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

Unified Diff: ios/crnet/test/BUILD.gn

Issue 2323033002: Use CrNet.framework in crnet_test and crnet_consumer apps. (Closed)
Patch Set: Address nit. Created 4 years, 3 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 | « ios/crnet/crnet_consumer/crnet_consumer_view_controller.m ('k') | ios/crnet/test/crnet_http_tests.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/crnet/test/BUILD.gn
diff --git a/ios/crnet/test/BUILD.gn b/ios/crnet/test/BUILD.gn
index 18633fb04a6eb24d238189523e9143f90622bf3f..f96fe823e0e2505ebf047fc7147a0886a36fffcb 100644
--- a/ios/crnet/test/BUILD.gn
+++ b/ios/crnet/test/BUILD.gn
@@ -15,9 +15,11 @@ test("crnet_test") {
deps = [
"//base",
"//base:i18n",
- "//ios/crnet:crnet_sources",
+ "//ios/crnet:crnet_framework+link",
"//ios/third_party/gcdwebserver",
"//net:test_support",
"//third_party/icu",
]
+
+ bundle_deps = [ "//ios/crnet:crnet_framework+bundle" ]
}
« no previous file with comments | « ios/crnet/crnet_consumer/crnet_consumer_view_controller.m ('k') | ios/crnet/test/crnet_http_tests.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698