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

Unified Diff: mojo/services/test_service/BUILD.gn

Issue 1139123006: Fork the mojo shell interfaces used by Mandoline. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes Created 5 years, 7 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
Index: mojo/services/test_service/BUILD.gn
diff --git a/mojo/services/test_service/BUILD.gn b/mojo/services/test_service/BUILD.gn
index 6d61602b5cf84b1c17f8bdc5f529851a9bd7c104..d91096f39a701e2b3cfc248f0fd4bccc16d5604e 100644
--- a/mojo/services/test_service/BUILD.gn
+++ b/mojo/services/test_service/BUILD.gn
@@ -38,8 +38,8 @@ mojo_native_application("test_app") {
":bindings",
"//base",
"//base:i18n",
- "//third_party/mojo/src/mojo/public/cpp/application",
- "//third_party/mojo/src/mojo/public/cpp/application:standalone",
+ "//mojo/application/public/cpp:application",
+ "//mojo/application/public/cpp:standalone",
"//third_party/mojo/src/mojo/public/cpp/bindings",
"//third_party/mojo/src/mojo/public/cpp/system",
"//third_party/mojo/src/mojo/public/cpp/utility",
@@ -62,8 +62,8 @@ mojo_native_application("test_request_tracker_app") {
":bindings",
"//base",
"//base:i18n",
- "//third_party/mojo/src/mojo/public/cpp/application",
- "//third_party/mojo/src/mojo/public/cpp/application:standalone",
+ "//mojo/application/public/cpp:application",
+ "//mojo/application/public/cpp:standalone",
"//third_party/mojo/src/mojo/public/cpp/bindings",
"//third_party/mojo/src/mojo/public/cpp/system",
"//third_party/mojo/src/mojo/public/cpp/utility",

Powered by Google App Engine
This is Rietveld 408576698