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

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

Issue 2671713006: [Cronet] Don't spam log if system cookie doesn't have creation time. (Closed)
Patch Set: 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
« no previous file with comments | « ios/features.gni ('k') | ios/net/cookies/cookie_store_ios.mm » ('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("//build/buildflag_header.gni")
5 import("//ios/build/config.gni") 6 import("//ios/build/config.gni")
7 import("//ios/features.gni")
6 import("//testing/test.gni") 8 import("//testing/test.gni")
7 import("//url/features.gni") 9 import("//url/features.gni")
8 10
11 buildflag_header("ios_net_features") {
12 header = "ios_net_features.h"
13 flags = [ "CRONET_BUILD=$is_cronet_build" ]
14 }
15
9 group("all_tests") { 16 group("all_tests") {
10 testonly = true 17 testonly = true
11 deps = [ 18 deps = [
12 ":ios_net_unittests", 19 ":ios_net_unittests",
13 ] 20 ]
14 } 21 }
15 22
16 source_set("net") { 23 source_set("net") {
17 deps = [ 24 deps = [
25 ":ios_net_features",
18 "//base", 26 "//base",
19 "//net", 27 "//net",
20 "//url:url_features", 28 "//url:url_features",
21 ] 29 ]
22 30
23 configs += [ "//build/config/compiler:enable_arc" ] 31 configs += [ "//build/config/compiler:enable_arc" ]
24 32
25 sources = [ 33 sources = [
26 "clients/crn_network_client_protocol.h", 34 "clients/crn_network_client_protocol.h",
27 "cookies/cookie_cache.cc", 35 "cookies/cookie_cache.cc",
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 "cookies/cookie_store_ios_unittest.mm", 93 "cookies/cookie_store_ios_unittest.mm",
86 "cookies/system_cookie_util_unittest.mm", 94 "cookies/system_cookie_util_unittest.mm",
87 "http_response_headers_util_unittest.mm", 95 "http_response_headers_util_unittest.mm",
88 "nsurlrequest_util_unittest.mm", 96 "nsurlrequest_util_unittest.mm",
89 "protocol_handler_util_unittest.mm", 97 "protocol_handler_util_unittest.mm",
90 "url_scheme_util_unittest.mm", 98 "url_scheme_util_unittest.mm",
91 ] 99 ]
92 100
93 assert_no_deps = ios_assert_no_deps 101 assert_no_deps = ios_assert_no_deps
94 } 102 }
OLDNEW
« no previous file with comments | « ios/features.gni ('k') | ios/net/cookies/cookie_store_ios.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698