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

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

Issue 1601223003: S390: Add platform specific atomic ops impl (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Update header #define macro for consistency Created 4 years, 11 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/base/atomicops_internals_s390_gcc.h ('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 1520 matching lines...) Expand 10 before | Expand all | Expand 10 after
1531 '../../src/base/adapters.h', 1531 '../../src/base/adapters.h',
1532 '../../src/base/atomicops.h', 1532 '../../src/base/atomicops.h',
1533 '../../src/base/atomicops_internals_arm64_gcc.h', 1533 '../../src/base/atomicops_internals_arm64_gcc.h',
1534 '../../src/base/atomicops_internals_arm_gcc.h', 1534 '../../src/base/atomicops_internals_arm_gcc.h',
1535 '../../src/base/atomicops_internals_atomicword_compat.h', 1535 '../../src/base/atomicops_internals_atomicword_compat.h',
1536 '../../src/base/atomicops_internals_mac.h', 1536 '../../src/base/atomicops_internals_mac.h',
1537 '../../src/base/atomicops_internals_mips_gcc.h', 1537 '../../src/base/atomicops_internals_mips_gcc.h',
1538 '../../src/base/atomicops_internals_mips64_gcc.h', 1538 '../../src/base/atomicops_internals_mips64_gcc.h',
1539 '../../src/base/atomicops_internals_portable.h', 1539 '../../src/base/atomicops_internals_portable.h',
1540 '../../src/base/atomicops_internals_ppc_gcc.h', 1540 '../../src/base/atomicops_internals_ppc_gcc.h',
1541 '../../src/base/atomicops_internals_s390_gcc.h',
1541 '../../src/base/atomicops_internals_tsan.h', 1542 '../../src/base/atomicops_internals_tsan.h',
1542 '../../src/base/atomicops_internals_x86_gcc.cc', 1543 '../../src/base/atomicops_internals_x86_gcc.cc',
1543 '../../src/base/atomicops_internals_x86_gcc.h', 1544 '../../src/base/atomicops_internals_x86_gcc.h',
1544 '../../src/base/atomicops_internals_x86_msvc.h', 1545 '../../src/base/atomicops_internals_x86_msvc.h',
1545 '../../src/base/bits.cc', 1546 '../../src/base/bits.cc',
1546 '../../src/base/bits.h', 1547 '../../src/base/bits.h',
1547 '../../src/base/build_config.h', 1548 '../../src/base/build_config.h',
1548 '../../src/base/compiler-specific.h', 1549 '../../src/base/compiler-specific.h',
1549 '../../src/base/cpu.cc', 1550 '../../src/base/cpu.cc',
1550 '../../src/base/cpu.h', 1551 '../../src/base/cpu.h',
(...skipping 576 matching lines...) Expand 10 before | Expand all | Expand 10 after
2127 }], 2128 }],
2128 ['want_separate_host_toolset==1', { 2129 ['want_separate_host_toolset==1', {
2129 'toolsets': ['host'], 2130 'toolsets': ['host'],
2130 }, { 2131 }, {
2131 'toolsets': ['target'], 2132 'toolsets': ['target'],
2132 }], 2133 }],
2133 ], 2134 ],
2134 }, 2135 },
2135 ], 2136 ],
2136 } 2137 }
OLDNEW
« no previous file with comments | « src/base/atomicops_internals_s390_gcc.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698