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

Unified Diff: examples/surfaces_app/BUILD.gn

Issue 1398973004: Move //mojo/services/X/public/... to //mojo/services/X/... (part 2). (Closed) Base URL: https://github.com/domokit/mojo.git@no_public_1
Patch Set: add missing copyright notices 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/spinning_cube/spinning_cube_app.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 f8fae699b79cc3d86dc8189b8c0a2342d13f5bd3..6a8e8a0a084acee49ccda406fc66a9e525d5f429 100644
--- a/examples/surfaces_app/BUILD.gn
+++ b/examples/surfaces_app/BUILD.gn
@@ -32,9 +32,9 @@ mojo_native_application("parent_app") {
"//mojo/converters/surfaces",
"//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/geometry/interfaces",
+ "//mojo/services/gpu/interfaces",
+ "//mojo/services/native_viewport/interfaces",
"//mojo/services/surfaces/public/interfaces",
]
@@ -61,7 +61,7 @@ mojo_native_application("child_app") {
"//mojo/converters/surfaces",
"//mojo/environment:chromium",
"//mojo/public/cpp/bindings",
- "//mojo/services/geometry/public/interfaces",
+ "//mojo/services/geometry/interfaces",
"//mojo/services/surfaces/public/interfaces",
"//mojo/services/surfaces/public/interfaces:surface_id",
"//skia",
@@ -97,8 +97,8 @@ mojo_native_application("child_gl_app") {
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/environment",
"//mojo/public/cpp/system",
- "//mojo/services/geometry/public/interfaces",
- "//mojo/services/gpu/public/interfaces",
+ "//mojo/services/geometry/interfaces",
+ "//mojo/services/gpu/interfaces",
"//mojo/services/surfaces/public/interfaces",
"//mojo/services/surfaces/public/interfaces:surface_id",
"//skia",
@@ -129,7 +129,7 @@ source_set("util") {
mojom("bindings") {
deps = [
- "//mojo/services/geometry/public/interfaces",
+ "//mojo/services/geometry/interfaces",
"//mojo/services/surfaces/public/interfaces",
"//mojo/services/surfaces/public/interfaces:surface_id",
]
« no previous file with comments | « examples/spinning_cube/spinning_cube_app.cc ('k') | examples/surfaces_app/child.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698