From a1dec3ccdc8ba5afea29941d60e786f3227ea3d6 Mon Sep 17 00:00:00 2001 From: "mattm@chromium.org" Date: Wed, 29 Feb 2012 23:59:11 +0000 Subject: Revert 124283 - roll yasm 73761:124103 Only change: http://crrev.com/124103 yasm: Merge a clang warning fix. BUG=82628 TEST=none TBR=ajwong Review URL: http://codereview.chromium.org/9534001 TBR=thakis@chromium.org Review URL: https://chromiumcodereview.appspot.com/9549011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124294 0039d316-1c4b-4281-b951-d872f2087c98 --- third_party/yasm/README.chromium | 4 ---- third_party/yasm/yasm.gyp | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) (limited to 'third_party/yasm') diff --git a/third_party/yasm/README.chromium b/third_party/yasm/README.chromium index 64ba7ac..ca73b58 100644 --- a/third_party/yasm/README.chromium +++ b/third_party/yasm/README.chromium @@ -1,11 +1,7 @@ Name: yasm URL: http://www.tortall.net/projects/yasm/ Version: 1.1.0 -With these patches merged: -* https://github.com/yasm/yasm/commit/a2cbb10ee1b90b73647667ac849c74d65761d412 - License File: source/patched-yasm/COPYING -Security Critical: no See also the yasm.gyp file for a description of the yasm build process. diff --git a/third_party/yasm/yasm.gyp b/third_party/yasm/yasm.gyp index d981b50..0fe28db 100644 --- a/third_party/yasm/yasm.gyp +++ b/third_party/yasm/yasm.gyp @@ -27,7 +27,7 @@ # be a rule. The problem is that the correct invocation cannot be inferred # purely from the file name, or extension. Nor is it obvious whether the # output should be processed as a source or not. Thus, we are left with a -# large amount of repetitive code. +# large amount of repetative code. { 'variables': { -- cgit v1.1