Revert 149892 - Remove cygwin disease from grit (python) invocations :)

(Try bots currently failing on pak build. Not sure that this is the cause, but
I don't see a lot of other plausible candidates. I'll revert this revert if it
doesn't help.)

R=scottmg,joi
BUG=123026

Review URL: https://chromiumcodereview.appspot.com/10832121

TBR=iannucci@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10834182

git-svn-id: http://src.chromium.org/svn/trunk/src/build@150118 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
scottmg@google.com 2012-08-06 18:31:33 +00:00
Родитель 57374eacf4
Коммит 96d1d29b2f
1 изменённых файлов: 2 добавлений и 5 удалений

Просмотреть файл

@ -1,4 +1,4 @@
# Copyright (c) 2012 The Chromium Authors. All rights reserved.
# Copyright (c) 2011 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
@ -25,11 +25,8 @@
],
'action': ['<@(grit_cmd)',
'-i', '<(grit_grd_file)', 'build',
# Combine the -f with the path to avoid gyp reinterpreting the path
# in terms of msvs' path structure.
'-fGRIT_DIR/../gritsettings/resource_ids',
'-f', 'GRIT_DIR/../gritsettings/resource_ids',
'-o', '<(grit_out_dir)',
'<@(grit_defines)' ],
'msvs_cygwin_shell': 0,
'message': 'Generating resources from <(grit_grd_file)',
}