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

Unified Diff: ui/web_dialogs/BUILD.gn

Issue 584683002: Improve GN header checker, make //ui pass. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 6 years, 3 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 | « ui/views_content_client/BUILD.gn ('k') | ui/wm/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/web_dialogs/BUILD.gn
diff --git a/ui/web_dialogs/BUILD.gn b/ui/web_dialogs/BUILD.gn
index 6cf5289c956b13980fc1e79f19dce8fe8a8d76c6..94798e0b045ff0d7d788f554d713ef3305a26e60 100644
--- a/ui/web_dialogs/BUILD.gn
+++ b/ui/web_dialogs/BUILD.gn
@@ -22,6 +22,7 @@ component("web_dialogs") {
"//content/public/common",
"//skia",
"//ui/base",
+ "//url",
]
}
@@ -33,10 +34,13 @@ static_library("test_support") {
"test/test_web_dialog_delegate.h",
]
- deps = [
+ public_deps = [
":web_dialogs",
+ ]
+ deps = [
"//base",
"//content/public/browser",
"//skia",
+ "//url",
]
}
« no previous file with comments | « ui/views_content_client/BUILD.gn ('k') | ui/wm/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698