bug 1407368 - remove workarounds in google-breakpad/src/common. r?mshal draft
authorTed Mielczarek <ted@mielczarek.org>
Tue, 17 Oct 2017 19:45:13 -0400
changeset 681986 3c6d4eeb4985dc23c1678e1919f390faa7c91c73
parent 681985 d321475099f000482689d6a6fb8629274ee19a65
child 736274 c54e330d09a8515c34a92d4aba875de999e84db0
push id84972
push userbmo:ted@mielczarek.org
push dateTue, 17 Oct 2017 23:47:14 +0000
reviewersmshal
bugs1407368
milestone58.0a1
bug 1407368 - remove workarounds in google-breakpad/src/common. r?mshal MozReview-Commit-ID: 3HT8PoT1IpT
toolkit/crashreporter/google-breakpad/src/common/Makefile.in
toolkit/crashreporter/google-breakpad/src/common/moz.build
deleted file mode 100644
--- a/toolkit/crashreporter/google-breakpad/src/common/Makefile.in
+++ /dev/null
@@ -1,9 +0,0 @@
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-
-include $(topsrcdir)/config/rules.mk
-
-# memory.h in this dir breaks things if -I$(srcdir) gets added, since memory.h
-# is also a system header and the copy here winds up getting included instead.
-INCLUDES := $(LOCAL_INCLUDES) -I$(DIST)/include
--- a/toolkit/crashreporter/google-breakpad/src/common/moz.build
+++ b/toolkit/crashreporter/google-breakpad/src/common/moz.build
@@ -59,18 +59,14 @@ if CONFIG['OS_TARGET'] == 'Android':
         'android/breakpad_getcontext.S',
     ]
     LOCAL_INCLUDES += [
         '/toolkit/crashreporter/google-breakpad/src/common/android/include',
     ]
 
 Library('breakpad_common_s')
 
-# memory.h in this dir breaks things if -I$(srcdir) gets added, since memory.h
-# is also a system header and the copy here winds up getting included instead.
-COMPILE_FLAGS['BASE_INCLUDES'] = []
-
 # We allow warnings for third-party code that can be updated from upstream.
 ALLOW_COMPILER_WARNINGS = True
 
 FINAL_LIBRARY = 'xul'
 
 include('/toolkit/crashreporter/crashreporter.mozbuild')