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

Side by Side Diff: BUILD.gn

Issue 1059853004: Reland "Remove support for thread-based recompilation" (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: 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 875 matching lines...) Expand 10 before | Expand all | Expand 10 after
886 "src/messages.cc", 886 "src/messages.cc",
887 "src/messages.h", 887 "src/messages.h",
888 "src/modules.cc", 888 "src/modules.cc",
889 "src/modules.h", 889 "src/modules.h",
890 "src/msan.h", 890 "src/msan.h",
891 "src/objects-debug.cc", 891 "src/objects-debug.cc",
892 "src/objects-inl.h", 892 "src/objects-inl.h",
893 "src/objects-printer.cc", 893 "src/objects-printer.cc",
894 "src/objects.cc", 894 "src/objects.cc",
895 "src/objects.h", 895 "src/objects.h",
896 "src/optimizing-compiler-thread.cc", 896 "src/optimizing-compile-dispatcher.cc",
897 "src/optimizing-compiler-thread.h", 897 "src/optimizing-compile-dispatcher.h",
898 "src/ostreams.cc", 898 "src/ostreams.cc",
899 "src/ostreams.h", 899 "src/ostreams.h",
900 "src/parser.cc", 900 "src/parser.cc",
901 "src/parser.h", 901 "src/parser.h",
902 "src/pending-compilation-error-handler.cc", 902 "src/pending-compilation-error-handler.cc",
903 "src/pending-compilation-error-handler.h", 903 "src/pending-compilation-error-handler.h",
904 "src/perf-jit.cc", 904 "src/perf-jit.cc",
905 "src/perf-jit.h", 905 "src/perf-jit.h",
906 "src/preparse-data-format.h", 906 "src/preparse-data-format.h",
907 "src/preparse-data.cc", 907 "src/preparse-data.cc",
(...skipping 691 matching lines...) Expand 10 before | Expand all | Expand 10 after
1599 sources += [ 1599 sources += [
1600 "src/d8-debug.cc", 1600 "src/d8-debug.cc",
1601 "$target_gen_dir/d8-js.cc", 1601 "$target_gen_dir/d8-js.cc",
1602 ] 1602 ]
1603 } 1603 }
1604 if (v8_enable_i18n_support) { 1604 if (v8_enable_i18n_support) {
1605 deps += [ "//third_party/icu" ] 1605 deps += [ "//third_party/icu" ]
1606 } 1606 }
1607 } 1607 }
1608 } 1608 }
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