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

Unified Diff: base/base.gyp

Issue 213113002: Add the host toolset to base:sanitizer_options. Fix a typo in nacl.gyp (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 | « no previous file | components/nacl.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index 7cda0404e73f9a1703df95aaa25caad43b5cb1b3..168a6501d0d0f10e5ac18fbdf01cd9ee764d0a62 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -1012,7 +1012,8 @@
{
'target_name': 'sanitizer_options',
'type': 'static_library',
- 'variables': {
+ 'toolsets': ['host', 'target'],
+ 'variables': {
# Every target is going to depend on sanitizer_options, so allow
# this one to depend on itself.
'prune_self_dependency': 1,
« no previous file with comments | « no previous file | components/nacl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698