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

Unified Diff: mojo/converters/ozone_drm_gpu/BUILD.gn

Issue 1309273005: native_viewport support for ozone (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: rebased 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
« no previous file with comments | « no previous file | mojo/converters/ozone_drm_gpu/ozone_drm_gpu_type_converters.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/converters/ozone_drm_gpu/BUILD.gn
diff --git a/mojo/converters/native_viewport/BUILD.gn b/mojo/converters/ozone_drm_gpu/BUILD.gn
similarity index 53%
copy from mojo/converters/native_viewport/BUILD.gn
copy to mojo/converters/ozone_drm_gpu/BUILD.gn
index c70f119a7eabb23b56ccbe48c8885c3f7864872d..d7061adf0265a3decf8e249859123b0778c57c8f 100644
--- a/mojo/converters/native_viewport/BUILD.gn
+++ b/mojo/converters/ozone_drm_gpu/BUILD.gn
@@ -2,17 +2,18 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-component("native_viewport") {
+source_set("ozone_drm_gpu") {
sources = [
- "surface_configuration_type_converters.cc",
- "surface_configuration_type_converters.h",
+ "ozone_drm_gpu_type_converters.cc",
+ "ozone_drm_gpu_type_converters.h",
]
deps = [
"//base",
- "//ui/gl",
+ "//ui/ozone:ozone_common_message_types",
+ "//mojo/converters/geometry",
"//mojo/environment:chromium",
"//mojo/public/c/system",
- "//mojo/services/native_viewport/public/interfaces",
+ "//mojo/services/ozone_drm_gpu/public/interfaces",
]
}
« no previous file with comments | « no previous file | mojo/converters/ozone_drm_gpu/ozone_drm_gpu_type_converters.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698