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

Unified Diff: examples/bank_app/BUILD.gn

Issue 1391243003: Move //mojo/services/X/public/... to //mojo/services/X/... (part 4). (Closed) Base URL: https://github.com/domokit/mojo.git@no_public_3-x-no_public_2-x-no_public_1
Patch Set: copyright header 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/moterm/moterm_view.h ('k') | examples/bank_app/bank.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/bank_app/BUILD.gn
diff --git a/examples/bank_app/BUILD.gn b/examples/bank_app/BUILD.gn
index ec59eb2ed80916cd9844df4f76ae61dd9f19c568..de53fc617d8578e55898532dd2d40cf1ace3a1db 100644
--- a/examples/bank_app/BUILD.gn
+++ b/examples/bank_app/BUILD.gn
@@ -20,7 +20,7 @@ mojo_native_application("customer") {
"//mojo/public/cpp/application:standalone",
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/utility",
- "//mojo/services/vanadium/security/public/interfaces",
+ "//mojo/services/vanadium/security/interfaces",
]
sources = [
@@ -37,7 +37,7 @@ mojo_native_application("bank") {
"//mojo/public/cpp/application:standalone",
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/utility",
- "//mojo/services/vanadium/security/public/interfaces",
+ "//mojo/services/vanadium/security/interfaces",
]
sources = [
« no previous file with comments | « apps/moterm/moterm_view.h ('k') | examples/bank_app/bank.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698