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

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 651 matching lines...) Expand 10 before | Expand all | Expand 10 after
662 '../../src/flag-definitions.h', 662 '../../src/flag-definitions.h',
663 '../../src/flags.cc', 663 '../../src/flags.cc',
664 '../../src/flags.h', 664 '../../src/flags.h',
665 '../../src/frames-inl.h', 665 '../../src/frames-inl.h',
666 '../../src/frames.cc', 666 '../../src/frames.cc',
667 '../../src/frames.h', 667 '../../src/frames.h',
668 '../../src/full-codegen.cc', 668 '../../src/full-codegen.cc',
669 '../../src/full-codegen.h', 669 '../../src/full-codegen.h',
670 '../../src/func-name-inferrer.cc', 670 '../../src/func-name-inferrer.cc',
671 '../../src/func-name-inferrer.h', 671 '../../src/func-name-inferrer.h',
672 '../../src/futex-emulation.cc',
673 '../../src/futex-emulation.h',
672 '../../src/gdb-jit.cc', 674 '../../src/gdb-jit.cc',
673 '../../src/gdb-jit.h', 675 '../../src/gdb-jit.h',
674 '../../src/global-handles.cc', 676 '../../src/global-handles.cc',
675 '../../src/global-handles.h', 677 '../../src/global-handles.h',
676 '../../src/globals.h', 678 '../../src/globals.h',
677 '../../src/handles-inl.h', 679 '../../src/handles-inl.h',
678 '../../src/handles.cc', 680 '../../src/handles.cc',
679 '../../src/handles.h', 681 '../../src/handles.h',
680 '../../src/hashmap.h', 682 '../../src/hashmap.h',
681 '../../src/heap-profiler.cc', 683 '../../src/heap-profiler.cc',
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
861 '../../src/runtime-profiler.h', 863 '../../src/runtime-profiler.h',
862 '../../src/runtime/runtime-array.cc', 864 '../../src/runtime/runtime-array.cc',
863 '../../src/runtime/runtime-atomics.cc', 865 '../../src/runtime/runtime-atomics.cc',
864 '../../src/runtime/runtime-classes.cc', 866 '../../src/runtime/runtime-classes.cc',
865 '../../src/runtime/runtime-collections.cc', 867 '../../src/runtime/runtime-collections.cc',
866 '../../src/runtime/runtime-compiler.cc', 868 '../../src/runtime/runtime-compiler.cc',
867 '../../src/runtime/runtime-date.cc', 869 '../../src/runtime/runtime-date.cc',
868 '../../src/runtime/runtime-debug.cc', 870 '../../src/runtime/runtime-debug.cc',
869 '../../src/runtime/runtime-forin.cc', 871 '../../src/runtime/runtime-forin.cc',
870 '../../src/runtime/runtime-function.cc', 872 '../../src/runtime/runtime-function.cc',
873 '../../src/runtime/runtime-futex.cc',
871 '../../src/runtime/runtime-generator.cc', 874 '../../src/runtime/runtime-generator.cc',
872 '../../src/runtime/runtime-i18n.cc', 875 '../../src/runtime/runtime-i18n.cc',
873 '../../src/runtime/runtime-internal.cc', 876 '../../src/runtime/runtime-internal.cc',
874 '../../src/runtime/runtime-json.cc', 877 '../../src/runtime/runtime-json.cc',
875 '../../src/runtime/runtime-literals.cc', 878 '../../src/runtime/runtime-literals.cc',
876 '../../src/runtime/runtime-liveedit.cc', 879 '../../src/runtime/runtime-liveedit.cc',
877 '../../src/runtime/runtime-maths.cc', 880 '../../src/runtime/runtime-maths.cc',
878 '../../src/runtime/runtime-numbers.cc', 881 '../../src/runtime/runtime-numbers.cc',
879 '../../src/runtime/runtime-object.cc', 882 '../../src/runtime/runtime-object.cc',
880 '../../src/runtime/runtime-observe.cc', 883 '../../src/runtime/runtime-observe.cc',
(...skipping 1080 matching lines...) Expand 10 before | Expand all | Expand 10 after
1961 }], 1964 }],
1962 ['want_separate_host_toolset==1', { 1965 ['want_separate_host_toolset==1', {
1963 'toolsets': ['host'], 1966 'toolsets': ['host'],
1964 }, { 1967 }, {
1965 'toolsets': ['target'], 1968 'toolsets': ['target'],
1966 }], 1969 }],
1967 ], 1970 ],
1968 }, 1971 },
1969 ], 1972 ],
1970 } 1973 }
OLDNEW
« src/futex-emulation.cc ('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