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

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

Issue 2570523002: Refactor //ios:all target in preparation of upstreaming. (Closed)
Patch Set: Rebase Created 4 years 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
« no previous file with comments | « ios/chrome/test/earl_grey/BUILD.gn ('k') | ios/showcase/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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") {
10 testonly = true
11 deps = [
12 ":ios_net_unittests",
13 ]
14 }
15
9 source_set("net") { 16 source_set("net") {
10 deps = [ 17 deps = [
11 "//base", 18 "//base",
12 "//net", 19 "//net",
13 "//url:url_features", 20 "//url:url_features",
14 ] 21 ]
15 22
16 configs += [ "//build/config/compiler:enable_arc" ] 23 configs += [ "//build/config/compiler:enable_arc" ]
17 24
18 sources = [ 25 sources = [
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 "cookies/cookie_store_ios_unittest.mm", 87 "cookies/cookie_store_ios_unittest.mm",
81 "cookies/system_cookie_util_unittest.mm", 88 "cookies/system_cookie_util_unittest.mm",
82 "http_response_headers_util_unittest.mm", 89 "http_response_headers_util_unittest.mm",
83 "nsurlrequest_util_unittest.mm", 90 "nsurlrequest_util_unittest.mm",
84 "protocol_handler_util_unittest.mm", 91 "protocol_handler_util_unittest.mm",
85 "url_scheme_util_unittest.mm", 92 "url_scheme_util_unittest.mm",
86 ] 93 ]
87 94
88 assert_no_deps = ios_assert_no_deps 95 assert_no_deps = ios_assert_no_deps
89 } 96 }
OLDNEW
« no previous file with comments | « ios/chrome/test/earl_grey/BUILD.gn ('k') | ios/showcase/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698