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

Unified Diff: mojo/shell/BUILD.gn

Issue 758273003: Enable logging from mojo_launcher (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 | « no previous file | mojo/shell/launcher_main.cc » ('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 22f217fcc6b4a2297fa95248ddb7b53411799642..ebfaf8105e485a4246567b6db7a4853744564131 100644
--- a/mojo/shell/BUILD.gn
+++ b/mojo/shell/BUILD.gn
@@ -35,6 +35,8 @@ executable("mojo_shell") {
executable("mojo_launcher") {
sources = [
+ "init.cc",
+ "init.h",
DaveMoore 2014/11/26 17:21:53 Files should not be listed more than once. If we n
Chris Masone 2014/11/26 17:39:57 Done.
"launcher_main.cc"
]
« no previous file with comments | « no previous file | mojo/shell/launcher_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698