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

Unified Diff: ui/platform_window/stub/BUILD.gn

Issue 1492823003: fix most gn check issues in //ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-check-blink-source
Patch Set: Created 5 years 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/platform_window/BUILD.gn ('k') | ui/views/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/platform_window/stub/BUILD.gn
diff --git a/ui/platform_window/stub/BUILD.gn b/ui/platform_window/stub/BUILD.gn
index 4a3a42ce607e90f0ae5e45b72c9e468432194d1c..1738bfddf62c2c99ff68064853adec58e26ea594 100644
--- a/ui/platform_window/stub/BUILD.gn
+++ b/ui/platform_window/stub/BUILD.gn
@@ -10,6 +10,10 @@ component("stub") {
"//ui/platform_window",
]
+ public_deps = [
+ "//ui/gfx/geometry",
+ ]
+
defines = [ "STUB_WINDOW_IMPLEMENTATION" ]
sources = [
« no previous file with comments | « ui/platform_window/BUILD.gn ('k') | ui/views/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698