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

Unified Diff: apps/moterm/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 | « apps/benchmark/trace_collector_client.h ('k') | apps/moterm/README.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/moterm/BUILD.gn
diff --git a/apps/moterm/BUILD.gn b/apps/moterm/BUILD.gn
index efbe7607bbfd78565b0b51cd5ce57bb61e896c84..67c647962e42a7c7d278f1659daf1aca75e8e159 100644
--- a/apps/moterm/BUILD.gn
+++ b/apps/moterm/BUILD.gn
@@ -24,8 +24,8 @@ mojo_native_application("moterm") {
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/bindings:callback",
"//mojo/services/files/interfaces",
- "//mojo/services/surfaces/public/interfaces:surface_id",
- "//mojo/services/terminal/public/interfaces",
+ "//mojo/services/surfaces/interfaces:surface_id",
+ "//mojo/services/terminal/interfaces",
"//mojo/services/view_manager/public/cpp",
"//skia",
"//third_party/dejavu-fonts-ttf-2.34:DejaVuSansMonoRegular",
@@ -44,7 +44,7 @@ mojo_native_application("gl_helper_test_app") {
"//mojo/services/geometry/interfaces",
"//mojo/services/gpu/interfaces",
"//mojo/services/native_viewport/interfaces",
- "//mojo/services/surfaces/public/interfaces",
+ "//mojo/services/surfaces/interfaces",
]
}
@@ -72,13 +72,13 @@ source_set("gl_helper") {
"//mojo/public/c/gpu",
"//mojo/public/interfaces/application",
"//mojo/services/gpu/interfaces",
- "//mojo/services/surfaces/public/interfaces",
+ "//mojo/services/surfaces/interfaces",
]
forward_dependent_configs_from = [
"//mojo/public/c/gpu",
"//mojo/services/gpu/interfaces",
- "//mojo/services/surfaces/public/interfaces",
+ "//mojo/services/surfaces/interfaces",
]
public_deps = [
@@ -86,8 +86,8 @@ source_set("gl_helper") {
"//mojo/public/c/gpu:GLES2",
"//mojo/services/geometry/cpp",
"//mojo/services/geometry/interfaces",
- "//mojo/services/surfaces/public/cpp",
- "//mojo/services/surfaces/public/interfaces:surface_id",
+ "//mojo/services/surfaces/cpp",
+ "//mojo/services/surfaces/interfaces:surface_id",
]
}
« no previous file with comments | « apps/benchmark/trace_collector_client.h ('k') | apps/moterm/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698