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

Unified Diff: services/native_viewport/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 | « services/native_support/process_test_base.h ('k') | services/native_viewport/app_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/native_viewport/BUILD.gn
diff --git a/services/native_viewport/BUILD.gn b/services/native_viewport/BUILD.gn
index 301b1af56ac48948da6727b4eeb3811da8c3468c..c12448a6d988cf8b02f72644520f0266735848eb 100644
--- a/services/native_viewport/BUILD.gn
+++ b/services/native_viewport/BUILD.gn
@@ -25,7 +25,7 @@ if (is_android) {
deps = [
"//base:base_java",
"//services/keyboard",
- "//mojo/services/keyboard/public/interfaces:interfaces_java",
+ "//mojo/services/keyboard/interfaces:interfaces_java",
"//mojo/public/java:bindings",
"//mojo/public/java:system",
]
@@ -58,8 +58,8 @@ if (is_android) {
"//mojo/application",
"//mojo/common:tracing_impl",
"//mojo/public/cpp/bindings:bindings",
- "//mojo/services/native_viewport/public/interfaces",
- "//mojo/services/native_viewport/public/cpp:args",
+ "//mojo/services/native_viewport/interfaces",
+ "//mojo/services/native_viewport/cpp:args",
"//services/gles2",
"//ui/events",
"//ui/events/platform",
@@ -107,8 +107,8 @@ source_set("lib") {
"//mojo/converters/native_viewport",
"//mojo/environment:chromium",
"//services/gles2",
- "//mojo/services/geometry/public/interfaces",
- "//mojo/services/native_viewport/public/interfaces",
+ "//mojo/services/geometry/interfaces",
+ "//mojo/services/native_viewport/interfaces",
"//ui/events",
"//ui/events/platform",
"//ui/gfx",
« no previous file with comments | « services/native_support/process_test_base.h ('k') | services/native_viewport/app_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698