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

Unified Diff: components/mus/ws/BUILD.gn

Issue 1957683002: Address more TODO(GYP) in the GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@todo
Patch Set: iOS Created 4 years, 7 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 | « components/metrics/BUILD.gn ('k') | components/policy/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/ws/BUILD.gn
diff --git a/components/mus/ws/BUILD.gn b/components/mus/ws/BUILD.gn
index af8bd74eed378ea80b94aa323550e2fa29560067..a7d353a1ac34b10d428d77a46f7b14fab5aca008 100644
--- a/components/mus/ws/BUILD.gn
+++ b/components/mus/ws/BUILD.gn
@@ -222,6 +222,7 @@ test("mus_ws_unittests") {
"//services/shell/public/cpp/test:run_all_shelltests",
"//services/shell/public/interfaces",
"//testing/gtest",
+ "//third_party/mesa:osmesa",
"//ui/events",
"//ui/gfx",
"//ui/gfx:test_support",
@@ -231,10 +232,6 @@ test("mus_ws_unittests") {
"//ui/mojo/geometry:util",
]
- if (!is_android) { # TODO(GYP) Enable on Android when osmesa links.
- deps += [ "//third_party/mesa:osmesa" ]
- }
-
if (use_x11) {
deps += [ "//tools/xdisplaycheck" ]
}
« no previous file with comments | « components/metrics/BUILD.gn ('k') | components/policy/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698