diff options
author | hbono@chromium.org <hbono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-13 09:57:12 +0000 |
---|---|---|
committer | hbono@chromium.org <hbono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-13 09:57:12 +0000 |
commit | 340b0d028141088f9298b4e450b7d54686c6320b (patch) | |
tree | 799815bb5c6c9da36d6734d3a0c61161a1e87594 /third_party/yasm | |
parent | 7044569a11a97cbc2fc3a95ad66ce8e314d791dd (diff) | |
download | chromium_src-340b0d028141088f9298b4e450b7d54686c6320b.zip chromium_src-340b0d028141088f9298b4e450b7d54686c6320b.tar.gz chromium_src-340b0d028141088f9298b4e450b7d54686c6320b.tar.bz2 |
Update our yasm copy to yasm 1.1.0 (the Chromium side).
This change add a new file added by yasm 1.1.0 to the GYP file for yasm.
BUG=64640
TEST=build chromium without errors.
Review URL: http://codereview.chromium.org/6186007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71305 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/yasm')
-rw-r--r-- | third_party/yasm/yasm.gyp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/third_party/yasm/yasm.gyp b/third_party/yasm/yasm.gyp index f53d1f6..54de9fb 100644 --- a/third_party/yasm/yasm.gyp +++ b/third_party/yasm/yasm.gyp @@ -1,4 +1,4 @@ -# Copyright (c) 2009 The Chromium Authors. All rights reserved. +# Copyright (c) 2011 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. @@ -127,6 +127,7 @@ 'source/patched-yasm/modules/objfmts/rdf/rdf-objfmt.c', 'source/patched-yasm/modules/objfmts/xdf/xdf-objfmt.c', 'source/patched-yasm/modules/parsers/gas/gas-parse.c', + 'source/patched-yasm/modules/parsers/gas/gas-parse-intel.c', 'source/patched-yasm/modules/parsers/gas/gas-parser.c', 'source/patched-yasm/modules/parsers/nasm/nasm-parse.c', 'source/patched-yasm/modules/parsers/nasm/nasm-parser.c', |