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

Side by Side Diff: url/BUILD.gn

Issue 254763005: Move some content url constants to /url. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Resolve a merge conflict. Created 6 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 | « extensions/renderer/dispatcher.cc ('k') | url/url_constants.h » ('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 (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 component("url") { 5 component("url") {
6 if (is_win) { 6 if (is_win) {
7 # Don't conflict with Windows' "url.dll". 7 # Don't conflict with Windows' "url.dll".
8 output_name = "url_lib" 8 output_name = "url_lib"
9 } 9 }
10 sources = [ 10 sources = [
(...skipping 14 matching lines...) Expand all
25 "url_canon_ip.cc", 25 "url_canon_ip.cc",
26 "url_canon_ip.h", 26 "url_canon_ip.h",
27 "url_canon_mailtourl.cc", 27 "url_canon_mailtourl.cc",
28 "url_canon_path.cc", 28 "url_canon_path.cc",
29 "url_canon_pathurl.cc", 29 "url_canon_pathurl.cc",
30 "url_canon_query.cc", 30 "url_canon_query.cc",
31 "url_canon_relative.cc", 31 "url_canon_relative.cc",
32 "url_canon_stdstring.cc", 32 "url_canon_stdstring.cc",
33 "url_canon_stdstring.h", 33 "url_canon_stdstring.h",
34 "url_canon_stdurl.cc", 34 "url_canon_stdurl.cc",
35 "url_constants.cc",
36 "url_constants.h",
35 "url_export.h", 37 "url_export.h",
36 "url_file.h", 38 "url_file.h",
37 "url_parse_file.cc", 39 "url_parse_file.cc",
38 "url_parse_internal.h", 40 "url_parse_internal.h",
39 "url_util.cc", 41 "url_util.cc",
40 "url_util.h", 42 "url_util.h",
41 ] 43 ]
42 44
43 defines = [ "URL_IMPLEMENTATION" ] 45 defines = [ "URL_IMPLEMENTATION" ]
44 46
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 81
80 deps = [ 82 deps = [
81 ":url", 83 ":url",
82 "//base:i18n", 84 "//base:i18n",
83 "//base/test:run_all_unittests", 85 "//base/test:run_all_unittests",
84 "//testing/gtest", 86 "//testing/gtest",
85 "//third_party/icu:icuuc", 87 "//third_party/icu:icuuc",
86 ] 88 ]
87 } 89 }
88 } 90 }
OLDNEW
« no previous file with comments | « extensions/renderer/dispatcher.cc ('k') | url/url_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698