summaryrefslogtreecommitdiffstats
path: root/sdch/sdch.gyp
diff options
context:
space:
mode:
authorviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-07 17:50:58 +0000
committerviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-07 17:50:58 +0000
commit3ddcee7c42d8b42c10558e004506244ea2b3d779 (patch)
treeba842a1063947f4348b55a0d98cb82b963d2f96c /sdch/sdch.gyp
parente54e058d943c55b6239e7a8f822e59fa9bfd4ab9 (diff)
downloadchromium_src-3ddcee7c42d8b42c10558e004506244ea2b3d779.zip
chromium_src-3ddcee7c42d8b42c10558e004506244ea2b3d779.tar.gz
chromium_src-3ddcee7c42d8b42c10558e004506244ea2b3d779.tar.bz2
Make sdch not use an incompatible stdint.h.
We force-include our own logging.h, which includes basictypes.h, which now includes stdint.h. Without this change, this ends up being minimal/hacky stdint.h (from sdch/open-vcdiff/vsprojects), which isn't sufficient for the needs of the rest of basictypes.h. R=brettw@chromium.org, jar@chromium.org BUG=138542 Review URL: https://codereview.chromium.org/110273004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243329 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sdch/sdch.gyp')
-rw-r--r--sdch/sdch.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdch/sdch.gyp b/sdch/sdch.gyp
index 8d609d5..2e74aa5 100644
--- a/sdch/sdch.gyp
+++ b/sdch/sdch.gyp
@@ -57,7 +57,7 @@
[ 'os_bsd==1 or OS=="solaris"', { 'include_dirs': [ 'bsd' ] } ],
[ 'OS == "ios"', { 'include_dirs': [ 'ios' ] } ],
[ 'OS == "mac"', { 'include_dirs': [ 'mac' ] } ],
- [ 'OS == "win"', { 'include_dirs': [ 'open-vcdiff/vsprojects' ] } ],
+ [ 'OS == "win"', { 'include_dirs': [ 'win' ] } ],
# TODO(mark): Remove usage of the deprecated auto_ptr.
[ 'clang == 1', { 'cflags': [ '-Wno-deprecated-declarations' ] } ],
],