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

Side by Side Diff: BUILD.gn

Issue 2695653005: Revert of Remove SIMD.js from V8. (Closed)
Patch Set: Created 3 years, 10 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 | « .gitignore ('k') | DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/android/config.gni") 5 import("//build/config/android/config.gni")
6 import("//build/config/arm.gni") 6 import("//build/config/arm.gni")
7 import("//build/config/dcheck_always_on.gni") 7 import("//build/config/dcheck_always_on.gni")
8 import("//build/config/mips.gni") 8 import("//build/config/mips.gni")
9 import("//build/config/sanitizers/sanitizers.gni") 9 import("//build/config/sanitizers/sanitizers.gni")
10 10
(...skipping 469 matching lines...) Expand 10 before | Expand all | Expand 10 after
480 # changes. 480 # changes.
481 inputs = [ 481 inputs = [
482 "tools/jsmin.py", 482 "tools/jsmin.py",
483 ] 483 ]
484 484
485 # NOSORT 485 # NOSORT
486 sources = [ 486 sources = [
487 "src/js/macros.py", 487 "src/js/macros.py",
488 "src/messages.h", 488 "src/messages.h",
489 "src/js/harmony-atomics.js", 489 "src/js/harmony-atomics.js",
490 "src/js/harmony-simd.js",
490 ] 491 ]
491 492
492 outputs = [ 493 outputs = [
493 "$target_gen_dir/experimental-libraries.cc", 494 "$target_gen_dir/experimental-libraries.cc",
494 ] 495 ]
495 496
496 if (v8_enable_i18n_support) { 497 if (v8_enable_i18n_support) {
497 sources += [ 498 sources += [
498 "src/js/datetime-format-to-parts.js", 499 "src/js/datetime-format-to-parts.js",
499 "src/js/icu-case-mapping.js", 500 "src/js/icu-case-mapping.js",
(...skipping 1203 matching lines...) Expand 10 before | Expand all | Expand 10 after
1703 "src/runtime/runtime-liveedit.cc", 1704 "src/runtime/runtime-liveedit.cc",
1704 "src/runtime/runtime-maths.cc", 1705 "src/runtime/runtime-maths.cc",
1705 "src/runtime/runtime-module.cc", 1706 "src/runtime/runtime-module.cc",
1706 "src/runtime/runtime-numbers.cc", 1707 "src/runtime/runtime-numbers.cc",
1707 "src/runtime/runtime-object.cc", 1708 "src/runtime/runtime-object.cc",
1708 "src/runtime/runtime-operators.cc", 1709 "src/runtime/runtime-operators.cc",
1709 "src/runtime/runtime-promise.cc", 1710 "src/runtime/runtime-promise.cc",
1710 "src/runtime/runtime-proxy.cc", 1711 "src/runtime/runtime-proxy.cc",
1711 "src/runtime/runtime-regexp.cc", 1712 "src/runtime/runtime-regexp.cc",
1712 "src/runtime/runtime-scopes.cc", 1713 "src/runtime/runtime-scopes.cc",
1714 "src/runtime/runtime-simd.cc",
1713 "src/runtime/runtime-strings.cc", 1715 "src/runtime/runtime-strings.cc",
1714 "src/runtime/runtime-symbol.cc", 1716 "src/runtime/runtime-symbol.cc",
1715 "src/runtime/runtime-test.cc", 1717 "src/runtime/runtime-test.cc",
1716 "src/runtime/runtime-typedarray.cc", 1718 "src/runtime/runtime-typedarray.cc",
1717 "src/runtime/runtime-utils.h", 1719 "src/runtime/runtime-utils.h",
1718 "src/runtime/runtime-wasm.cc", 1720 "src/runtime/runtime-wasm.cc",
1719 "src/runtime/runtime.cc", 1721 "src/runtime/runtime.cc",
1720 "src/runtime/runtime.h", 1722 "src/runtime/runtime.h",
1721 "src/safepoint-table.cc", 1723 "src/safepoint-table.cc",
1722 "src/safepoint-table.h", 1724 "src/safepoint-table.h",
(...skipping 1365 matching lines...) Expand 10 before | Expand all | Expand 10 after
3088 ] 3090 ]
3089 3091
3090 configs = [ 3092 configs = [
3091 ":external_config", 3093 ":external_config",
3092 ":internal_config_base", 3094 ":internal_config_base",
3093 ] 3095 ]
3094 } 3096 }
3095 3097
3096 v8_fuzzer("wasm_data_section_fuzzer") { 3098 v8_fuzzer("wasm_data_section_fuzzer") {
3097 } 3099 }
OLDNEW
« no previous file with comments | « .gitignore ('k') | DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698