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

Unified Diff: chrome/chrome.gyp

Issue 1061473003: Always build dump_syms with the 'host' toolchain (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@arm_try_by_default
Patch Set: Created 5 years, 8 months 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 | « build/gn_migration.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 690be04627067285532db54c6af3ab360c752707..789fe89b0437078ded52bc61cae926f4b9f5da3a 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -383,7 +383,7 @@
],
'dependencies': [
'chrome',
- '../breakpad/breakpad.gyp:dump_syms',
+ '../breakpad/breakpad.gyp:dump_syms#host',
],
}],
],
« no previous file with comments | « build/gn_migration.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698