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

Unified Diff: mojo/runner/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/runner/BUILD.gn
diff --git a/mojo/runner/BUILD.gn b/mojo/runner/BUILD.gn
index c06dd8c910dde950a799d4132abd9c548eba6467..165a9b513b5f31d4449cec6a4c0dc9ce6b55770c 100644
--- a/mojo/runner/BUILD.gn
+++ b/mojo/runner/BUILD.gn
@@ -122,12 +122,12 @@ source_set("lib") {
"//base/third_party/dynamic_annotations",
"//base:base_static",
"//mojo/application",
+ "//mojo/application/public/interfaces",
"//mojo/common",
"//mojo/common:tracing_impl",
"//mojo/util:filename_util",
"//third_party/mojo/src/mojo/edk/system",
"//third_party/mojo/src/mojo/public/cpp/bindings",
- "//third_party/mojo/src/mojo/public/interfaces/application",
"//mojo/services/network/public/interfaces",
"//mojo/shell",
"//mojo/services/tracing:bindings",
@@ -359,7 +359,7 @@ mojom("child_process_bindings") {
]
deps = [
- "//third_party/mojo/src/mojo/public/interfaces/application",
+ "//mojo/application/public/interfaces",
]
}
« no previous file with comments | « mojo/mojo_base.gyp ('k') | mojo/runner/android/android_handler.h » ('j') | mojo/tools/rev_sdk.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698