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

Unified Diff: ios/net/BUILD.gn

Issue 2667753007: Divide Cookie Store IOS tests into different files (Closed)
Patch Set: fix comment Created 3 years, 11 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
Index: ios/net/BUILD.gn
diff --git a/ios/net/BUILD.gn b/ios/net/BUILD.gn
index 818ee63e9b71829373104642c4c3f559210b1ed2..6100b5dd688dd9b8090a32d587c8a1254594ec31 100644
--- a/ios/net/BUILD.gn
+++ b/ios/net/BUILD.gn
@@ -79,7 +79,10 @@ test("ios_net_unittests") {
sources = [
"cookies/cookie_cache_unittest.cc",
"cookies/cookie_creation_time_manager_unittest.mm",
+ "cookies/cookie_store_ios_persistent_unittest.mm",
"cookies/cookie_store_ios_unittest.mm",
+ "cookies/cookie_store_ios_unittest_helper.h",
Eugene But (OOO till 7-30) 2017/02/01 17:35:54 Should this be cookie_store_ios_test_util? I feel
maksims (do not use this acc) 2017/02/02 06:47:04 Done.
+ "cookies/cookie_store_ios_unittest_helper.mm",
"cookies/system_cookie_util_unittest.mm",
"http_response_headers_util_unittest.mm",
"nsurlrequest_util_unittest.mm",

Powered by Google App Engine
This is Rietveld 408576698