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

Unified Diff: services/native_viewport/BUILD.gn

Issue 851853002: It is time. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Trying to reup because the last upload failed. Created 5 years, 11 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 | « mojo/views/views_init.cc ('k') | services/native_viewport/platform_viewport_ozone.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/native_viewport/BUILD.gn
diff --git a/services/native_viewport/BUILD.gn b/services/native_viewport/BUILD.gn
index f7f7308addaee1824f72aa9fa8b1a0df62c30d54..9622465173b3cd8e536151ba102c71f450050369 100644
--- a/services/native_viewport/BUILD.gn
+++ b/services/native_viewport/BUILD.gn
@@ -62,7 +62,6 @@ source_set("lib") {
"platform_viewport_android.h",
"platform_viewport_headless.cc",
"platform_viewport_headless.h",
- "platform_viewport_ozone.cc",
"platform_viewport_stub.cc",
"platform_viewport_win.cc",
"platform_viewport_x11.cc",
@@ -74,10 +73,6 @@ source_set("lib") {
sources -= [ "platform_viewport_stub.cc" ]
}
- if (!use_ozone) {
- sources -= [ "platform_viewport_ozone.cc" ]
- }
-
deps = [
"//base",
"//cc/surfaces",
« no previous file with comments | « mojo/views/views_init.cc ('k') | services/native_viewport/platform_viewport_ozone.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698