summaryrefslogtreecommitdiffstats
path: root/BUILD.gn
diff options
context:
space:
mode:
authordpranke <dpranke@chromium.org>2014-11-19 12:53:19 -0800
committerCommit bot <commit-bot@chromium.org>2014-11-19 20:55:33 +0000
commit6ae55f928b690168c589912615894eb27cf62e1b (patch)
tree348530550cb73763c4940f1c3e90c4ef497bbc21 /BUILD.gn
parente5f669a25d47715b7526a014e006698f4e9ce1a5 (diff)
downloadchromium_src-6ae55f928b690168c589912615894eb27cf62e1b.zip
chromium_src-6ae55f928b690168c589912615894eb27cf62e1b.tar.gz
chromium_src-6ae55f928b690168c589912615894eb27cf62e1b.tar.bz2
Make breakpad work in Mac GN.
R=brettw@chromium.org, thakis@chromium.org BUG=431177 Review URL: https://codereview.chromium.org/732853002 Cr-Commit-Position: refs/heads/master@{#304884}
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn5
1 files changed, 0 insertions, 5 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 5206979..d4681d3 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -273,11 +273,6 @@ group("root") {
#
if (is_mac) {
- # TODO(dpranke): Need to fix the unused function errors in breakpad.
- deps -= [
- "//breakpad:symupload"
- ]
-
# TODO(dpranke): These need a webrtc fix in order to build.
deps -= [
"//jingle:notifier",