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

Unified Diff: url/BUILD.gn

Issue 1722773002: Mustash: Move GURL ParamTraits to url/ipc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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
Index: url/BUILD.gn
diff --git a/url/BUILD.gn b/url/BUILD.gn
index 692478473dd6f79cb4c23996b9c302d7f301892e..f673541eb63eacb4fd6be50b7771ef056939dc1f 100644
--- a/url/BUILD.gn
+++ b/url/BUILD.gn
@@ -63,6 +63,9 @@ component("url") {
"//build/config/compiler:no_size_t_to_int_warning",
]
+ public_deps = [
+ "ipc:url_ipc",
+ ]
deps = [
"//base",
"//base/third_party/dynamic_annotations",
« no previous file with comments | « content/renderer/render_view_impl.cc ('k') | url/ipc/BUILD.gn » ('j') | url/ipc/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698