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 682 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
693 "src/cpu-profiler.h", | 693 "src/cpu-profiler.h", |
694 "src/date.cc", | 694 "src/date.cc", |
695 "src/date.h", | 695 "src/date.h", |
696 "src/dateparser-inl.h", | 696 "src/dateparser-inl.h", |
697 "src/dateparser.cc", | 697 "src/dateparser.cc", |
698 "src/dateparser.h", | 698 "src/dateparser.h", |
699 "src/debug.cc", | 699 "src/debug.cc", |
700 "src/debug.h", | 700 "src/debug.h", |
701 "src/deoptimizer.cc", | 701 "src/deoptimizer.cc", |
702 "src/deoptimizer.h", | 702 "src/deoptimizer.h", |
| 703 "src/dependencies.cc", |
| 704 "src/dependencies.h", |
703 "src/disasm.h", | 705 "src/disasm.h", |
704 "src/disassembler.cc", | 706 "src/disassembler.cc", |
705 "src/disassembler.h", | 707 "src/disassembler.h", |
706 "src/diy-fp.cc", | 708 "src/diy-fp.cc", |
707 "src/diy-fp.h", | 709 "src/diy-fp.h", |
708 "src/double.h", | 710 "src/double.h", |
709 "src/dtoa.cc", | 711 "src/dtoa.cc", |
710 "src/dtoa.h", | 712 "src/dtoa.h", |
711 "src/effects.h", | 713 "src/effects.h", |
712 "src/elements-kind.cc", | 714 "src/elements-kind.cc", |
(...skipping 886 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1599 sources += [ | 1601 sources += [ |
1600 "src/d8-debug.cc", | 1602 "src/d8-debug.cc", |
1601 "$target_gen_dir/d8-js.cc", | 1603 "$target_gen_dir/d8-js.cc", |
1602 ] | 1604 ] |
1603 } | 1605 } |
1604 if (v8_enable_i18n_support) { | 1606 if (v8_enable_i18n_support) { |
1605 deps += [ "//third_party/icu" ] | 1607 deps += [ "//third_party/icu" ] |
1606 } | 1608 } |
1607 } | 1609 } |
1608 } | 1610 } |
OLD | NEW |