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

Side by Side Diff: ios/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 | « components/cronet/ios/test/cronet_http_test.mm ('k') | ios/features.gni » ('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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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 assert(!is_component_build, "component build is unsupported on iOS") 5 assert(!is_component_build, "component build is unsupported on iOS")
6 6
7 import("//ios/features.gni")
8
7 declare_args() { 9 declare_args() {
8 # Control whether cronet is build (this is usually set by the script
9 # components/cronet/tools/cr_cronet.py as cronet requires specific
10 # gn args to build correctly).
11 is_cronet_build = false
12
13 # TODO(brettw) bug 684096: Remove these. These are to prevent unused 10 # TODO(brettw) bug 684096: Remove these. These are to prevent unused
14 # override warnings on iOS from the setting of the default_args in the 11 # override warnings on iOS from the setting of the default_args in the
15 # toplevel //.gn file. Since iOS doesn't compile V8, GN complains that 12 # toplevel //.gn file. Since iOS doesn't compile V8, GN complains that
16 # the overrides are never used. 13 # the overrides are never used.
17 v8_extra_library_files = [] 14 v8_extra_library_files = []
18 v8_experimental_extra_library_files = [] 15 v8_experimental_extra_library_files = []
19 v8_enable_gdbjit = false 16 v8_enable_gdbjit = false
20 v8_imminent_deprecation_warnings = false 17 v8_imminent_deprecation_warnings = false
21 } 18 }
22 19
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 "//ios/chrome/test/earl_grey:all_tests", 53 "//ios/chrome/test/earl_grey:all_tests",
57 "//ios/clean/chrome/test:all_tests", 54 "//ios/clean/chrome/test:all_tests",
58 "//ios/net:all_tests", 55 "//ios/net:all_tests",
59 "//ios/showcase:all_tests", 56 "//ios/showcase:all_tests",
60 "//ios/testing:all_tests", 57 "//ios/testing:all_tests",
61 "//ios/web:all_tests", 58 "//ios/web:all_tests",
62 "//ios/web/shell/test:all_tests", 59 "//ios/web/shell/test:all_tests",
63 ] 60 ]
64 } 61 }
65 } 62 }
OLDNEW
« no previous file with comments | « components/cronet/ios/test/cronet_http_test.mm ('k') | ios/features.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698