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

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

Issue 1743263003: S390: Initial impl of debug and ic (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix s390 files under correct target in BUILD.gn Created 4 years, 9 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
« no previous file with comments | « src/ic/s390/stub-cache-s390.cc ('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 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 1529 matching lines...) Expand 10 before | Expand all | Expand 10 after
1540 '../../src/ppc/macro-assembler-ppc.cc', 1540 '../../src/ppc/macro-assembler-ppc.cc',
1541 '../../src/ppc/macro-assembler-ppc.h', 1541 '../../src/ppc/macro-assembler-ppc.h',
1542 '../../src/ppc/simulator-ppc.cc', 1542 '../../src/ppc/simulator-ppc.cc',
1543 '../../src/ppc/simulator-ppc.h', 1543 '../../src/ppc/simulator-ppc.h',
1544 '../../src/regexp/ppc/regexp-macro-assembler-ppc.cc', 1544 '../../src/regexp/ppc/regexp-macro-assembler-ppc.cc',
1545 '../../src/regexp/ppc/regexp-macro-assembler-ppc.h', 1545 '../../src/regexp/ppc/regexp-macro-assembler-ppc.h',
1546 ], 1546 ],
1547 }], 1547 }],
1548 ['v8_target_arch=="s390" or v8_target_arch=="s390x"', { 1548 ['v8_target_arch=="s390" or v8_target_arch=="s390x"', {
1549 'sources': [ ### gcmole(arch:s390) ### 1549 'sources': [ ### gcmole(arch:s390) ###
1550 '../../src/debug/s390/debug-s390.cc',
1551 '../../src/ic/s390/access-compiler-s390.cc',
1552 '../../src/ic/s390/handler-compiler-s390.cc',
1553 '../../src/ic/s390/ic-compiler-s390.cc',
1554 '../../src/ic/s390/ic-s390.cc',
1555 '../../src/ic/s390/stub-cache-s390.cc',
1550 '../../src/s390/assembler-s390-inl.h', 1556 '../../src/s390/assembler-s390-inl.h',
1551 '../../src/s390/assembler-s390.cc', 1557 '../../src/s390/assembler-s390.cc',
1552 '../../src/s390/assembler-s390.h', 1558 '../../src/s390/assembler-s390.h',
1553 '../../src/s390/builtins-s390.cc', 1559 '../../src/s390/builtins-s390.cc',
1554 '../../src/s390/code-stubs-s390.cc', 1560 '../../src/s390/code-stubs-s390.cc',
1555 '../../src/s390/code-stubs-s390.h', 1561 '../../src/s390/code-stubs-s390.h',
1556 '../../src/s390/codegen-s390.cc', 1562 '../../src/s390/codegen-s390.cc',
1557 '../../src/s390/codegen-s390.h', 1563 '../../src/s390/codegen-s390.h',
1558 '../../src/s390/constants-s390.h', 1564 '../../src/s390/constants-s390.h',
1559 '../../src/s390/constants-s390.cc', 1565 '../../src/s390/constants-s390.cc',
(...skipping 673 matching lines...) Expand 10 before | Expand all | Expand 10 after
2233 }], 2239 }],
2234 ['want_separate_host_toolset==1', { 2240 ['want_separate_host_toolset==1', {
2235 'toolsets': ['host'], 2241 'toolsets': ['host'],
2236 }, { 2242 }, {
2237 'toolsets': ['target'], 2243 'toolsets': ['target'],
2238 }], 2244 }],
2239 ], 2245 ],
2240 }, 2246 },
2241 ], 2247 ],
2242 } 2248 }
OLDNEW
« no previous file with comments | « src/ic/s390/stub-cache-s390.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698