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

Unified Diff: components/view_manager/public/interfaces/BUILD.gn

Issue 1131523007: Move NativeViewport service into view_manager. This is a file move only. Further merging will happe… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 7 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: components/view_manager/public/interfaces/BUILD.gn
diff --git a/components/view_manager/public/interfaces/BUILD.gn b/components/view_manager/public/interfaces/BUILD.gn
index a48d427b429301f3c0ee4dbcb97b30364bf2d46e..1e7c0615a54a88ce26d90962e9ab673758efc590 100644
--- a/components/view_manager/public/interfaces/BUILD.gn
+++ b/components/view_manager/public/interfaces/BUILD.gn
@@ -8,6 +8,7 @@ import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni")
mojom("interfaces") {
sources = [
"animations.mojom",
+ "native_viewport.mojom",
"view_manager.mojom",
"view_manager_constants.mojom",
"view_manager_root.mojom",
@@ -16,7 +17,7 @@ mojom("interfaces") {
import_dirs = [ get_path_info("../../../..", "abspath") ]
deps = [
- "//components/native_viewport/public/interfaces",
+ "//components/gpu/public/interfaces",
"//components/surfaces/public/interfaces:surface_id",
"//mojo/application/public/interfaces",
"//ui/mojo/events:interfaces",
« no previous file with comments | « components/view_manager/public/cpp/lib/args.cc ('k') | components/view_manager/public/interfaces/native_viewport.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698