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

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

Issue 1768383002: S390: Initial impl of regexp (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: 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
« BUILD.gn ('K') | « src/regexp/s390/regexp-macro-assembler-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 1579 matching lines...) Expand 10 before | Expand all | Expand 10 after
1590 '../../src/s390/cpu-s390.cc', 1590 '../../src/s390/cpu-s390.cc',
1591 '../../src/s390/deoptimizer-s390.cc', 1591 '../../src/s390/deoptimizer-s390.cc',
1592 '../../src/s390/disasm-s390.cc', 1592 '../../src/s390/disasm-s390.cc',
1593 '../../src/s390/frames-s390.cc', 1593 '../../src/s390/frames-s390.cc',
1594 '../../src/s390/frames-s390.h', 1594 '../../src/s390/frames-s390.h',
1595 '../../src/s390/interface-descriptors-s390.cc', 1595 '../../src/s390/interface-descriptors-s390.cc',
1596 '../../src/s390/macro-assembler-s390.cc', 1596 '../../src/s390/macro-assembler-s390.cc',
1597 '../../src/s390/macro-assembler-s390.h', 1597 '../../src/s390/macro-assembler-s390.h',
1598 '../../src/s390/simulator-s390.cc', 1598 '../../src/s390/simulator-s390.cc',
1599 '../../src/s390/simulator-s390.h', 1599 '../../src/s390/simulator-s390.h',
1600 '../../src/regexp/s390/regexp-macro-assembler-s390.cc',
Jakob Kummerow 2016/03/08 09:50:27 same nit here
1601 '../../src/regexp/s390/regexp-macro-assembler-s390.h',
1600 ], 1602 ],
1601 }], 1603 }],
1602 ['OS=="win"', { 1604 ['OS=="win"', {
1603 'variables': { 1605 'variables': {
1604 'gyp_generators': '<!(echo $GYP_GENERATORS)', 1606 'gyp_generators': '<!(echo $GYP_GENERATORS)',
1605 }, 1607 },
1606 'msvs_disabled_warnings': [4351, 4355, 4800], 1608 'msvs_disabled_warnings': [4351, 4355, 4800],
1607 # When building Official, the .lib is too large and exceeds the 2G 1609 # When building Official, the .lib is too large and exceeds the 2G
1608 # limit. This breaks it into multiple pieces to avoid the limit. 1610 # limit. This breaks it into multiple pieces to avoid the limit.
1609 # See http://crbug.com/485155. 1611 # See http://crbug.com/485155.
(...skipping 653 matching lines...) Expand 10 before | Expand all | Expand 10 after
2263 }], 2265 }],
2264 ['want_separate_host_toolset==1', { 2266 ['want_separate_host_toolset==1', {
2265 'toolsets': ['host'], 2267 'toolsets': ['host'],
2266 }, { 2268 }, {
2267 'toolsets': ['target'], 2269 'toolsets': ['target'],
2268 }], 2270 }],
2269 ], 2271 ],
2270 }, 2272 },
2271 ], 2273 ],
2272 } 2274 }
OLDNEW
« BUILD.gn ('K') | « src/regexp/s390/regexp-macro-assembler-s390.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698