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

Unified Diff: mojo/shell/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/shell/BUILD.gn
diff --git a/mojo/shell/BUILD.gn b/mojo/shell/BUILD.gn
index 66a8d750a3fdd9ca3cd97f4368ff99c8858ab690..8b5fe28da215fd0ec16716c47a41022e67ae9e68 100644
--- a/mojo/shell/BUILD.gn
+++ b/mojo/shell/BUILD.gn
@@ -32,9 +32,9 @@ source_set("shell") {
public_deps = [
"//base",
+ "//mojo/application/public/interfaces",
"//mojo/common",
"//third_party/mojo/src/mojo/public/cpp/bindings",
- "//third_party/mojo/src/mojo/public/interfaces/application:application",
"//mojo/services/network/public/interfaces",
"//url",
]
@@ -61,10 +61,10 @@ test("tests") {
":test_bindings",
"//base",
"//mojo/application",
+ "//mojo/application/public/cpp:application",
"//mojo/common",
- "//third_party/mojo/src/mojo/edk/test:run_all_unittests",
"//mojo/environment:chromium",
- "//third_party/mojo/src/mojo/public/cpp/application",
+ "//third_party/mojo/src/mojo/edk/test:run_all_unittests",
"//third_party/mojo/src/mojo/public/cpp/bindings",
"//testing/gtest",
"//url",

Powered by Google App Engine
This is Rietveld 408576698