summaryrefslogtreecommitdiffstats
path: root/third_party/mesa/mesa.gyp
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-03 23:14:20 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-03 23:14:20 +0000
commitf1782d9bc8ac54df3ff5fc7e09de883613d67fa2 (patch)
tree675e2f4b0a0706090bc36c916b4e364d52773fc7 /third_party/mesa/mesa.gyp
parente7f2927783e3cf9470d1f0cf0cd2fd1158bb9191 (diff)
downloadchromium_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.gyp6
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': [