Not sure what the plans are for Win64, but at the moment it chokes on the binary.

R=siggi@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@184134 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
jschuh@chromium.org 2013-02-22 18:28:26 +00:00
Родитель 52b2461d0d
Коммит b10f411c35
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -183,7 +183,7 @@
'target_name': 'All_syzygy',
'type': 'none',
'conditions': [
['OS=="win" and fastbuild==0', {
['OS=="win" and fastbuild==0 and target_arch=="ia32"', {
'dependencies': [
'../chrome/installer/mini_installer_syzygy.gyp:*',
],