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

Side by Side Diff: chrome/chrome_watcher/BUILD.gn

Issue 2850863002: Initialize logging for Chrome watcher process (Closed)
Patch Set: Initialize logging for Chrome watcher process Created 3 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 unified diff | Download patch
« no previous file with comments | « no previous file | chrome/chrome_watcher/chrome_watcher_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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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("//chrome/process_version_rc_template.gni") 5 import("//chrome/process_version_rc_template.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 source_set("client") { 8 source_set("client") {
9 sources = [ 9 sources = [
10 "chrome_watcher_main_api.cc", 10 "chrome_watcher_main_api.cc",
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 ] 54 ]
55 inputs = [ 55 inputs = [
56 "chrome_watcher.def", 56 "chrome_watcher.def",
57 ] 57 ]
58 deps = [ 58 deps = [
59 ":chrome_watcher_resources", 59 ":chrome_watcher_resources",
60 ":client", 60 ":client",
61 "//base", 61 "//base",
62 "//base:base_static", 62 "//base:base_static",
63 "//build/config/sanitizers:deps", 63 "//build/config/sanitizers:deps",
64 "//chrome/common",
64 "//chrome/install_static:secondary_module", 65 "//chrome/install_static:secondary_module",
65 "//chrome_elf", 66 "//chrome_elf",
66 "//components/browser_watcher", 67 "//components/browser_watcher",
67 ] 68 ]
68 ldflags = [ "/DEF:" + rebase_path("chrome_watcher.def", root_build_dir) ] 69 ldflags = [ "/DEF:" + rebase_path("chrome_watcher.def", root_build_dir) ]
69 configs -= [ "//build/config/win:console" ] 70 configs -= [ "//build/config/win:console" ]
70 configs += [ "//build/config/win:windowed" ] 71 configs += [ "//build/config/win:windowed" ]
71 } 72 }
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_watcher/chrome_watcher_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698