aboutsummaryrefslogtreecommitdiff
path: root/src/third_party
diff options
context:
space:
mode:
authorPavel Labath <labath@google.com>2016-01-29 11:43:21 +0000
committerPavel Labath <labath@google.com>2016-01-29 11:43:21 +0000
commit442b45266d69950f68869ca07c76a106f6c99b45 (patch)
tree061b9c9028b3d65631861e2eb478f2d673e77958 /src/third_party
parentonly build dump_syms_mac for x86 hosts (diff)
downloadbreakpad-442b45266d69950f68869ca07c76a106f6c99b45.tar.xz
Improvements to GYP build
This updates the GYP build for the processor component (on windows). - adds/removes references to files which were added or removed from the repository - includes build/common.gypi in the gyp files: needed to correctly detect the OS (I think, the generated MSVC solutions were broken without it) - conditionally compiles code platform-specific code for the given platform After this minidump processor nearly compiles with VS2013: the generated project is correct, but some files still have compilation errors. Disclaimer: I have not tested the GYP changes on non-windows platform, as there does not seem to be anyone using it there. BUG= R=mark@chromium.org Review URL: https://codereview.chromium.org/1643633004 .
Diffstat (limited to 'src/third_party')
-rw-r--r--src/third_party/libdisasm/libdisasm.gyp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/third_party/libdisasm/libdisasm.gyp b/src/third_party/libdisasm/libdisasm.gyp
index c48ac824..5c8dc458 100644
--- a/src/third_party/libdisasm/libdisasm.gyp
+++ b/src/third_party/libdisasm/libdisasm.gyp
@@ -27,6 +27,9 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
{
+ 'includes': [
+ '../../build/common.gypi',
+ ],
'targets': [
{
'target_name': 'libdisasm',