From 6a4976483b1d5892905618254af65afa7d8baa83 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 13 Sep 2017 17:33:25 -0400 Subject: drop bundled gflags from the checkout The only code using gflags is google_crash_report_sender, and nothing builds or tests that code currently. Switch it over to using system versions of gflags so we can drop the local prebuilts. Tested local builds by hand of the tool. Bug: google-breakpad:360 Change-Id: I75d79b176468c948773079a54d87e70709feaf87 Reviewed-on: https://chromium-review.googlesource.com/665799 Reviewed-by: Mark Mentovai --- src/client/linux/sender/google_crash_report_sender.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/client/linux/sender') diff --git a/src/client/linux/sender/google_crash_report_sender.cc b/src/client/linux/sender/google_crash_report_sender.cc index ec6c06e8..f83a0e89 100644 --- a/src/client/linux/sender/google_crash_report_sender.cc +++ b/src/client/linux/sender/google_crash_report_sender.cc @@ -28,9 +28,10 @@ // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "common/linux/google_crashdump_uploader.h" -#include "third_party/linux/include/gflags/gflags.h" #include #include +#include +#include #include "common/using_std_string.h" -- cgit v1.2.1