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

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

Issue 8505007: MIPS: Initial gyp infrastructure for MIPS architecture. (Closed)
Patch Set: Created 9 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
« no previous file with comments | « build/standalone.gypi ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2011 the V8 project authors. All rights reserved. 1 # Copyright 2011 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 542 matching lines...) Expand 10 before | Expand all | Expand 10 after
553 '../../src/ia32/lithium-gap-resolver-ia32.h', 553 '../../src/ia32/lithium-gap-resolver-ia32.h',
554 '../../src/ia32/lithium-ia32.cc', 554 '../../src/ia32/lithium-ia32.cc',
555 '../../src/ia32/lithium-ia32.h', 555 '../../src/ia32/lithium-ia32.h',
556 '../../src/ia32/macro-assembler-ia32.cc', 556 '../../src/ia32/macro-assembler-ia32.cc',
557 '../../src/ia32/macro-assembler-ia32.h', 557 '../../src/ia32/macro-assembler-ia32.h',
558 '../../src/ia32/regexp-macro-assembler-ia32.cc', 558 '../../src/ia32/regexp-macro-assembler-ia32.cc',
559 '../../src/ia32/regexp-macro-assembler-ia32.h', 559 '../../src/ia32/regexp-macro-assembler-ia32.h',
560 '../../src/ia32/stub-cache-ia32.cc', 560 '../../src/ia32/stub-cache-ia32.cc',
561 ], 561 ],
562 }], 562 }],
563 ['v8_target_arch=="mips"', {
564 'sources': [
565 '../../src/mips/assembler-mips.cc',
566 '../../src/mips/assembler-mips.h',
567 '../../src/mips/assembler-mips-inl.h',
568 '../../src/mips/builtins-mips.cc',
569 '../../src/mips/codegen-mips.cc',
570 '../../src/mips/codegen-mips.h',
571 '../../src/mips/code-stubs-mips.cc',
572 '../../src/mips/code-stubs-mips.h',
573 '../../src/mips/constants-mips.cc',
574 '../../src/mips/constants-mips.h',
575 '../../src/mips/cpu-mips.cc',
576 '../../src/mips/debug-mips.cc',
577 '../../src/mips/deoptimizer-mips.cc',
578 '../../src/mips/disasm-mips.cc',
579 '../../src/mips/frames-mips.cc',
580 '../../src/mips/frames-mips.h',
581 '../../src/mips/full-codegen-mips.cc',
582 '../../src/mips/ic-mips.cc',
583 '../../src/mips/lithium-codegen-mips.cc',
584 '../../src/mips/lithium-codegen-mips.h',
585 '../../src/mips/lithium-gap-resolver-mips.cc',
586 '../../src/mips/lithium-gap-resolver-mips.h',
587 '../../src/mips/lithium-mips.cc',
588 '../../src/mips/lithium-mips.h',
589 '../../src/mips/macro-assembler-mips.cc',
590 '../../src/mips/macro-assembler-mips.h',
591 '../../src/mips/regexp-macro-assembler-mips.cc',
592 '../../src/mips/regexp-macro-assembler-mips.h',
593 '../../src/mips/simulator-mips.cc',
594 '../../src/mips/stub-cache-mips.cc',
595 ],
596 }],
563 ['v8_target_arch=="x64" or v8_target_arch=="mac" or OS=="mac"', { 597 ['v8_target_arch=="x64" or v8_target_arch=="mac" or OS=="mac"', {
564 'sources': [ 598 'sources': [
565 '../../src/x64/assembler-x64-inl.h', 599 '../../src/x64/assembler-x64-inl.h',
566 '../../src/x64/assembler-x64.cc', 600 '../../src/x64/assembler-x64.cc',
567 '../../src/x64/assembler-x64.h', 601 '../../src/x64/assembler-x64.h',
568 '../../src/x64/builtins-x64.cc', 602 '../../src/x64/builtins-x64.cc',
569 '../../src/x64/code-stubs-x64.cc', 603 '../../src/x64/code-stubs-x64.cc',
570 '../../src/x64/code-stubs-x64.h', 604 '../../src/x64/code-stubs-x64.h',
571 '../../src/x64/codegen-x64.cc', 605 '../../src/x64/codegen-x64.cc',
572 '../../src/x64/codegen-x64.h', 606 '../../src/x64/codegen-x64.h',
(...skipping 327 matching lines...) Expand 10 before | Expand all | Expand 10 after
900 }], 934 }],
901 ], 935 ],
902 'dependencies': [ 936 'dependencies': [
903 'v8' 937 'v8'
904 ], 938 ],
905 }, 939 },
906 ], 940 ],
907 }], 941 }],
908 ], 942 ],
909 } 943 }
OLDNEW
« no previous file with comments | « build/standalone.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698