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

Side by Side Diff: url/BUILD.gn

Issue 2771033003: url: add missing url_util_internal.h to the corresponding BUILD.gn file (Closed)
Patch Set: Created 3 years, 9 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 | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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("//build/buildflag_header.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 import("features.gni") 7 import("features.gni")
8 8
9 if (is_android) { 9 if (is_android) {
10 import("//build/config/android/rules.gni") 10 import("//build/config/android/rules.gni")
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 "url_canon_stdstring.h", 44 "url_canon_stdstring.h",
45 "url_canon_stdurl.cc", 45 "url_canon_stdurl.cc",
46 "url_constants.cc", 46 "url_constants.cc",
47 "url_constants.h", 47 "url_constants.h",
48 "url_export.h", 48 "url_export.h",
49 "url_file.h", 49 "url_file.h",
50 "url_parse_file.cc", 50 "url_parse_file.cc",
51 "url_parse_internal.h", 51 "url_parse_internal.h",
52 "url_util.cc", 52 "url_util.cc",
53 "url_util.h", 53 "url_util.h",
54 "url_util_internal.h",
54 ] 55 ]
55 56
56 defines = [ "URL_IMPLEMENTATION" ] 57 defines = [ "URL_IMPLEMENTATION" ]
57 58
58 configs += [ 59 configs += [
59 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 60 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
60 "//build/config/compiler:no_size_t_to_int_warning", 61 "//build/config/compiler:no_size_t_to_int_warning",
61 ] 62 ]
62 63
63 deps = [ 64 deps = [
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] 165 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
165 166
166 if (!is_ios) { 167 if (!is_ios) {
167 deps += [ 168 deps += [
168 "//mojo/edk/system", 169 "//mojo/edk/system",
169 "//mojo/edk/test:test_support", 170 "//mojo/edk/test:test_support",
170 "//url/mojo:test_url_mojom_gurl", 171 "//url/mojo:test_url_mojom_gurl",
171 ] 172 ]
172 } 173 }
173 } 174 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698