diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-03 23:14:20 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-03 23:14:20 +0000 |
commit | f1782d9bc8ac54df3ff5fc7e09de883613d67fa2 (patch) | |
tree | 675e2f4b0a0706090bc36c916b4e364d52773fc7 /third_party/mesa/mesa.gyp | |
parent | e7f2927783e3cf9470d1f0cf0cd2fd1158bb9191 (diff) | |
download | chromium_src-f1782d9bc8ac54df3ff5fc7e09de883613d67fa2.zip chromium_src-f1782d9bc8ac54df3ff5fc7e09de883613d67fa2.tar.gz chromium_src-f1782d9bc8ac54df3ff5fc7e09de883613d67fa2.tar.bz2 |
Add targets for mesa to the GN build.
Remove C99 enumation from GYP Windows build now that we have VC2013
R=kbr@chromium.org
Review URL: https://codereview.chromium.org/314473002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274665 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/mesa/mesa.gyp')
-rw-r--r-- | third_party/mesa/mesa.gyp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/third_party/mesa/mesa.gyp b/third_party/mesa/mesa.gyp index 2b06eb4..f2e191e 100644 --- a/third_party/mesa/mesa.gyp +++ b/third_party/mesa/mesa.gyp @@ -74,12 +74,6 @@ '-fPIC', ], }], - ['OS=="win"', { - # Pick up emulation headers not supported by Visual Studio. - 'include_dirs': [ - 'src/include/c99', - ], - }], ], }, 'targets': [ |