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

Unified Diff: ui/web_dialogs/BUILD.gn

Issue 872243004: Fix 'gn check' errors in //ui/* targets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: REBASE Created 5 years, 11 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') | no next file » | 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 94798e0b045ff0d7d788f554d713ef3305a26e60..3f8f4cd7bc111edfa02457b45d2b47e67e7bb903 100644
--- a/ui/web_dialogs/BUILD.gn
+++ b/ui/web_dialogs/BUILD.gn
@@ -23,6 +23,7 @@ component("web_dialogs") {
"//skia",
"//ui/base",
"//url",
+ "//third_party/WebKit/public:blink_minimal",
]
}
@@ -41,6 +42,7 @@ static_library("test_support") {
"//base",
"//content/public/browser",
"//skia",
+ "//ui/gfx/geometry",
"//url",
]
}
« no previous file with comments | « ui/views_content_client/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698