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

Unified Diff: ui/ozone/BUILD.gn

Issue 1673063002: ozone/platform/wayland: Add some tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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
Index: ui/ozone/BUILD.gn
diff --git a/ui/ozone/BUILD.gn b/ui/ozone/BUILD.gn
index 9ef3103b8f68c9d8d59e46939a0f1466999d1bfd..ccba614fa5939bf73adf6e56c7beace652a28730 100644
--- a/ui/ozone/BUILD.gn
+++ b/ui/ozone/BUILD.gn
@@ -46,6 +46,7 @@ if (ozone_platform_cast) {
if (ozone_platform_wayland) {
ozone_platforms += [ "wayland" ]
ozone_platform_deps += [ "platform/wayland" ]
+ ozone_platform_test_deps += [ "platform/wayland:wayland_unittests" ]
rjkroege 2016/02/09 01:30:40 I know that gn is the new way to go but you still
Michael Forney 2016/02/10 02:01:00 Sorry, slipped my mind. Done.
}
platform_list_cc_file = "$target_gen_dir/platform_list.cc"

Powered by Google App Engine
This is Rietveld 408576698