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

Side by Side Diff: tools/gyp/v8.gyp

Issue 10695114: MIPS: Rename "mips" arch to "mipsel" in the GYP build. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 5 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « test/test262/test262.status ('k') | tools/test.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 the V8 project authors. All rights reserved. 1 # Copyright 2012 the V8 project authors. All rights reserved.
2 # Redistribution and use in source and binary forms, with or without 2 # Redistribution and use in source and binary forms, with or without
3 # modification, are permitted provided that the following conditions are 3 # modification, are permitted provided that the following conditions are
4 # met: 4 # met:
5 # 5 #
6 # * Redistributions of source code must retain the above copyright 6 # * Redistributions of source code must retain the above copyright
7 # notice, this list of conditions and the following disclaimer. 7 # notice, this list of conditions and the following disclaimer.
8 # * Redistributions in binary form must reproduce the above 8 # * Redistributions in binary form must reproduce the above
9 # copyright notice, this list of conditions and the following 9 # copyright notice, this list of conditions and the following
10 # disclaimer in the documentation and/or other materials provided 10 # disclaimer in the documentation and/or other materials provided
(...skipping 540 matching lines...) Expand 10 before | Expand all | Expand 10 after
551 '../../src/ia32/lithium-gap-resolver-ia32.h', 551 '../../src/ia32/lithium-gap-resolver-ia32.h',
552 '../../src/ia32/lithium-ia32.cc', 552 '../../src/ia32/lithium-ia32.cc',
553 '../../src/ia32/lithium-ia32.h', 553 '../../src/ia32/lithium-ia32.h',
554 '../../src/ia32/macro-assembler-ia32.cc', 554 '../../src/ia32/macro-assembler-ia32.cc',
555 '../../src/ia32/macro-assembler-ia32.h', 555 '../../src/ia32/macro-assembler-ia32.h',
556 '../../src/ia32/regexp-macro-assembler-ia32.cc', 556 '../../src/ia32/regexp-macro-assembler-ia32.cc',
557 '../../src/ia32/regexp-macro-assembler-ia32.h', 557 '../../src/ia32/regexp-macro-assembler-ia32.h',
558 '../../src/ia32/stub-cache-ia32.cc', 558 '../../src/ia32/stub-cache-ia32.cc',
559 ], 559 ],
560 }], 560 }],
561 ['v8_target_arch=="mips"', { 561 ['v8_target_arch=="mipsel"', {
562 'sources': [ 562 'sources': [
563 '../../src/mips/assembler-mips.cc', 563 '../../src/mips/assembler-mips.cc',
564 '../../src/mips/assembler-mips.h', 564 '../../src/mips/assembler-mips.h',
565 '../../src/mips/assembler-mips-inl.h', 565 '../../src/mips/assembler-mips-inl.h',
566 '../../src/mips/builtins-mips.cc', 566 '../../src/mips/builtins-mips.cc',
567 '../../src/mips/codegen-mips.cc', 567 '../../src/mips/codegen-mips.cc',
568 '../../src/mips/codegen-mips.h', 568 '../../src/mips/codegen-mips.h',
569 '../../src/mips/code-stubs-mips.cc', 569 '../../src/mips/code-stubs-mips.cc',
570 '../../src/mips/code-stubs-mips.h', 570 '../../src/mips/code-stubs-mips.h',
571 '../../src/mips/constants-mips.cc', 571 '../../src/mips/constants-mips.cc',
(...skipping 419 matching lines...) Expand 10 before | Expand all | Expand 10 after
991 }], 991 }],
992 ], 992 ],
993 'dependencies': [ 993 'dependencies': [
994 'v8' 994 'v8'
995 ], 995 ],
996 }, 996 },
997 ], 997 ],
998 }], 998 }],
999 ], 999 ],
1000 } 1000 }
OLDNEW
« no previous file with comments | « test/test262/test262.status ('k') | tools/test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698