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

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: 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: 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 56%
copy from mojo/converters/native_viewport/BUILD.gn
copy to mojo/converters/ozone_drm_gpu/BUILD.gn
index c70f119a7eabb23b56ccbe48c8885c3f7864872d..6166e1af3b3bbcb3be72ae3e12a881df5106f543 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") {
+component("ozone_drm_gpu") {
jamesr 2015/08/25 00:30:28 s/component/source_set/ (type 'component' doesn't
cdotstout 2015/08/27 19:10:21 Done.
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",
+ "//mojo/converters/geometry",
"//mojo/environment:chromium",
"//mojo/public/c/system",
- "//mojo/services/native_viewport/public/interfaces",
+ "//mojo/services/ozone_drm_gpu/public/interfaces",
]
}

Powered by Google App Engine
This is Rietveld 408576698