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

Unified Diff: services/native_viewport/BUILD.gn

Issue 1285183008: Ozone integration. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 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
Index: services/native_viewport/BUILD.gn
diff --git a/services/native_viewport/BUILD.gn b/services/native_viewport/BUILD.gn
index e3147d193c099c0104accbf5eb6f58990dc31de6..b07fc20d684deb08cb3c6ccc225f62094b957acd 100644
--- a/services/native_viewport/BUILD.gn
+++ b/services/native_viewport/BUILD.gn
@@ -119,6 +119,11 @@ source_set("lib") {
sources -= [ "platform_viewport_x11.cc" ]
}
+ if (use_ozone) {
+ sources += [ "platform_viewport_ozone.cc" ]
+ deps += [ "//ui/ozone" ]
+ }
+
if (is_win) {
deps += [ "//ui/platform_window/win" ]
}

Powered by Google App Engine
This is Rietveld 408576698