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

Unified Diff: BUILD.gn

Issue 2029803003: Update to Chromium //url at Chromium commit 79dc59ac7602413181079ecb463873e29a1d7d0a. (Closed) Base URL: https://chromium.googlesource.com/external/github.com/domokit/gurl@master
Patch Set: 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | android/java/src/org/chromium/url/IDNStringUtil.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 4f6b63731e2072efc30e1c6dba1de77606490713..34dff8a299b813bbec4faa20814d831a109498c6 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -24,6 +24,8 @@ component("url") {
"gurl.h",
"origin.cc",
"origin.h",
+ "scheme_host_port.cc",
+ "scheme_host_port.h",
"third_party/mozilla/url_parse.cc",
"third_party/mozilla/url_parse.h",
"url_canon.h",
@@ -91,10 +93,20 @@ component("url") {
# TODO(dpranke): crbug.com/360936. Get this to build and run on Android.
if (!is_android) {
+ # TODO(GYP): Delete this after we've converted everything to GN.
+ # The _run targets exist only for compatibility w/ GYP.
+ group("url_unittests_run") {
+ testonly = true
+ deps = [
+ ":url_unittests",
+ ]
+ }
+
test("url_unittests") {
sources = [
"gurl_unittest.cc",
"origin_unittest.cc",
+ "scheme_host_port_unittest.cc",
"url_canon_icu_unittest.cc",
"url_canon_unittest.cc",
"url_parse_unittest.cc",
« no previous file with comments | « no previous file | android/java/src/org/chromium/url/IDNStringUtil.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698