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

Unified Diff: base/allocator/allocator.gyp

Issue 10388215: replace prep_libc.sh with prep_libc.py, and quiet the output (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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 | base/allocator/prep_libc.py » ('j') | base/allocator/prep_libc.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/allocator/allocator.gyp
diff --git a/base/allocator/allocator.gyp b/base/allocator/allocator.gyp
index 7b1058c10a96a4e15e09c45818ee85d4991ac12c..1eccb442e4eec9ea51d5fb8d9dc752f04f5e2abe 100644
--- a/base/allocator/allocator.gyp
+++ b/base/allocator/allocator.gyp
@@ -453,16 +453,18 @@
{
'action_name': 'libcmt',
'inputs': [
- 'prep_libc.sh',
+ 'prep_libc.py',
],
'outputs': [
'<(SHARED_INTERMEDIATE_DIR)/allocator/libcmt.lib',
],
'action': [
- './prep_libc.sh',
+ 'python',
+ 'prep_libc.py',
'$(VCInstallDir)lib',
'<(SHARED_INTERMEDIATE_DIR)/allocator',
],
+ 'msvs_cygwin_shell': '0',
},
],
},
« no previous file with comments | « no previous file | base/allocator/prep_libc.py » ('j') | base/allocator/prep_libc.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698