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

Unified Diff: ui/gl/BUILD.gn

Issue 493833002: GN: Enable ui/keyboard:keyboard_unittests, fix up webui targets (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « no previous file | ui/keyboard/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/BUILD.gn
diff --git a/ui/gl/BUILD.gn b/ui/gl/BUILD.gn
index 1820ca976b76405d042319b19c62ed69d9d7ae3d..f4c94b0b1f4cdc1f49a3a828606762961492cb30 100644
--- a/ui/gl/BUILD.gn
+++ b/ui/gl/BUILD.gn
@@ -152,6 +152,9 @@ component("gl") {
"gl_implementation_osmesa.h",
]
}
+ if (is_linux) {
+ deps += [ "//third_party/libevent" ]
+ }
if (use_x11) {
sources += [
"gl_context_glx.cc",
« no previous file with comments | « no previous file | ui/keyboard/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698