summaryrefslogtreecommitdiffstats
path: root/.gn
diff options
context:
space:
mode:
authordpranke <dpranke@chromium.org>2015-10-29 17:05:21 -0700
committerCommit bot <commit-bot@chromium.org>2015-10-30 00:06:25 +0000
commitdd9600d94ae6f75a9e66fac0fb691207f005ecfd (patch)
treeb72b78c1e1efca9b03b489e04cc15c07cd0252fc /.gn
parent08d153c2a2964510cff3d5e9f4f46d19b94e4f5c (diff)
downloadchromium_src-dd9600d94ae6f75a9e66fac0fb691207f005ecfd.zip
chromium_src-dd9600d94ae6f75a9e66fac0fb691207f005ecfd.tar.gz
chromium_src-dd9600d94ae6f75a9e66fac0fb691207f005ecfd.tar.bz2
Fix missing dependencies for //components/crash.
This patch adds the dependencies that //components/crash that were missing that was making `gn check` upset and, in at least one case, causing us to actually miscompile things because the public_configs were not being propagated from content properly. R=rsesek@chromium.org, jam@chromium.org, pkotwicz@chromium.org BUG=547635 Review URL: https://codereview.chromium.org/1423043002 Cr-Commit-Position: refs/heads/master@{#356993}
Diffstat (limited to '.gn')
-rw-r--r--.gn3
1 files changed, 1 insertions, 2 deletions
diff --git a/.gn b/.gn
index da7032b..6f4d7f5 100644
--- a/.gn
+++ b/.gn
@@ -58,8 +58,7 @@ check_targets = [
"//components/content_settings/*",
"//components/cookie_config/*",
"//components/copresence/*",
-
- #"//components/crash/*", TODO(brettw) once conflicting patches are landed.
+ "//components/crash/*",
"//components/cronet/*",
"//components/crx_file/*",
"//components/data_reduction_proxy/*",