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

Unified Diff: examples/surfaces_app/BUILD.gn

Issue 1394303004: Move //mojo/services/X/public/... to //mojo/services/X/... (part 3). (Closed) Base URL: https://github.com/domokit/mojo.git@no_public_2-x-no_public_1
Patch Set: Created 5 years, 2 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 | « examples/notification_generator/notification_generator.cc ('k') | examples/surfaces_app/child.mojom » ('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 6a8e8a0a084acee49ccda406fc66a9e525d5f429..25a0b863a287dbed07d45c06ce17eff9ff939f25 100644
--- a/examples/surfaces_app/BUILD.gn
+++ b/examples/surfaces_app/BUILD.gn
@@ -35,7 +35,7 @@ mojo_native_application("parent_app") {
"//mojo/services/geometry/interfaces",
"//mojo/services/gpu/interfaces",
"//mojo/services/native_viewport/interfaces",
- "//mojo/services/surfaces/public/interfaces",
+ "//mojo/services/surfaces/interfaces",
]
sources = [
@@ -62,8 +62,8 @@ mojo_native_application("child_app") {
"//mojo/environment:chromium",
"//mojo/public/cpp/bindings",
"//mojo/services/geometry/interfaces",
- "//mojo/services/surfaces/public/interfaces",
- "//mojo/services/surfaces/public/interfaces:surface_id",
+ "//mojo/services/surfaces/interfaces",
+ "//mojo/services/surfaces/interfaces:surface_id",
"//skia",
"//ui/gfx",
"//ui/gfx/geometry",
@@ -99,8 +99,8 @@ mojo_native_application("child_gl_app") {
"//mojo/public/cpp/system",
"//mojo/services/geometry/interfaces",
"//mojo/services/gpu/interfaces",
- "//mojo/services/surfaces/public/interfaces",
- "//mojo/services/surfaces/public/interfaces:surface_id",
+ "//mojo/services/surfaces/interfaces",
+ "//mojo/services/surfaces/interfaces:surface_id",
"//skia",
"//ui/gfx",
"//ui/gfx/geometry",
@@ -130,8 +130,8 @@ source_set("util") {
mojom("bindings") {
deps = [
"//mojo/services/geometry/interfaces",
- "//mojo/services/surfaces/public/interfaces",
- "//mojo/services/surfaces/public/interfaces:surface_id",
+ "//mojo/services/surfaces/interfaces",
+ "//mojo/services/surfaces/interfaces:surface_id",
]
import_dirs = [ get_path_info("../../mojo/services", "abspath") ]
« no previous file with comments | « examples/notification_generator/notification_generator.cc ('k') | examples/surfaces_app/child.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698