OLD | NEW |
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 941 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
952 "src/objects-debug.cc", | 952 "src/objects-debug.cc", |
953 "src/objects-inl.h", | 953 "src/objects-inl.h", |
954 "src/objects-printer.cc", | 954 "src/objects-printer.cc", |
955 "src/objects.cc", | 955 "src/objects.cc", |
956 "src/objects.h", | 956 "src/objects.h", |
957 "src/optimizing-compile-dispatcher.cc", | 957 "src/optimizing-compile-dispatcher.cc", |
958 "src/optimizing-compile-dispatcher.h", | 958 "src/optimizing-compile-dispatcher.h", |
959 "src/ostreams.cc", | 959 "src/ostreams.cc", |
960 "src/ostreams.h", | 960 "src/ostreams.h", |
961 "src/pattern-rewriter.cc", | 961 "src/pattern-rewriter.cc", |
962 "src/pattern-rewriter.h", | |
963 "src/parser.cc", | 962 "src/parser.cc", |
964 "src/parser.h", | 963 "src/parser.h", |
965 "src/pending-compilation-error-handler.cc", | 964 "src/pending-compilation-error-handler.cc", |
966 "src/pending-compilation-error-handler.h", | 965 "src/pending-compilation-error-handler.h", |
967 "src/perf-jit.cc", | 966 "src/perf-jit.cc", |
968 "src/perf-jit.h", | 967 "src/perf-jit.h", |
969 "src/preparse-data-format.h", | 968 "src/preparse-data-format.h", |
970 "src/preparse-data.cc", | 969 "src/preparse-data.cc", |
971 "src/preparse-data.h", | 970 "src/preparse-data.h", |
972 "src/preparser.cc", | 971 "src/preparser.cc", |
(...skipping 690 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1663 sources += [ | 1662 sources += [ |
1664 "src/d8-debug.cc", | 1663 "src/d8-debug.cc", |
1665 "$target_gen_dir/d8-js.cc", | 1664 "$target_gen_dir/d8-js.cc", |
1666 ] | 1665 ] |
1667 } | 1666 } |
1668 if (v8_enable_i18n_support) { | 1667 if (v8_enable_i18n_support) { |
1669 deps += [ "//third_party/icu" ] | 1668 deps += [ "//third_party/icu" ] |
1670 } | 1669 } |
1671 } | 1670 } |
1672 } | 1671 } |
OLD | NEW |