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

Unified Diff: mojo/application/BUILD.gn

Issue 2011383002: Get rid of {Run,Terminate}MainApplication(), and more ApplicationDelegate conversion. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: rebased Created 4 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 | « examples/wget/wget.cc ('k') | mojo/application/run_application.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/application/BUILD.gn
diff --git a/mojo/application/BUILD.gn b/mojo/application/BUILD.gn
index e8f7b21141414de32b7c0252863f93f4acb48805..3781c55e5695ea68a30e85a22d8c348082a41220 100644
--- a/mojo/application/BUILD.gn
+++ b/mojo/application/BUILD.gn
@@ -11,11 +11,11 @@ source_set("application") {
]
public_deps = [
+ "//mojo/environment:chromium",
"//mojo/public/cpp/application",
]
deps = [
"//base",
- "//mojo/environment:chromium",
"//mojo/message_pump",
"//mojo/public/cpp/system",
]
« no previous file with comments | « examples/wget/wget.cc ('k') | mojo/application/run_application.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698