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

Unified Diff: ui/gl/BUILD.gn

Issue 1458193002: Flip the CrOS GN release bots to use Ozone. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix target nesting Created 5 years, 1 month 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/events/BUILD.gn ('k') | no next file » | 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 1131722858d16ec0b24f5f0c6b2bf152df5c38d8..558c0de2a5606cd953e307182c78bfa0efc2047f 100644
--- a/ui/gl/BUILD.gn
+++ b/ui/gl/BUILD.gn
@@ -302,8 +302,8 @@ source_set("test_support") {
configs += [ "//third_party/khronos:khronos_headers" ]
deps = [
- "//testing/gtest",
":gl",
+ "//testing/gtest",
]
if (use_x11) {
@@ -365,6 +365,10 @@ test("gl_unittests") {
data_deps = [
"//third_party/mesa:osmesa",
]
+
+ if (use_ozone) {
+ deps += [ "//ui/ozone" ]
+ }
}
if (is_android) {
« no previous file with comments | « ui/events/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698