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

Unified Diff: url/BUILD.gn

Issue 1224293002: Introduce 'url::Origin'. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@url-schemehostport
Patch Set: Nits. Created 5 years, 5 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 | url/origin.h » ('j') | url/origin.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: url/BUILD.gn
diff --git a/url/BUILD.gn b/url/BUILD.gn
index db5a6ad5ce762deda65bffda28474b94e7bd6e4a..2beed041ab3dc5b7c20aa02ab7d52a29f720640a 100644
--- a/url/BUILD.gn
+++ b/url/BUILD.gn
@@ -24,6 +24,8 @@ component("url") {
"deprecated_serialized_origin.h",
"gurl.cc",
"gurl.h",
+ "origin.cc",
+ "origin.h",
"scheme_host_port.cc",
"scheme_host_port.h",
"third_party/mozilla/url_parse.cc",
@@ -97,6 +99,7 @@ if (!is_android) {
sources = [
"deprecated_serialized_origin_unittest.cc",
"gurl_unittest.cc",
+ "origin_unittest.cc",
"scheme_host_port_unittest.cc",
"url_canon_icu_unittest.cc",
"url_canon_unittest.cc",
« no previous file with comments | « no previous file | url/origin.h » ('j') | url/origin.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698