From dcfc4dd555f18663899e82ee4ae0d99a7198ec5f Mon Sep 17 00:00:00 2001 From: "apatrick@chromium.org" Date: Wed, 28 Jul 2010 23:02:22 +0000 Subject: Touch extracted D3DX9 dll in extract_d3dx9 action. This was necessary because the Windows expand utility preserves the modification time from the archive. This lead to the extract_d3dx9 action firing repeatedly because the action output was older than the input. TEST=try BUG=none Review URL: http://codereview.chromium.org/3067008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54058 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/chrome.gyp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'chrome/chrome.gyp') diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index 5ea6dd5..e9d737cf 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -739,9 +739,10 @@ '<(PRODUCT_DIR)/<(output)', ], 'action': [ - 'expand', + 'python', + '../build/extract_from_cab.py', '..\\third_party\\directxsdk\\files\\Redist\\<(input)', - '-F:<(output)', + '<(output)', '<(PRODUCT_DIR)', ], }, -- cgit v1.1