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

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

Issue 1208933006: Atomics Futex API (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: feedback Created 5 years, 5 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
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 647 matching lines...) Expand 10 before | Expand all | Expand 10 after
658 '../../src/flag-definitions.h', 658 '../../src/flag-definitions.h',
659 '../../src/flags.cc', 659 '../../src/flags.cc',
660 '../../src/flags.h', 660 '../../src/flags.h',
661 '../../src/frames-inl.h', 661 '../../src/frames-inl.h',
662 '../../src/frames.cc', 662 '../../src/frames.cc',
663 '../../src/frames.h', 663 '../../src/frames.h',
664 '../../src/full-codegen.cc', 664 '../../src/full-codegen.cc',
665 '../../src/full-codegen.h', 665 '../../src/full-codegen.h',
666 '../../src/func-name-inferrer.cc', 666 '../../src/func-name-inferrer.cc',
667 '../../src/func-name-inferrer.h', 667 '../../src/func-name-inferrer.h',
668 '../../src/futex-emulation.cc',
669 '../../src/futex-emulation.h',
668 '../../src/gdb-jit.cc', 670 '../../src/gdb-jit.cc',
669 '../../src/gdb-jit.h', 671 '../../src/gdb-jit.h',
670 '../../src/global-handles.cc', 672 '../../src/global-handles.cc',
671 '../../src/global-handles.h', 673 '../../src/global-handles.h',
672 '../../src/globals.h', 674 '../../src/globals.h',
673 '../../src/handles-inl.h', 675 '../../src/handles-inl.h',
674 '../../src/handles.cc', 676 '../../src/handles.cc',
675 '../../src/handles.h', 677 '../../src/handles.h',
676 '../../src/hashmap.h', 678 '../../src/hashmap.h',
677 '../../src/heap-profiler.cc', 679 '../../src/heap-profiler.cc',
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
857 '../../src/runtime-profiler.h', 859 '../../src/runtime-profiler.h',
858 '../../src/runtime/runtime-array.cc', 860 '../../src/runtime/runtime-array.cc',
859 '../../src/runtime/runtime-atomics.cc', 861 '../../src/runtime/runtime-atomics.cc',
860 '../../src/runtime/runtime-classes.cc', 862 '../../src/runtime/runtime-classes.cc',
861 '../../src/runtime/runtime-collections.cc', 863 '../../src/runtime/runtime-collections.cc',
862 '../../src/runtime/runtime-compiler.cc', 864 '../../src/runtime/runtime-compiler.cc',
863 '../../src/runtime/runtime-date.cc', 865 '../../src/runtime/runtime-date.cc',
864 '../../src/runtime/runtime-debug.cc', 866 '../../src/runtime/runtime-debug.cc',
865 '../../src/runtime/runtime-forin.cc', 867 '../../src/runtime/runtime-forin.cc',
866 '../../src/runtime/runtime-function.cc', 868 '../../src/runtime/runtime-function.cc',
869 '../../src/runtime/runtime-futex.cc',
867 '../../src/runtime/runtime-generator.cc', 870 '../../src/runtime/runtime-generator.cc',
868 '../../src/runtime/runtime-i18n.cc', 871 '../../src/runtime/runtime-i18n.cc',
869 '../../src/runtime/runtime-internal.cc', 872 '../../src/runtime/runtime-internal.cc',
870 '../../src/runtime/runtime-json.cc', 873 '../../src/runtime/runtime-json.cc',
871 '../../src/runtime/runtime-literals.cc', 874 '../../src/runtime/runtime-literals.cc',
872 '../../src/runtime/runtime-liveedit.cc', 875 '../../src/runtime/runtime-liveedit.cc',
873 '../../src/runtime/runtime-maths.cc', 876 '../../src/runtime/runtime-maths.cc',
874 '../../src/runtime/runtime-numbers.cc', 877 '../../src/runtime/runtime-numbers.cc',
875 '../../src/runtime/runtime-object.cc', 878 '../../src/runtime/runtime-object.cc',
876 '../../src/runtime/runtime-observe.cc', 879 '../../src/runtime/runtime-observe.cc',
(...skipping 1047 matching lines...) Expand 10 before | Expand all | Expand 10 after
1924 }], 1927 }],
1925 ['want_separate_host_toolset==1', { 1928 ['want_separate_host_toolset==1', {
1926 'toolsets': ['host'], 1929 'toolsets': ['host'],
1927 }, { 1930 }, {
1928 'toolsets': ['target'], 1931 'toolsets': ['target'],
1929 }], 1932 }],
1930 ], 1933 ],
1931 }, 1934 },
1932 ], 1935 ],
1933 } 1936 }
OLDNEW
« src/harmony-atomics.js ('K') | « test/mjsunit/harmony/futex.js ('k') | tools/js2c.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698