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

Unified Diff: mojo/services/ozone_drm_gpu/public/interfaces/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 | « mojo/services/mojo_services.gni ('k') | mojo/services/ozone_drm_gpu/public/interfaces/ozone_drm_gpu.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/ozone_drm_gpu/public/interfaces/BUILD.gn
diff --git a/mojo/services/accessibility/public/interfaces/BUILD.gn b/mojo/services/ozone_drm_gpu/public/interfaces/BUILD.gn
similarity index 90%
copy from mojo/services/accessibility/public/interfaces/BUILD.gn
copy to mojo/services/ozone_drm_gpu/public/interfaces/BUILD.gn
index 2b29c1a39f0cfe6d42b70ca1ee62224d381e6601..f4ad43fe4c1c41a71c4baa44d3fa678b994fc524 100644
--- a/mojo/services/accessibility/public/interfaces/BUILD.gn
+++ b/mojo/services/ozone_drm_gpu/public/interfaces/BUILD.gn
@@ -7,12 +7,12 @@ import("$mojo_sdk_root/mojo/public/tools/bindings/mojom.gni")
mojom("interfaces") {
sources = [
- "accessibility.mojom",
+ "ozone_drm_gpu.mojom",
]
import_dirs = [ get_path_info("../../../", "abspath") ]
- deps = [
+ public_deps = [
"../../../geometry/public/interfaces",
]
}
« no previous file with comments | « mojo/services/mojo_services.gni ('k') | mojo/services/ozone_drm_gpu/public/interfaces/ozone_drm_gpu.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698