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

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

Issue 1984353002: [iOS/GN] Fix and enable "gn check" for "//ios/*" and "//ios_internal/*". (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix "--check" after https://codereview.chromium.org/1956113002/ Created 4 years, 7 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
« no previous file with comments | « ios/chrome/test/BUILD.gn ('k') | ios/public/provider/chrome/browser/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("//testing/test.gni") 5 import("//testing/test.gni")
6 6
7 source_set("net") { 7 source_set("net") {
8 deps = [ 8 deps = [
9 "//base", 9 "//base",
10 "//base:i18n",
10 "//net", 11 "//net",
12 "//url:url_features",
11 ] 13 ]
12 14
13 sources = [ 15 sources = [
14 "clients/crn_forwarding_network_client.h", 16 "clients/crn_forwarding_network_client.h",
15 "clients/crn_forwarding_network_client.mm", 17 "clients/crn_forwarding_network_client.mm",
16 "clients/crn_forwarding_network_client_factory.h", 18 "clients/crn_forwarding_network_client_factory.h",
17 "clients/crn_forwarding_network_client_factory.mm", 19 "clients/crn_forwarding_network_client_factory.mm",
18 "clients/crn_network_client_protocol.h", 20 "clients/crn_network_client_protocol.h",
19 "clients/crn_simple_network_client_factory.h", 21 "clients/crn_simple_network_client_factory.h",
20 "clients/crn_simple_network_client_factory.mm", 22 "clients/crn_simple_network_client_factory.mm",
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 "cookies/cookie_cache_unittest.cc", 71 "cookies/cookie_cache_unittest.cc",
70 "cookies/cookie_creation_time_manager_unittest.mm", 72 "cookies/cookie_creation_time_manager_unittest.mm",
71 "cookies/cookie_store_ios_unittest.mm", 73 "cookies/cookie_store_ios_unittest.mm",
72 "cookies/system_cookie_util_unittest.mm", 74 "cookies/system_cookie_util_unittest.mm",
73 "http_response_headers_util_unittest.mm", 75 "http_response_headers_util_unittest.mm",
74 "nsurlrequest_util_unittest.mm", 76 "nsurlrequest_util_unittest.mm",
75 "protocol_handler_util_unittest.mm", 77 "protocol_handler_util_unittest.mm",
76 "url_scheme_util_unittest.mm", 78 "url_scheme_util_unittest.mm",
77 ] 79 ]
78 } 80 }
OLDNEW
« no previous file with comments | « ios/chrome/test/BUILD.gn ('k') | ios/public/provider/chrome/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698