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

Side by Side Diff: src/v8.gyp

Issue 1954603002: Move atomic-utils.h into base/ (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 7 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/profiler/sampler.cc ('k') | test/unittests/atomic-utils-unittest.cc » ('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 426 matching lines...) Expand 10 before | Expand all | Expand 10 after
437 'ast/modules.cc', 437 'ast/modules.cc',
438 'ast/modules.h', 438 'ast/modules.h',
439 'ast/prettyprinter.cc', 439 'ast/prettyprinter.cc',
440 'ast/prettyprinter.h', 440 'ast/prettyprinter.h',
441 'ast/scopeinfo.cc', 441 'ast/scopeinfo.cc',
442 'ast/scopeinfo.h', 442 'ast/scopeinfo.h',
443 'ast/scopes.cc', 443 'ast/scopes.cc',
444 'ast/scopes.h', 444 'ast/scopes.h',
445 'ast/variables.cc', 445 'ast/variables.cc',
446 'ast/variables.h', 446 'ast/variables.h',
447 'atomic-utils.h',
448 'background-parsing-task.cc', 447 'background-parsing-task.cc',
449 'background-parsing-task.h', 448 'background-parsing-task.h',
450 'bailout-reason.cc', 449 'bailout-reason.cc',
451 'bailout-reason.h', 450 'bailout-reason.h',
452 'basic-block-profiler.cc', 451 'basic-block-profiler.cc',
453 'basic-block-profiler.h', 452 'basic-block-profiler.h',
454 'bignum-dtoa.cc', 453 'bignum-dtoa.cc',
455 'bignum-dtoa.h', 454 'bignum-dtoa.h',
456 'bignum.cc', 455 'bignum.cc',
457 'bignum.h', 456 'bignum.h',
(...skipping 1167 matching lines...) Expand 10 before | Expand all | Expand 10 after
1625 'variables': { 1624 'variables': {
1626 'optimize': 'max', 1625 'optimize': 'max',
1627 }, 1626 },
1628 'include_dirs+': [ 1627 'include_dirs+': [
1629 '..', 1628 '..',
1630 ], 1629 ],
1631 'sources': [ 1630 'sources': [
1632 'base/accounting-allocator.cc', 1631 'base/accounting-allocator.cc',
1633 'base/accounting-allocator.h', 1632 'base/accounting-allocator.h',
1634 'base/adapters.h', 1633 'base/adapters.h',
1634 'base/atomic-utils.h',
1635 'base/atomicops.h', 1635 'base/atomicops.h',
1636 'base/atomicops_internals_arm64_gcc.h', 1636 'base/atomicops_internals_arm64_gcc.h',
1637 'base/atomicops_internals_arm_gcc.h', 1637 'base/atomicops_internals_arm_gcc.h',
1638 'base/atomicops_internals_atomicword_compat.h', 1638 'base/atomicops_internals_atomicword_compat.h',
1639 'base/atomicops_internals_mac.h', 1639 'base/atomicops_internals_mac.h',
1640 'base/atomicops_internals_mips_gcc.h', 1640 'base/atomicops_internals_mips_gcc.h',
1641 'base/atomicops_internals_mips64_gcc.h', 1641 'base/atomicops_internals_mips64_gcc.h',
1642 'base/atomicops_internals_portable.h', 1642 'base/atomicops_internals_portable.h',
1643 'base/atomicops_internals_ppc_gcc.h', 1643 'base/atomicops_internals_ppc_gcc.h',
1644 'base/atomicops_internals_s390_gcc.h', 1644 'base/atomicops_internals_s390_gcc.h',
(...skipping 589 matching lines...) Expand 10 before | Expand all | Expand 10 after
2234 }], 2234 }],
2235 ['want_separate_host_toolset==1', { 2235 ['want_separate_host_toolset==1', {
2236 'toolsets': ['host'], 2236 'toolsets': ['host'],
2237 }, { 2237 }, {
2238 'toolsets': ['target'], 2238 'toolsets': ['target'],
2239 }], 2239 }],
2240 ], 2240 ],
2241 }, 2241 },
2242 ], 2242 ],
2243 } 2243 }
OLDNEW
« no previous file with comments | « src/profiler/sampler.cc ('k') | test/unittests/atomic-utils-unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698