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

Unified Diff: ui/platform_window/BUILD.gn

Issue 513313002: Fix most of the "gn check" errors in ui/* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix Android GN build Created 6 years, 4 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: ui/platform_window/BUILD.gn
diff --git a/ui/platform_window/BUILD.gn b/ui/platform_window/BUILD.gn
index aa0c85da6ae00544ba7f4e2fd589f25262f942fc..ed4d3d67342fa92b83790f8be38553c1430ef324 100644
--- a/ui/platform_window/BUILD.gn
+++ b/ui/platform_window/BUILD.gn
@@ -10,4 +10,10 @@ component("platform_window") {
"platform_window_delegate.h",
"platform_window_export.h",
]
+
+ deps = [
+ "//base",
+ "//ui/base",
+ "//ui/gfx",
+ ]
}
« ui/events/BUILD.gn ('K') | « ui/message_center/BUILD.gn ('k') | ui/snapshot/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698