Fixes aura build on windows. Makes all tests use the test compositor

as the bots don't have the right libraries yet.

BUG=none
TEST=none
R=ben@chromium.org

Review URL: http://codereview.chromium.org/8202014

git-svn-id: http://src.chromium.org/svn/trunk/src/build@104566 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
sky@chromium.org 2011-10-07 21:23:56 +00:00
Родитель fc10c56353
Коммит e4295df8d9
1 изменённых файлов: 15 добавлений и 0 удалений

15
all.gyp
Просмотреть файл

@ -615,6 +615,21 @@
'../views/views.gyp:views_unittests',
'../webkit/webkit.gyp:pull_in_webkit_unit_tests',
],
'conditions': [
['OS=="win"', {
# Remove this when we have the real compositor.
'copies': [
{
'destination': '<(PRODUCT_DIR)',
'files': ['../third_party/directxsdk/files/dlls/D3DX10d_43.dll']
},
],
'dependencies': [
'../chrome/chrome.gyp:crash_service',
'../chrome/chrome.gyp:crash_service_win64',
],
}],
],
},
], # targets
}], # "use_aura==1"