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

Side by Side Diff: third_party/yasm/patched-yasm/modules/objfmts/win32/tests/Makefile.inc

Issue 11369048: Update Yasm to 1.2.0 (Yasm Part 2/3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/
Patch Set: Created 8 years, 1 month 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # $Id: Makefile.inc 2166 2009-01-02 08:33:21Z peter $
2
3 TESTS += modules/objfmts/win32/tests/win32_test.sh 1 TESTS += modules/objfmts/win32/tests/win32_test.sh
4 2
5 EXTRA_DIST += modules/objfmts/win32/tests/export.asm 3 EXTRA_DIST += modules/objfmts/win32/tests/export.asm
6 EXTRA_DIST += modules/objfmts/win32/tests/export.hex 4 EXTRA_DIST += modules/objfmts/win32/tests/export.hex
7 EXTRA_DIST += modules/objfmts/win32/tests/win32_test.sh 5 EXTRA_DIST += modules/objfmts/win32/tests/win32_test.sh
8 EXTRA_DIST += modules/objfmts/win32/tests/win32-curpos.asm 6 EXTRA_DIST += modules/objfmts/win32/tests/win32-curpos.asm
9 EXTRA_DIST += modules/objfmts/win32/tests/win32-curpos.hex 7 EXTRA_DIST += modules/objfmts/win32/tests/win32-curpos.hex
10 EXTRA_DIST += modules/objfmts/win32/tests/win32-overdef.asm 8 EXTRA_DIST += modules/objfmts/win32/tests/win32-overdef.asm
11 EXTRA_DIST += modules/objfmts/win32/tests/win32-overdef.hex 9 EXTRA_DIST += modules/objfmts/win32/tests/win32-overdef.hex
12 EXTRA_DIST += modules/objfmts/win32/tests/win32-safeseh.asm 10 EXTRA_DIST += modules/objfmts/win32/tests/win32-safeseh.asm
13 EXTRA_DIST += modules/objfmts/win32/tests/win32-safeseh.hex 11 EXTRA_DIST += modules/objfmts/win32/tests/win32-safeseh.hex
14 EXTRA_DIST += modules/objfmts/win32/tests/win32-safeseh.masm 12 EXTRA_DIST += modules/objfmts/win32/tests/win32-safeseh.masm
15 EXTRA_DIST += modules/objfmts/win32/tests/win32-segof.asm 13 EXTRA_DIST += modules/objfmts/win32/tests/win32-segof.asm
16 EXTRA_DIST += modules/objfmts/win32/tests/win32-segof.hex 14 EXTRA_DIST += modules/objfmts/win32/tests/win32-segof.hex
17 EXTRA_DIST += modules/objfmts/win32/tests/win32test.c 15 EXTRA_DIST += modules/objfmts/win32/tests/win32test.c
18 EXTRA_DIST += modules/objfmts/win32/tests/win32test.asm 16 EXTRA_DIST += modules/objfmts/win32/tests/win32test.asm
19 EXTRA_DIST += modules/objfmts/win32/tests/win32test.hex 17 EXTRA_DIST += modules/objfmts/win32/tests/win32test.hex
20 18
21 EXTRA_DIST += modules/objfmts/win32/tests/gas/Makefile.inc 19 EXTRA_DIST += modules/objfmts/win32/tests/gas/Makefile.inc
22 20
23 include modules/objfmts/win32/tests/gas/Makefile.inc 21 include modules/objfmts/win32/tests/gas/Makefile.inc
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698