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

Unified Diff: media/base/BUILD.gn

Issue 547533006: GN: fix up //media/base linux dependencies (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/BUILD.gn
diff --git a/media/base/BUILD.gn b/media/base/BUILD.gn
index 1fdc8bf7078674dad0fee11cc673274587121bf7..efa684eb63c3afec0ccb8f762e7a10e018f55803 100644
--- a/media/base/BUILD.gn
+++ b/media/base/BUILD.gn
@@ -195,6 +195,10 @@ source_set("base") {
# "//build/config/linux:xtst",
]
sources += [ "user_input_monitor_linux.cc" ]
+ deps += [
+ "//ui/events:events_base",
+ "//ui/gfx/x",
+ ]
} else if (is_mac) {
sources += [ "user_input_monitor_mac.cc" ]
} else if (is_win) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698