summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_watcher
diff options
context:
space:
mode:
authorpmonette <pmonette@chromium.org>2015-12-08 13:45:45 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-08 21:46:49 +0000
commitc4b4077bbd5859aceb37a6e7a06ead3b8480542e (patch)
tree21d78e417ade49b57199792fc0ff5e831480e49c /chrome/chrome_watcher
parentccc1dd91f1c805cfc13423b07121e6d81832f8b3 (diff)
downloadchromium_src-c4b4077bbd5859aceb37a6e7a06ead3b8480542e.zip
chromium_src-c4b4077bbd5859aceb37a6e7a06ead3b8480542e.tar.gz
chromium_src-c4b4077bbd5859aceb37a6e7a06ead3b8480542e.tar.bz2
Fix chrome-branded component builds
With is_chrome_branded = true and is_component_build = true, a linker error (unresolved external symbol) was generated for kForceFieldTrials in targets delegate_execute and chrome_watcher. Review URL: https://codereview.chromium.org/1507093002 Cr-Commit-Position: refs/heads/master@{#363790}
Diffstat (limited to 'chrome/chrome_watcher')
-rw-r--r--chrome/chrome_watcher/BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/chrome_watcher/BUILD.gn b/chrome/chrome_watcher/BUILD.gn
index efd9155..f220580 100644
--- a/chrome/chrome_watcher/BUILD.gn
+++ b/chrome/chrome_watcher/BUILD.gn
@@ -33,6 +33,7 @@ shared_library("chrome_watcher") {
":chrome_watcher_resources",
":client",
"//base",
+ "//base:base_static",
"//build/config/sanitizers:deps",
"//chrome/installer/util",
"//components/browser_watcher",