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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | 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..82eb115ae666335cb920af571feab7c7965871aa 100644
--- a/url/BUILD.gn
+++ b/url/BUILD.gn
@@ -51,6 +51,7 @@ component("url") {
"url_parse_internal.h",
"url_util.cc",
"url_util.h",
+ "url_util_internal.h",
]
defines = [ "URL_IMPLEMENTATION" ]
« 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