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

Side by Side Diff: BUILD.gn

Issue 1063383004: Revert of Remove support for thread-based recompilation (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: manual revert Created 5 years, 8 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 | « no previous file | src/compiler.h » ('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/mips.gni") 7 import("//build/config/mips.gni")
8 8
9 # Because standalone V8 builds are not supported, assume this is part of a 9 # Because standalone V8 builds are not supported, assume this is part of a
10 # Chromium build. 10 # Chromium build.
(...skipping 874 matching lines...) Expand 10 before | Expand all | Expand 10 after
885 "src/messages.cc", 885 "src/messages.cc",
886 "src/messages.h", 886 "src/messages.h",
887 "src/modules.cc", 887 "src/modules.cc",
888 "src/modules.h", 888 "src/modules.h",
889 "src/msan.h", 889 "src/msan.h",
890 "src/objects-debug.cc", 890 "src/objects-debug.cc",
891 "src/objects-inl.h", 891 "src/objects-inl.h",
892 "src/objects-printer.cc", 892 "src/objects-printer.cc",
893 "src/objects.cc", 893 "src/objects.cc",
894 "src/objects.h", 894 "src/objects.h",
895 "src/optimizing-compile-dispatcher.cc", 895 "src/optimizing-compiler-thread.cc",
896 "src/optimizing-compile-dispatcher.h", 896 "src/optimizing-compiler-thread.h",
897 "src/ostreams.cc", 897 "src/ostreams.cc",
898 "src/ostreams.h", 898 "src/ostreams.h",
899 "src/parser.cc", 899 "src/parser.cc",
900 "src/parser.h", 900 "src/parser.h",
901 "src/pending-compilation-error-handler.cc", 901 "src/pending-compilation-error-handler.cc",
902 "src/pending-compilation-error-handler.h", 902 "src/pending-compilation-error-handler.h",
903 "src/perf-jit.cc", 903 "src/perf-jit.cc",
904 "src/perf-jit.h", 904 "src/perf-jit.h",
905 "src/preparse-data-format.h", 905 "src/preparse-data-format.h",
906 "src/preparse-data.cc", 906 "src/preparse-data.cc",
(...skipping 688 matching lines...) Expand 10 before | Expand all | Expand 10 after
1595 sources += [ 1595 sources += [
1596 "src/d8-debug.cc", 1596 "src/d8-debug.cc",
1597 "$target_gen_dir/d8-js.cc", 1597 "$target_gen_dir/d8-js.cc",
1598 ] 1598 ]
1599 } 1599 }
1600 if (v8_enable_i18n_support) { 1600 if (v8_enable_i18n_support) {
1601 deps += [ "//third_party/icu" ] 1601 deps += [ "//third_party/icu" ]
1602 } 1602 }
1603 } 1603 }
1604 } 1604 }
OLDNEW
« no previous file with comments | « no previous file | src/compiler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698