Commit 340b0d02 authored by hbono@chromium.org's avatar hbono@chromium.org

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
parent 7044569a
......@@ -182,7 +182,7 @@ deps = {
"/trunk/deps/third_party/libsrtp@60080",
"src/third_party/yasm/source/patched-yasm":
"/trunk/deps/third_party/yasm/patched-yasm@50870",
"/trunk/deps/third_party/yasm/patched-yasm@71296",
"src/third_party/libjpeg_turbo":
"/trunk/deps/third_party/libjpeg_turbo@66929",
......
# 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',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment