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

Unified Diff: build/all.gyp

Issue 91813002: blink_tests must only depend on dump_syms#host on mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
{
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698