Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(489)

Unified Diff: third_party/yasm/yasm.gyp

Issue 6186007: Update our yasm copy to yasm 1.1.0 (Part 2: Chromium side).... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/yasm/yasm.gyp
===================================================================
--- third_party/yasm/yasm.gyp (revision 71281)
+++ third_party/yasm/yasm.gyp (working copy)
@@ -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',
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698