diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-29 23:32:49 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-29 23:32:49 +0000 |
commit | ed7f733edc962c29afa114f250b0762c0a551927 (patch) | |
tree | f13f77e4f22958dc1ff7b9856f8298a890697466 /third_party/yasm | |
parent | d3cf8682f04e3922d2f93c29327a80e02ec17eca (diff) | |
download | chromium_src-ed7f733edc962c29afa114f250b0762c0a551927.zip chromium_src-ed7f733edc962c29afa114f250b0762c0a551927.tar.gz chromium_src-ed7f733edc962c29afa114f250b0762c0a551927.tar.bz2 |
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
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124283 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/yasm')
-rw-r--r-- | third_party/yasm/README.chromium | 4 | ||||
-rw-r--r-- | third_party/yasm/yasm.gyp | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/third_party/yasm/README.chromium b/third_party/yasm/README.chromium index ca73b58..64ba7ac 100644 --- a/third_party/yasm/README.chromium +++ b/third_party/yasm/README.chromium @@ -1,7 +1,11 @@ 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 0fe28db..d981b50 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 repetative code. +# large amount of repetitive code. { 'variables': { |