Skip to content

Commit

Permalink
Copy courgette.exe to courgette64.exe
Browse files Browse the repository at this point in the history
Bot angry file not named way bot want.

R=tommi@chromium.org,laforge@chromium.org
BUG=273246

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@218108 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
jschuh@chromium.org committed Aug 16, 2013
1 parent 91564fb commit 588c867
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build/all.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -755,6 +755,7 @@
'dependencies': [
'../chrome/chrome.gyp:crash_service',
'../chrome/chrome.gyp:policy_templates',
'../courgette/courgette.gyp:courgette64',
'../chrome/installer/mini_installer.gyp:mini_installer',
'../courgette/courgette.gyp:courgette',
'../cloud_print/cloud_print.gyp:cloud_print',
Expand All @@ -778,7 +779,6 @@
'dependencies': [
'../chrome/chrome.gyp:crash_service_win64',
'../chrome_frame/chrome_frame.gyp:npchrome_frame',
'../courgette/courgette.gyp:courgette64',
# Omitting tests from Win64 to speed up cycle times.
'../chrome/chrome.gyp:automated_ui_tests',
'../chrome/chrome.gyp:chromedriver',
Expand Down
27 changes: 27 additions & 0 deletions courgette/courgette.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -203,5 +203,32 @@
},
],
}],
# The build infrastructure needs courgette to be named courgette64.
['OS=="win" and target_arch=="x64"', {
'targets': [
{
'target_name': 'courgette64',
'type': 'none',
'dependencies': [
'courgette',
],
'actions': [{
'action_name': 'courgette64',
'inputs': [
'<(PRODUCT_DIR)/courgette.exe',
],
'outputs': [
'<(PRODUCT_DIR)/courgette64.exe',
],
'action': [
'python',
'../build/cp.py',
'<@(_inputs)',
'<@(_outputs)'
],
}],
},
],
}],
],
}

0 comments on commit 588c867

Please sign in to comment.