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 874 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 Loading... |
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 } |
OLD | NEW |