summaryrefslogtreecommitdiffstats
path: root/third_party
diff options
context:
space:
mode:
authorjschuh@chromium.org <jschuh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-28 05:38:02 +0000
committerjschuh@chromium.org <jschuh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-28 05:38:02 +0000
commit52b471df00b5dc8191393ec191b2238e1e6c3ffa (patch)
tree806ba93cfd327f1dec6f1febdef8ae1e39a36771 /third_party
parenta53b7e0063799a831366a725b06f6d787335e871 (diff)
downloadchromium_src-52b471df00b5dc8191393ec191b2238e1e6c3ffa.zip
chromium_src-52b471df00b5dc8191393ec191b2238e1e6c3ffa.tar.gz
chromium_src-52b471df00b5dc8191393ec191b2238e1e6c3ffa.tar.bz2
Make yasm compile on Win64
BUG=166496 TBR=scottmg Review URL: https://chromiumcodereview.appspot.com/11698003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174725 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party')
-rw-r--r--third_party/yasm/yasm.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/third_party/yasm/yasm.gyp b/third_party/yasm/yasm.gyp
index d981b50..5f93573 100644
--- a/third_party/yasm/yasm.gyp
+++ b/third_party/yasm/yasm.gyp
@@ -171,6 +171,7 @@
],
}],
],
+ 'msvs_disabled_warnings': [ 4267 ],
'rules': [
{
'rule_name': 'generate_gperf',
@@ -553,6 +554,7 @@
],
}],
],
+ 'msvs_disabled_warnings': [ 4267 ],
},
{
'target_name': 'genmodule',