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

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

Issue 1219943002: Expose SIMD.Float32x4 type to Javascript. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Back out changes to include/v8.h 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',
884 '../../src/runtime/runtime-strings.cc', 885 '../../src/runtime/runtime-strings.cc',
885 '../../src/runtime/runtime-symbol.cc', 886 '../../src/runtime/runtime-symbol.cc',
886 '../../src/runtime/runtime-test.cc', 887 '../../src/runtime/runtime-test.cc',
887 '../../src/runtime/runtime-typedarray.cc', 888 '../../src/runtime/runtime-typedarray.cc',
888 '../../src/runtime/runtime-uri.cc', 889 '../../src/runtime/runtime-uri.cc',
889 '../../src/runtime/runtime-utils.h', 890 '../../src/runtime/runtime-utils.h',
890 '../../src/runtime/runtime.cc', 891 '../../src/runtime/runtime.cc',
891 '../../src/runtime/runtime.h', 892 '../../src/runtime/runtime.h',
892 '../../src/safepoint-table.cc', 893 '../../src/safepoint-table.cc',
893 '../../src/safepoint-table.h', 894 '../../src/safepoint-table.h',
(...skipping 897 matching lines...) Expand 10 before | Expand all | Expand 10 after
1791 '../../src/generator.js', 1792 '../../src/generator.js',
1792 '../../src/harmony-atomics.js', 1793 '../../src/harmony-atomics.js',
1793 '../../src/harmony-array-includes.js', 1794 '../../src/harmony-array-includes.js',
1794 '../../src/harmony-concat-spreadable.js', 1795 '../../src/harmony-concat-spreadable.js',
1795 '../../src/harmony-tostring.js', 1796 '../../src/harmony-tostring.js',
1796 '../../src/harmony-regexp.js', 1797 '../../src/harmony-regexp.js',
1797 '../../src/harmony-reflect.js', 1798 '../../src/harmony-reflect.js',
1798 '../../src/harmony-spread.js', 1799 '../../src/harmony-spread.js',
1799 '../../src/harmony-object.js', 1800 '../../src/harmony-object.js',
1800 '../../src/harmony-sharedarraybuffer.js', 1801 '../../src/harmony-sharedarraybuffer.js',
1802 '../../src/harmony-simd.js',
1801 ], 1803 ],
1802 'code_stub_library_files': [ 1804 'code_stub_library_files': [
1803 '../../src/macros.py', 1805 '../../src/macros.py',
1804 '../../src/messages.h', 1806 '../../src/messages.h',
1805 '../../src/code-stubs.js', 1807 '../../src/code-stubs.js',
1806 ], 1808 ],
1807 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin', 1809 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin',
1808 'libraries_code_stub_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries-co de-stub.bin', 1810 'libraries_code_stub_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries-co de-stub.bin',
1809 'libraries_experimental_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries -experimental.bin', 1811 'libraries_experimental_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries -experimental.bin',
1810 'libraries_extras_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries-extra s.bin', 1812 'libraries_extras_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries-extra s.bin',
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
1961 }], 1963 }],
1962 ['want_separate_host_toolset==1', { 1964 ['want_separate_host_toolset==1', {
1963 'toolsets': ['host'], 1965 'toolsets': ['host'],
1964 }, { 1966 }, {
1965 'toolsets': ['target'], 1967 'toolsets': ['target'],
1966 }], 1968 }],
1967 ], 1969 ],
1968 }, 1970 },
1969 ], 1971 ],
1970 } 1972 }
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