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

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

Issue 1162503002: Implement Atomics API (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: add more symbols to anonymous namespace Created 5 years, 6 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 | « test/mjsunit/harmony/atomics.js ('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 811 matching lines...) Expand 10 before | Expand all | Expand 10 after
822 '../../src/regexp-macro-assembler-tracer.h', 822 '../../src/regexp-macro-assembler-tracer.h',
823 '../../src/regexp-macro-assembler.cc', 823 '../../src/regexp-macro-assembler.cc',
824 '../../src/regexp-macro-assembler.h', 824 '../../src/regexp-macro-assembler.h',
825 '../../src/regexp-stack.cc', 825 '../../src/regexp-stack.cc',
826 '../../src/regexp-stack.h', 826 '../../src/regexp-stack.h',
827 '../../src/rewriter.cc', 827 '../../src/rewriter.cc',
828 '../../src/rewriter.h', 828 '../../src/rewriter.h',
829 '../../src/runtime-profiler.cc', 829 '../../src/runtime-profiler.cc',
830 '../../src/runtime-profiler.h', 830 '../../src/runtime-profiler.h',
831 '../../src/runtime/runtime-array.cc', 831 '../../src/runtime/runtime-array.cc',
832 '../../src/runtime/runtime-atomics.cc',
832 '../../src/runtime/runtime-classes.cc', 833 '../../src/runtime/runtime-classes.cc',
833 '../../src/runtime/runtime-collections.cc', 834 '../../src/runtime/runtime-collections.cc',
834 '../../src/runtime/runtime-compiler.cc', 835 '../../src/runtime/runtime-compiler.cc',
835 '../../src/runtime/runtime-date.cc', 836 '../../src/runtime/runtime-date.cc',
836 '../../src/runtime/runtime-debug.cc', 837 '../../src/runtime/runtime-debug.cc',
837 '../../src/runtime/runtime-forin.cc', 838 '../../src/runtime/runtime-forin.cc',
838 '../../src/runtime/runtime-function.cc', 839 '../../src/runtime/runtime-function.cc',
839 '../../src/runtime/runtime-generator.cc', 840 '../../src/runtime/runtime-generator.cc',
840 '../../src/runtime/runtime-i18n.cc', 841 '../../src/runtime/runtime-i18n.cc',
841 '../../src/runtime/runtime-internal.cc', 842 '../../src/runtime/runtime-internal.cc',
(...skipping 890 matching lines...) Expand 10 before | Expand all | Expand 10 after
1732 '../../src/debug-debugger.js', 1733 '../../src/debug-debugger.js',
1733 '../../src/mirror-debugger.js', 1734 '../../src/mirror-debugger.js',
1734 '../../src/liveedit-debugger.js', 1735 '../../src/liveedit-debugger.js',
1735 '../../src/templates.js', 1736 '../../src/templates.js',
1736 ], 1737 ],
1737 'experimental_library_files': [ 1738 'experimental_library_files': [
1738 '../../src/macros.py', 1739 '../../src/macros.py',
1739 '../../src/messages.h', 1740 '../../src/messages.h',
1740 '../../src/proxy.js', 1741 '../../src/proxy.js',
1741 '../../src/generator.js', 1742 '../../src/generator.js',
1743 '../../src/harmony-atomics.js',
1742 '../../src/harmony-array.js', 1744 '../../src/harmony-array.js',
1743 '../../src/harmony-array-includes.js', 1745 '../../src/harmony-array-includes.js',
1744 '../../src/harmony-tostring.js', 1746 '../../src/harmony-tostring.js',
1745 '../../src/harmony-typedarray.js', 1747 '../../src/harmony-typedarray.js',
1746 '../../src/harmony-regexp.js', 1748 '../../src/harmony-regexp.js',
1747 '../../src/harmony-reflect.js', 1749 '../../src/harmony-reflect.js',
1748 '../../src/harmony-spread.js', 1750 '../../src/harmony-spread.js',
1749 '../../src/harmony-object.js', 1751 '../../src/harmony-object.js',
1750 '../../src/harmony-sharedarraybuffer.js', 1752 '../../src/harmony-sharedarraybuffer.js',
1751 ], 1753 ],
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
1880 }], 1882 }],
1881 ['want_separate_host_toolset==1', { 1883 ['want_separate_host_toolset==1', {
1882 'toolsets': ['host'], 1884 'toolsets': ['host'],
1883 }, { 1885 }, {
1884 'toolsets': ['target'], 1886 'toolsets': ['target'],
1885 }], 1887 }],
1886 ], 1888 ],
1887 }, 1889 },
1888 ], 1890 ],
1889 } 1891 }
OLDNEW
« no previous file with comments | « test/mjsunit/harmony/atomics.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698