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 632 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
643 "src/lithium-codegen.h", | 643 "src/lithium-codegen.h", |
644 "src/lithium.cc", | 644 "src/lithium.cc", |
645 "src/lithium.h", | 645 "src/lithium.h", |
646 "src/liveedit.cc", | 646 "src/liveedit.cc", |
647 "src/liveedit.h", | 647 "src/liveedit.h", |
648 "src/log-inl.h", | 648 "src/log-inl.h", |
649 "src/log-utils.cc", | 649 "src/log-utils.cc", |
650 "src/log-utils.h", | 650 "src/log-utils.h", |
651 "src/log.cc", | 651 "src/log.cc", |
652 "src/log.h", | 652 "src/log.h", |
| 653 "src/lookup-inl.h", |
653 "src/lookup.cc", | 654 "src/lookup.cc", |
654 "src/lookup.h", | 655 "src/lookup.h", |
655 "src/macro-assembler.h", | 656 "src/macro-assembler.h", |
656 "src/mark-compact.cc", | 657 "src/mark-compact.cc", |
657 "src/mark-compact.h", | 658 "src/mark-compact.h", |
658 "src/messages.cc", | 659 "src/messages.cc", |
659 "src/messages.h", | 660 "src/messages.h", |
660 "src/msan.h", | 661 "src/msan.h", |
661 "src/natives.h", | 662 "src/natives.h", |
662 "src/objects-debug.cc", | 663 "src/objects-debug.cc", |
(...skipping 515 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1178 deps = [ | 1179 deps = [ |
1179 ":v8_base", | 1180 ":v8_base", |
1180 ":v8_nosnapshot", | 1181 ":v8_nosnapshot", |
1181 ] | 1182 ] |
1182 } | 1183 } |
1183 | 1184 |
1184 direct_dependent_configs = [ ":external_config" ] | 1185 direct_dependent_configs = [ ":external_config" ] |
1185 } | 1186 } |
1186 | 1187 |
1187 } | 1188 } |
OLD | NEW |