From 9187d22dee40a8ed4f98ae6fae510e18ebe1c4d8 Mon Sep 17 00:00:00 2001 From: "sky@chromium.org" Date: Fri, 7 Oct 2011 21:23:56 +0000 Subject: 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: svn://svn.chromium.org/chrome/trunk/src@104566 0039d316-1c4b-4281-b951-d872f2087c98 --- build/all.gyp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'build') diff --git a/build/all.gyp b/build/all.gyp index f1842d1..4671f65 100644 --- a/build/all.gyp +++ b/build/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" -- cgit v1.1