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

Unified Diff: ui/gl/BUILD.gn

Issue 2270463002: Add OzoneGLImpl interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rename. Created 4 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/gl/init/BUILD.gn » ('j') | ui/gl/init/gl_factory_ozone.cc » ('J')
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 8f9896b54cde15ba62750257c21b0a3fe57ec56d..bc11394c49c611517446fc22cd23338a1a858942 100644
--- a/ui/gl/BUILD.gn
+++ b/ui/gl/BUILD.gn
@@ -311,6 +311,10 @@ static_library("test_support") {
configs += [ "//build/config/linux:x11" ]
deps += [ "//ui/platform_window/x11" ]
}
+
+ if (use_ozone) {
+ deps += [ "//ui/ozone" ]
rjkroege 2016/08/26 19:55:53 Would it be too hard to narrow the dependency?. Ca
kylechar 2016/08/29 15:38:14 Well, the DEPS only allows ui/ozone/public for #in
+ }
}
source_set("run_all_unittests") {
« no previous file with comments | « no previous file | ui/gl/init/BUILD.gn » ('j') | ui/gl/init/gl_factory_ozone.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698