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

Unified Diff: ui/events/platform/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/events/platform/BUILD.gn
diff --git a/ui/events/platform/BUILD.gn b/ui/events/platform/BUILD.gn
index 3a20219a33cc374d8a1be0d830cf2d92bb2bb08b..4008a2321fa461c8aac50770ba2afc6acc722639 100644
--- a/ui/events/platform/BUILD.gn
+++ b/ui/events/platform/BUILD.gn
@@ -6,6 +6,9 @@ import("//build/config/ui.gni")
component("platform") {
sources = [
+ # Allow this target to include events_export.h without depending on the
+ # events target (which would be circular).
+ "../events_export.h",
"platform_event_dispatcher.h",
"platform_event_observer.h",
"platform_event_source.cc",
@@ -21,7 +24,7 @@ component("platform") {
]
deps = [
- "//base"
+ "//base",
]
if (use_x11) {
« ui/events/BUILD.gn ('K') | « ui/events/ipc/BUILD.gn ('k') | ui/gfx/x/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698