diff options
author | scottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-18 16:22:52 +0000 |
---|---|---|
committer | scottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-18 16:22:52 +0000 |
commit | 2557c0d1c5b3ea91089916c72ceed201a6af0507 (patch) | |
tree | 8b1c341b3f109e005affd3087c5e5db737a332eb | |
parent | 5209463a34abb409bfd50c53220e3bcf9bb3ada1 (diff) | |
download | chromium_src-2557c0d1c5b3ea91089916c72ceed201a6af0507.zip chromium_src-2557c0d1c5b3ea91089916c72ceed201a6af0507.tar.gz chromium_src-2557c0d1c5b3ea91089916c72ceed201a6af0507.tar.bz2 |
Remove now unnecessary msvs_cygwin_shell:1
Was necessary for VS build, but no longer required.
BUG=123026
TBR=jam@chromium.org
TEST=remove out\Debug\d3dcompiler_43.dll and ninja -C out\Debug D3DCompiler_43.dll
Review URL: https://codereview.chromium.org/142323002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245778 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | content/content_gpu.gypi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/content/content_gpu.gypi b/content/content_gpu.gypi index 453fbec..1cc6de6 100644 --- a/content/content_gpu.gypi +++ b/content/content_gpu.gypi @@ -62,7 +62,6 @@ '<(output)', '<(PRODUCT_DIR)', ], - 'msvs_cygwin_shell': 1, }, ], }], |