Index: build/all.gyp |
diff --git a/build/all.gyp b/build/all.gyp |
index e9eb02af382129fe65e657f787e315eeb4d030a1..e43cb3a47d3baa720187f7fc9e1d5b517e3af567 100644 |
--- a/build/all.gyp |
+++ b/build/all.gyp |
@@ -402,10 +402,19 @@ |
], |
}, { # OS!="win" |
'dependencies': [ |
- '../breakpad/breakpad.gyp:dump_syms', |
'../breakpad/breakpad.gyp:minidump_stackwalk', |
], |
}], |
+ ['OS=="mac"', { |
+ 'dependencies': [ |
+ '../breakpad/breakpad.gyp:dump_syms#host', |
+ ], |
+ }], |
+ ['OS=="linux"', { |
+ 'dependencies': [ |
+ '../breakpad/breakpad.gyp:dump_syms', |
+ ], |
+ }], |
], |
}, # target_name: blink_tests |
{ |