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 878 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
889 "src/scopeinfo.h", | 889 "src/scopeinfo.h", |
890 "src/scopes.cc", | 890 "src/scopes.cc", |
891 "src/scopes.h", | 891 "src/scopes.h", |
892 "src/serialize.cc", | 892 "src/serialize.cc", |
893 "src/serialize.h", | 893 "src/serialize.h", |
894 "src/small-pointer-list.h", | 894 "src/small-pointer-list.h", |
895 "src/smart-pointers.h", | 895 "src/smart-pointers.h", |
896 "src/snapshot-source-sink.cc", | 896 "src/snapshot-source-sink.cc", |
897 "src/snapshot-source-sink.h", | 897 "src/snapshot-source-sink.h", |
898 "src/snapshot.h", | 898 "src/snapshot.h", |
| 899 "src/string-builder.cc", |
899 "src/string-builder.h", | 900 "src/string-builder.h", |
900 "src/string-builder.c", | |
901 "src/string-search.cc", | 901 "src/string-search.cc", |
902 "src/string-search.h", | 902 "src/string-search.h", |
903 "src/string-stream.cc", | 903 "src/string-stream.cc", |
904 "src/string-stream.h", | 904 "src/string-stream.h", |
905 "src/strtod.cc", | 905 "src/strtod.cc", |
906 "src/strtod.h", | 906 "src/strtod.h", |
907 "src/token.cc", | 907 "src/token.cc", |
908 "src/token.h", | 908 "src/token.h", |
909 "src/transitions-inl.h", | 909 "src/transitions-inl.h", |
910 "src/transitions.cc", | 910 "src/transitions.cc", |
(...skipping 546 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1457 deps = [ | 1457 deps = [ |
1458 ":v8_base", | 1458 ":v8_base", |
1459 ":v8_nosnapshot", | 1459 ":v8_nosnapshot", |
1460 ] | 1460 ] |
1461 } | 1461 } |
1462 | 1462 |
1463 direct_dependent_configs = [ ":external_config" ] | 1463 direct_dependent_configs = [ ":external_config" ] |
1464 } | 1464 } |
1465 | 1465 |
1466 } | 1466 } |
OLD | NEW |