diff options
author | scottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-03 18:44:42 +0000 |
---|---|---|
committer | scottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-03 18:44:42 +0000 |
commit | 0811c69eb68f47def0b926cd6bca9324e9fbbf23 (patch) | |
tree | a58f3588470bb154cfce24978d80bde58fa330f0 /third_party/yasm/README.chromium | |
parent | 87f06732dd54158cb9b5223e2328cecc3dee7c35 (diff) | |
download | chromium_src-0811c69eb68f47def0b926cd6bca9324e9fbbf23.zip chromium_src-0811c69eb68f47def0b926cd6bca9324e9fbbf23.tar.gz chromium_src-0811c69eb68f47def0b926cd6bca9324e9fbbf23.tar.bz2 |
yasm: merge fixes from upstream and remove warning suppression on win
https://github.com/yasm/yasm/pull/64 was merged, so we can remove VS
warning suppressions now.
TBR=thakis@chromium.org
BUG=126483
Review URL: https://chromiumcodereview.appspot.com/10916080
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154708 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/yasm/README.chromium')
-rw-r--r-- | third_party/yasm/README.chromium | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/yasm/README.chromium b/third_party/yasm/README.chromium index 9cea9b8..59a5e57 100644 --- a/third_party/yasm/README.chromium +++ b/third_party/yasm/README.chromium @@ -12,6 +12,7 @@ With these patches merged: * https://github.com/yasm/yasm/commit/82fafa7b5619e702c8681c959ade0746498e3cbc * https://github.com/yasm/yasm/commit/2bd66514b6b100887c19d8598da38347b3cff40e * https://github.com/yasm/yasm/commit/ab19547382660d81e0b4a0232dccb38f44c52a36 +* https://github.com/yasm/yasm/commit/9728322335cba96500861ef766b1546d096e5600 See also the yasm.gyp file for a description of the yasm build process. |