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

Unified Diff: mojo/BUILD.gn

Issue 1537803002: Revert "Delete the Surfaces service." (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years 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 | « examples/surfaces_app/surfaces_util.cc ('k') | mojo/converters/surfaces/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/BUILD.gn
diff --git a/mojo/BUILD.gn b/mojo/BUILD.gn
index f2ce2717ca3791ee90b6d7d03959dfd56718b576..4df674af2b2399ebf4015291df5628a45ed16e21 100644
--- a/mojo/BUILD.gn
+++ b/mojo/BUILD.gn
@@ -72,6 +72,10 @@ group("tests") {
"//mojo/tools:message_generator",
]
+ if (is_linux || is_android) {
+ deps += [ "//mojo/converters/surfaces/tests:mojo_surfaces_lib_unittests" ]
+ }
+
if (mojo_use_prebuilt_network_service) {
deps += [ "//mojo/public/tools:copy_network_service_apptests" ]
}
« no previous file with comments | « examples/surfaces_app/surfaces_util.cc ('k') | mojo/converters/surfaces/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698