| Index: build/all.gyp
|
| diff --git a/build/all.gyp b/build/all.gyp
|
| index f1842d19661f41d20e0087e9abbfdaac539402cf..4671f6579666a3ff38a83e03550e71c0a6d06dd9 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"
|
|
|