diff options
author | jschuh@chromium.org <jschuh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-26 02:20:39 +0000 |
---|---|---|
committer | jschuh@chromium.org <jschuh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-26 02:20:39 +0000 |
commit | e0740483c795fe589442a256c659ba811564f3c1 (patch) | |
tree | eb707df77547471a827442ecc5663a496b462766 /ppapi | |
parent | 8e4ef72555fd196ef07ff956ac1d248ef68b3dba (diff) | |
download | chromium_src-e0740483c795fe589442a256c659ba811564f3c1.zip chromium_src-e0740483c795fe589442a256c659ba811564f3c1.tar.gz chromium_src-e0740483c795fe589442a256c659ba811564f3c1.tar.bz2 |
Make ppapi build on Win64
BUG=166496
BUG=167187
TBR=viettrungluu@chromium.org
Review URL: https://chromiumcodereview.appspot.com/12086006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@178999 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi')
-rw-r--r-- | ppapi/ppapi_internal.gyp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ppapi/ppapi_internal.gyp b/ppapi/ppapi_internal.gyp index c474a7d..821479d 100644 --- a/ppapi/ppapi_internal.gyp +++ b/ppapi/ppapi_internal.gyp @@ -70,6 +70,8 @@ }, }], ], + # Disable c4267 warnings until we fix size_t to int truncations. + 'msvs_disabled_warnings': [ 4267, ], }, ], 'conditions': [ @@ -158,6 +160,8 @@ '..', ], }, + # Disable c4267 warnings until we fix size_t to int truncations. + 'msvs_disabled_warnings': [ 4267, ], }, { # In component build, this is just a phony target that makes sure |