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 # TODO(jochen): These will need to be user-settable to support standalone V8 | 5 # TODO(jochen): These will need to be user-settable to support standalone V8 |
6 # builds. | 6 # builds. |
7 v8_compress_startup_data = "off" | 7 v8_compress_startup_data = "off" |
8 v8_deprecation_warnings = false | 8 v8_deprecation_warnings = false |
9 v8_enable_disassembler = false | 9 v8_enable_disassembler = false |
10 v8_enable_gdbjit = false | 10 v8_enable_gdbjit = false |
(...skipping 736 matching lines...) Loading... |
747 "src/types.cc", | 747 "src/types.cc", |
748 "src/types.h", | 748 "src/types.h", |
749 "src/typing.cc", | 749 "src/typing.cc", |
750 "src/typing.h", | 750 "src/typing.h", |
751 "src/unbound-queue-inl.h", | 751 "src/unbound-queue-inl.h", |
752 "src/unbound-queue.h", | 752 "src/unbound-queue.h", |
753 "src/unicode-inl.h", | 753 "src/unicode-inl.h", |
754 "src/unicode.cc", | 754 "src/unicode.cc", |
755 "src/unicode.h", | 755 "src/unicode.h", |
756 "src/unique.h", | 756 "src/unique.h", |
| 757 "src/unscopables.h", |
757 "src/uri.h", | 758 "src/uri.h", |
758 "src/utils-inl.h", | 759 "src/utils-inl.h", |
759 "src/utils.cc", | 760 "src/utils.cc", |
760 "src/utils.h", | 761 "src/utils.h", |
761 "src/v8.cc", | 762 "src/v8.cc", |
762 "src/v8.h", | 763 "src/v8.h", |
763 "src/v8memory.h", | 764 "src/v8memory.h", |
764 "src/v8threads.cc", | 765 "src/v8threads.cc", |
765 "src/v8threads.h", | 766 "src/v8threads.h", |
766 "src/variables.cc", | 767 "src/variables.cc", |
(...skipping 409 matching lines...) Loading... |
1176 deps = [ | 1177 deps = [ |
1177 ":v8_base", | 1178 ":v8_base", |
1178 ":v8_nosnapshot", | 1179 ":v8_nosnapshot", |
1179 ] | 1180 ] |
1180 } | 1181 } |
1181 | 1182 |
1182 direct_dependent_configs = [ ":external_config" ] | 1183 direct_dependent_configs = [ ":external_config" ] |
1183 } | 1184 } |
1184 | 1185 |
1185 } | 1186 } |
OLD | NEW |