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

Unified Diff: services/native_support/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/location/geocoder_service.js ('k') | services/native_support/main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/native_support/BUILD.gn
diff --git a/services/native_support/BUILD.gn b/services/native_support/BUILD.gn
index f7f0d0b10dfaa47006177dad0e6d17ac1491eea7..276a086ad12c1bd6e4cb8c241790292246054cc9 100644
--- a/services/native_support/BUILD.gn
+++ b/services/native_support/BUILD.gn
@@ -27,7 +27,7 @@ mojo_native_application("native_support") {
"//mojo/public/cpp/bindings:callback",
"//mojo/public/cpp/system",
"//mojo/services/files/interfaces",
- "//mojo/services/native_support/public/interfaces",
+ "//mojo/services/native_support/interfaces",
]
}
@@ -51,7 +51,7 @@ mojo_native_application("apptests") {
"//mojo/public/cpp/system",
"//mojo/services/files/cpp:files_impl",
"//mojo/services/files/interfaces",
- "//mojo/services/native_support/public/interfaces",
+ "//mojo/services/native_support/interfaces",
]
data_deps = [ ":native_support($default_toolchain)" ]
« no previous file with comments | « services/location/geocoder_service.js ('k') | services/native_support/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698