Adding app_shim executable on Windows.
commit31d809c90a47afe763ea6a027d811eae1707914f
authormgiuca <mgiuca@chromium.org>
Wed, 5 Nov 2014 03:05:03 +0000 (4 19:05 -0800)
committerCommit bot <commit-bot@chromium.org>
Wed, 5 Nov 2014 03:08:42 +0000 (5 03:08 +0000)
treeb54f135b9ec56cb1e52e3092d1a2d3b34f8565ad
parentf971997eb9062d6721c42249018f25df6f0279da
Adding app_shim executable on Windows.

This is a small binary that runs Chrome with the given command-line
arguments. It is intended for use with Chrome apps, so that file types
can be associated with the shim, having a custom name (and in some
cases, icon) rather than simply the name of the Chrome binary.

BUG=130455

Review URL: https://codereview.chromium.org/179223003

Cr-Commit-Position: refs/heads/master@{#302749}
chrome/app/theme/chromium/win/webstore.ico [new file with mode: 0644]
chrome/app_shim/DEPS
chrome/app_shim/app_shim_win.gypi [new file with mode: 0644]
chrome/app_shim/win/app_shim.exe.manifest [new file with mode: 0644]
chrome/app_shim/win/app_shim.rc [new file with mode: 0644]
chrome/app_shim/win/app_shim_main.cc [new file with mode: 0644]
chrome/chrome.gyp