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

Unified Diff: BUILD.gn

Issue 743813002: Take #2 at re-enabling breakpad in the Mac GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: build fix for symupload Created 6 years, 1 month 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | breakpad/BUILD.gn » ('j') | breakpad/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 5206979d1d6b7a36bc1eae114606cb33354c18df..d4681d31a16d77eab711e468c71b29d33d3dcc4b 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",
« no previous file with comments | « no previous file | breakpad/BUILD.gn » ('j') | breakpad/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698