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

Unified Diff: examples/surfaces_app/BUILD.gn

Issue 788343002: Restructure public side of gpu service. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years 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 | « examples/sample_app/sample_app.cc ('k') | examples/surfaces_app/child_gl_app.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/surfaces_app/BUILD.gn
diff --git a/examples/surfaces_app/BUILD.gn b/examples/surfaces_app/BUILD.gn
index 13e3dc924818e7fc854d3dea31a75680f9b412f3..578afe3b228fc802bb4ca328de9193b6ca506670 100644
--- a/examples/surfaces_app/BUILD.gn
+++ b/examples/surfaces_app/BUILD.gn
@@ -33,8 +33,8 @@ mojo_native_application("parent_app") {
"//mojo/environment:chromium",
"//mojo/public/cpp/system",
"//mojo/services/geometry/public/interfaces",
+ "//mojo/services/gpu/public/interfaces",
"//mojo/services/native_viewport/public/interfaces",
- "//mojo/services/public/interfaces/gpu",
"//mojo/services/surfaces/public/interfaces",
]
@@ -98,7 +98,7 @@ mojo_native_application("child_gl_app") {
"//mojo/public/cpp/environment",
"//mojo/public/cpp/system",
"//mojo/services/geometry/public/interfaces",
- "//mojo/services/public/interfaces/gpu",
+ "//mojo/services/gpu/public/interfaces",
"//mojo/services/surfaces/public/interfaces",
"//mojo/services/surfaces/public/interfaces:surface_id",
"//skia",
« no previous file with comments | « examples/sample_app/sample_app.cc ('k') | examples/surfaces_app/child_gl_app.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698