OLD | NEW |
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/version.gni") | 5 import("//chrome/version.gni") |
6 import("//testing/test.gni") | 6 import("//testing/test.gni") |
7 import("//third_party/kasko/kasko.gni") | 7 import("//third_party/kasko/kasko.gni") |
8 | 8 |
9 source_set("client") { | 9 source_set("client") { |
10 sources = [ | 10 sources = [ |
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
72 deps = [ | 72 deps = [ |
73 ":chrome_watcher_resources", | 73 ":chrome_watcher_resources", |
74 ":client", | 74 ":client", |
75 ":kasko_util", | 75 ":kasko_util", |
76 "//base", | 76 "//base", |
77 "//base:base_static", | 77 "//base:base_static", |
78 "//build/config/sanitizers:deps", | 78 "//build/config/sanitizers:deps", |
79 "//chrome/common:metrics_constants_util_win", | 79 "//chrome/common:metrics_constants_util_win", |
80 "//chrome/installer/util:with_no_strings", | 80 "//chrome/installer/util:with_no_strings", |
81 "//components/browser_watcher", | 81 "//components/browser_watcher", |
| 82 "//mojo/public/c/system:for_shared_library", |
82 ] | 83 ] |
83 ldflags = [ "/DEF:" + rebase_path("chrome_watcher.def", root_build_dir) ] | 84 ldflags = [ "/DEF:" + rebase_path("chrome_watcher.def", root_build_dir) ] |
84 configs -= [ "//build/config/win:console" ] | 85 configs -= [ "//build/config/win:console" ] |
85 configs += [ "//build/config/win:windowed" ] | 86 configs += [ "//build/config/win:windowed" ] |
86 } | 87 } |
OLD | NEW |