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

Unified Diff: mojo/shell/BUILD.gn

Issue 1129193005: Random mandoline gn fixes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « mojo/runner/BUILD.gn ('k') | mojo/shell/native_runner.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/BUILD.gn
diff --git a/mojo/shell/BUILD.gn b/mojo/shell/BUILD.gn
index 8e1988fc6499d830ae6a5755e42757b22ab6769b..66a8d750a3fdd9ca3cd97f4368ff99c8858ab690 100644
--- a/mojo/shell/BUILD.gn
+++ b/mojo/shell/BUILD.gn
@@ -33,6 +33,7 @@ source_set("shell") {
public_deps = [
"//base",
"//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",
@@ -45,7 +46,6 @@ source_set("shell") {
"//mojo/environment:chromium",
"//mojo/util:filename_util",
"//third_party/mojo_services/src/content_handler/public/interfaces",
- "//mojo/runner:native_application_support",
]
}
« no previous file with comments | « mojo/runner/BUILD.gn ('k') | mojo/shell/native_runner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698