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

Unified Diff: ios/net/BUILD.gn

Issue 2667753007: Divide Cookie Store IOS tests into different files (Closed)
Patch Set: rename unittest helper to test util and other renamings 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
« no previous file with comments | « no previous file | ios/net/cookies/cookie_store_ios_persistent_unittest.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/net/BUILD.gn
diff --git a/ios/net/BUILD.gn b/ios/net/BUILD.gn
index 818ee63e9b71829373104642c4c3f559210b1ed2..8a77282cf2bbdc0b6b26e4d129f68eee4e5611f1 100644
--- a/ios/net/BUILD.gn
+++ b/ios/net/BUILD.gn
@@ -79,6 +79,9 @@ 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_test_util.h",
+ "cookies/cookie_store_ios_test_util.mm",
"cookies/cookie_store_ios_unittest.mm",
"cookies/system_cookie_util_unittest.mm",
"http_response_headers_util_unittest.mm",
« no previous file with comments | « no previous file | ios/net/cookies/cookie_store_ios_persistent_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698