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

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

Issue 1310993004: Add atomic utilities: AtomicValue, AtomicEnumSet, and AtomicEnumFlag (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Add new file to buildsystem files Created 5 years, 3 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/atomic-utils.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 392 matching lines...) Expand 10 before | Expand all | Expand 10 after
403 '../../src/ast-expression-visitor.cc', 403 '../../src/ast-expression-visitor.cc',
404 '../../src/ast-expression-visitor.h', 404 '../../src/ast-expression-visitor.h',
405 '../../src/ast-literal-reindexer.cc', 405 '../../src/ast-literal-reindexer.cc',
406 '../../src/ast-literal-reindexer.h', 406 '../../src/ast-literal-reindexer.h',
407 '../../src/ast-numbering.cc', 407 '../../src/ast-numbering.cc',
408 '../../src/ast-numbering.h', 408 '../../src/ast-numbering.h',
409 '../../src/ast-value-factory.cc', 409 '../../src/ast-value-factory.cc',
410 '../../src/ast-value-factory.h', 410 '../../src/ast-value-factory.h',
411 '../../src/ast.cc', 411 '../../src/ast.cc',
412 '../../src/ast.h', 412 '../../src/ast.h',
413 '../../src/atomic-utils.h',
413 '../../src/background-parsing-task.cc', 414 '../../src/background-parsing-task.cc',
414 '../../src/background-parsing-task.h', 415 '../../src/background-parsing-task.h',
415 '../../src/bailout-reason.cc', 416 '../../src/bailout-reason.cc',
416 '../../src/bailout-reason.h', 417 '../../src/bailout-reason.h',
417 '../../src/basic-block-profiler.cc', 418 '../../src/basic-block-profiler.cc',
418 '../../src/basic-block-profiler.h', 419 '../../src/basic-block-profiler.h',
419 '../../src/bignum-dtoa.cc', 420 '../../src/bignum-dtoa.cc',
420 '../../src/bignum-dtoa.h', 421 '../../src/bignum-dtoa.h',
421 '../../src/bignum.cc', 422 '../../src/bignum.cc',
422 '../../src/bignum.h', 423 '../../src/bignum.h',
(...skipping 1606 matching lines...) Expand 10 before | Expand all | Expand 10 after
2029 }], 2030 }],
2030 ['want_separate_host_toolset==1', { 2031 ['want_separate_host_toolset==1', {
2031 'toolsets': ['host'], 2032 'toolsets': ['host'],
2032 }, { 2033 }, {
2033 'toolsets': ['target'], 2034 'toolsets': ['target'],
2034 }], 2035 }],
2035 ], 2036 ],
2036 }, 2037 },
2037 ], 2038 ],
2038 } 2039 }
OLDNEW
« no previous file with comments | « src/atomic-utils.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698