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

Side by Side Diff: ios/net/BUILD.gn

Issue 2667753007: Divide Cookie Store IOS tests into different files (Closed)
Patch Set: fix comment Created 3 years, 10 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 unified diff | Download patch
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//ios/build/config.gni") 5 import("//ios/build/config.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 import("//url/features.gni") 7 import("//url/features.gni")
8 8
9 group("all_tests") { 9 group("all_tests") {
10 testonly = true 10 testonly = true
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 "//base", 72 "//base",
73 "//base/test:run_all_unittests", 73 "//base/test:run_all_unittests",
74 "//net:test_support", 74 "//net:test_support",
75 "//testing/gtest", 75 "//testing/gtest",
76 "//url", 76 "//url",
77 ] 77 ]
78 78
79 sources = [ 79 sources = [
80 "cookies/cookie_cache_unittest.cc", 80 "cookies/cookie_cache_unittest.cc",
81 "cookies/cookie_creation_time_manager_unittest.mm", 81 "cookies/cookie_creation_time_manager_unittest.mm",
82 "cookies/cookie_store_ios_persistent_unittest.mm",
82 "cookies/cookie_store_ios_unittest.mm", 83 "cookies/cookie_store_ios_unittest.mm",
84 "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.
85 "cookies/cookie_store_ios_unittest_helper.mm",
83 "cookies/system_cookie_util_unittest.mm", 86 "cookies/system_cookie_util_unittest.mm",
84 "http_response_headers_util_unittest.mm", 87 "http_response_headers_util_unittest.mm",
85 "nsurlrequest_util_unittest.mm", 88 "nsurlrequest_util_unittest.mm",
86 "protocol_handler_util_unittest.mm", 89 "protocol_handler_util_unittest.mm",
87 "url_scheme_util_unittest.mm", 90 "url_scheme_util_unittest.mm",
88 ] 91 ]
89 92
90 assert_no_deps = ios_assert_no_deps 93 assert_no_deps = ios_assert_no_deps
91 } 94 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698