diff options
author | scottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-18 16:22:06 +0000 |
---|---|---|
committer | scottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-18 16:22:06 +0000 |
commit | 5209463a34abb409bfd50c53220e3bcf9bb3ada1 (patch) | |
tree | 3eaec1fec18f8b9833bfe22e37f7ed30576fe54e | |
parent | ba844a93b4533ab71d221bf4759fe1e9b400488a (diff) | |
download | chromium_src-5209463a34abb409bfd50c53220e3bcf9bb3ada1.zip chromium_src-5209463a34abb409bfd50c53220e3bcf9bb3ada1.tar.gz chromium_src-5209463a34abb409bfd50c53220e3bcf9bb3ada1.tar.bz2 |
Remove now unnecessary msvs_cygwin_shell:1
This was perhaps necessary for VS builds before, but we don't have those
to worry about any more.
BUG=123026
TBR=raymes@chromium.org
TEST=remove *ppapi_nacl_tests* and ninja -C out\Debug ppapi_nacl_tests
Review URL: https://codereview.chromium.org/142313002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245777 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | ppapi/ppapi_untrusted.gyp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ppapi/ppapi_untrusted.gyp b/ppapi/ppapi_untrusted.gyp index 4c51db6..40c4d61 100644 --- a/ppapi/ppapi_untrusted.gyp +++ b/ppapi/ppapi_untrusted.gyp @@ -168,7 +168,6 @@ '--output=>(nmf_glibc)', '--stage-dependencies=<(PRODUCT_DIR)', ], - 'msvs_cygwin_shell': 1, }, ], }], |