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

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

Issue 1241533004: Revert of Expose SIMD.Float32x4 type to Javascript. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: 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
« no previous file with comments | « test/simdjs/harness-adapt.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 863 matching lines...) Expand 10 before | Expand all | Expand 10 after
874 '../../src/runtime/runtime-json.cc', 874 '../../src/runtime/runtime-json.cc',
875 '../../src/runtime/runtime-literals.cc', 875 '../../src/runtime/runtime-literals.cc',
876 '../../src/runtime/runtime-liveedit.cc', 876 '../../src/runtime/runtime-liveedit.cc',
877 '../../src/runtime/runtime-maths.cc', 877 '../../src/runtime/runtime-maths.cc',
878 '../../src/runtime/runtime-numbers.cc', 878 '../../src/runtime/runtime-numbers.cc',
879 '../../src/runtime/runtime-object.cc', 879 '../../src/runtime/runtime-object.cc',
880 '../../src/runtime/runtime-observe.cc', 880 '../../src/runtime/runtime-observe.cc',
881 '../../src/runtime/runtime-proxy.cc', 881 '../../src/runtime/runtime-proxy.cc',
882 '../../src/runtime/runtime-regexp.cc', 882 '../../src/runtime/runtime-regexp.cc',
883 '../../src/runtime/runtime-scopes.cc', 883 '../../src/runtime/runtime-scopes.cc',
884 '../../src/runtime/runtime-simd.cc',
885 '../../src/runtime/runtime-strings.cc', 884 '../../src/runtime/runtime-strings.cc',
886 '../../src/runtime/runtime-symbol.cc', 885 '../../src/runtime/runtime-symbol.cc',
887 '../../src/runtime/runtime-test.cc', 886 '../../src/runtime/runtime-test.cc',
888 '../../src/runtime/runtime-typedarray.cc', 887 '../../src/runtime/runtime-typedarray.cc',
889 '../../src/runtime/runtime-uri.cc', 888 '../../src/runtime/runtime-uri.cc',
890 '../../src/runtime/runtime-utils.h', 889 '../../src/runtime/runtime-utils.h',
891 '../../src/runtime/runtime.cc', 890 '../../src/runtime/runtime.cc',
892 '../../src/runtime/runtime.h', 891 '../../src/runtime/runtime.h',
893 '../../src/safepoint-table.cc', 892 '../../src/safepoint-table.cc',
894 '../../src/safepoint-table.h', 893 '../../src/safepoint-table.h',
(...skipping 897 matching lines...) Expand 10 before | Expand all | Expand 10 after
1792 '../../src/generator.js', 1791 '../../src/generator.js',
1793 '../../src/harmony-atomics.js', 1792 '../../src/harmony-atomics.js',
1794 '../../src/harmony-array-includes.js', 1793 '../../src/harmony-array-includes.js',
1795 '../../src/harmony-concat-spreadable.js', 1794 '../../src/harmony-concat-spreadable.js',
1796 '../../src/harmony-tostring.js', 1795 '../../src/harmony-tostring.js',
1797 '../../src/harmony-regexp.js', 1796 '../../src/harmony-regexp.js',
1798 '../../src/harmony-reflect.js', 1797 '../../src/harmony-reflect.js',
1799 '../../src/harmony-spread.js', 1798 '../../src/harmony-spread.js',
1800 '../../src/harmony-object.js', 1799 '../../src/harmony-object.js',
1801 '../../src/harmony-sharedarraybuffer.js', 1800 '../../src/harmony-sharedarraybuffer.js',
1802 '../../src/harmony-simd.js',
1803 ], 1801 ],
1804 'code_stub_library_files': [ 1802 'code_stub_library_files': [
1805 '../../src/macros.py', 1803 '../../src/macros.py',
1806 '../../src/messages.h', 1804 '../../src/messages.h',
1807 '../../src/code-stubs.js', 1805 '../../src/code-stubs.js',
1808 ], 1806 ],
1809 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin', 1807 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin',
1810 'libraries_code_stub_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries-co de-stub.bin', 1808 'libraries_code_stub_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries-co de-stub.bin',
1811 'libraries_experimental_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries -experimental.bin', 1809 'libraries_experimental_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries -experimental.bin',
1812 'libraries_extras_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries-extra s.bin', 1810 'libraries_extras_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries-extra s.bin',
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
1963 }], 1961 }],
1964 ['want_separate_host_toolset==1', { 1962 ['want_separate_host_toolset==1', {
1965 'toolsets': ['host'], 1963 'toolsets': ['host'],
1966 }, { 1964 }, {
1967 'toolsets': ['target'], 1965 'toolsets': ['target'],
1968 }], 1966 }],
1969 ], 1967 ],
1970 }, 1968 },
1971 ], 1969 ],
1972 } 1970 }
OLDNEW
« no previous file with comments | « test/simdjs/harness-adapt.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698