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

Side by Side 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 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 unified diff | Download patch
« no previous file with comments | « no previous file | mojo/shell/launcher_main.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 import("//mojo/public/mojo.gni") 6 import("//mojo/public/mojo.gni")
7 import("//mojo/public/tools/bindings/mojom.gni") 7 import("//mojo/public/tools/bindings/mojom.gni")
8 8
9 # We don't support building in the component build since mojo apps are 9 # We don't support building in the component build since mojo apps are
10 # inherently components. 10 # inherently components.
(...skipping 17 matching lines...) Expand all
28 "//build/config/sanitizers:deps", 28 "//build/config/sanitizers:deps",
29 "//mojo/common", 29 "//mojo/common",
30 "//mojo/environment:chromium", 30 "//mojo/environment:chromium",
31 ] 31 ]
32 } 32 }
33 33
34 } # !use_prebuilt_mojo_shell 34 } # !use_prebuilt_mojo_shell
35 35
36 executable("mojo_launcher") { 36 executable("mojo_launcher") {
37 sources = [ 37 sources = [
38 "init.cc",
39 "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.
38 "launcher_main.cc" 40 "launcher_main.cc"
39 ] 41 ]
40 42
41 deps = [ 43 deps = [
42 ":external_application_registrar_bindings", 44 ":external_application_registrar_bindings",
43 ":external_application_registrar_connection", 45 ":external_application_registrar_connection",
44 ":in_process_dynamic_service_runner", 46 ":in_process_dynamic_service_runner",
45 "//base", 47 "//base",
46 "//build/config/sanitizers:deps", 48 "//build/config/sanitizers:deps",
47 "//mojo/common", 49 "//mojo/common",
(...skipping 347 matching lines...) Expand 10 before | Expand all | Expand 10 after
395 397
396 deps -= [ 398 deps -= [
397 ":lib", 399 ":lib",
398 ":external_application_registrar_connection", 400 ":external_application_registrar_connection",
399 ":external_application_registrar_bindings", 401 ":external_application_registrar_bindings",
400 "//mojo/shell/domain_socket", 402 "//mojo/shell/domain_socket",
401 "//mojo/shell/domain_socket:tests", 403 "//mojo/shell/domain_socket:tests",
402 ] 404 ]
403 } 405 }
404 } 406 }
OLDNEW
« 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