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

Unified Diff: url/BUILD.gn

Issue 2492753002: [WIP] [url_utils] Implement a contiguous SchemeSet to replace vector<SchemeWithType>
Patch Set: separate SchemeSet for blink migration Created 4 years, 1 month 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/scheme_set.h » ('j') | no next file with comments »
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 c6020fb1a2368be072c5b446891e9033411287d9..94bfa84288184c679af18f7c9e73752d35673b09 100644
--- a/url/BUILD.gn
+++ b/url/BUILD.gn
@@ -23,6 +23,8 @@ component("url") {
"origin.h",
"scheme_host_port.cc",
"scheme_host_port.h",
+ "scheme_set.cc",
+ "scheme_set.h",
"third_party/mozilla/url_parse.cc",
"third_party/mozilla/url_parse.h",
"url_canon.h",
« no previous file with comments | « no previous file | url/scheme_set.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698