Skip to content

Commit

Permalink
Make app_list tests build on Win64
Browse files Browse the repository at this point in the history
Just c4267 build suppressions. 

BUG=166496
BUG=167187
TBR=benwells@chromium.org
R=benwells@chromium.org

Review URL: https://chromiumcodereview.appspot.com/12303024

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@183224 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
jschuh@chromium.org committed Feb 19, 2013
1 parent cf1f65a commit 01a6bf6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ui/app_list/app_list.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@
],
}],
],
# Disable c4267 warnings until we fix size_t to int truncations.
'msvs_disabled_warnings': [ 4267, ],
},
],
}

0 comments on commit 01a6bf6

Please sign in to comment.