Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(27)

Side by Side Diff: BUILD.gn

Issue 768543002: [WIP] TrapHandler 2014/11/27. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | include/v8.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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_deprecation_warnings = false 7 v8_deprecation_warnings = false
8 v8_enable_disassembler = false 8 v8_enable_disassembler = false
9 v8_enable_gdbjit = false 9 v8_enable_gdbjit = false
10 v8_enable_handle_zapping = true 10 v8_enable_handle_zapping = true
(...skipping 461 matching lines...) Expand 10 before | Expand all | Expand 10 after
472 "src/compilation-statistics.cc", 472 "src/compilation-statistics.cc",
473 "src/compilation-statistics.h", 473 "src/compilation-statistics.h",
474 "src/compiler/access-builder.cc", 474 "src/compiler/access-builder.cc",
475 "src/compiler/access-builder.h", 475 "src/compiler/access-builder.h",
476 "src/compiler/ast-graph-builder.cc", 476 "src/compiler/ast-graph-builder.cc",
477 "src/compiler/ast-graph-builder.h", 477 "src/compiler/ast-graph-builder.h",
478 "src/compiler/ast-loop-assignment-analyzer.cc", 478 "src/compiler/ast-loop-assignment-analyzer.cc",
479 "src/compiler/ast-loop-assignment-analyzer.h", 479 "src/compiler/ast-loop-assignment-analyzer.h",
480 "src/compiler/basic-block-instrumentor.cc", 480 "src/compiler/basic-block-instrumentor.cc",
481 "src/compiler/basic-block-instrumentor.h", 481 "src/compiler/basic-block-instrumentor.h",
482 "src/compiler/bounds-check-lowering.cc",
483 "src/compiler/bounds-check-lowering.h",
482 "src/compiler/change-lowering.cc", 484 "src/compiler/change-lowering.cc",
483 "src/compiler/change-lowering.h", 485 "src/compiler/change-lowering.h",
484 "src/compiler/code-generator-impl.h", 486 "src/compiler/code-generator-impl.h",
485 "src/compiler/code-generator.cc", 487 "src/compiler/code-generator.cc",
486 "src/compiler/code-generator.h", 488 "src/compiler/code-generator.h",
487 "src/compiler/common-node-cache.h", 489 "src/compiler/common-node-cache.h",
488 "src/compiler/common-operator.cc", 490 "src/compiler/common-operator.cc",
489 "src/compiler/common-operator.h", 491 "src/compiler/common-operator.h",
490 "src/compiler/control-builders.cc", 492 "src/compiler/control-builders.cc",
491 "src/compiler/control-builders.h", 493 "src/compiler/control-builders.h",
(...skipping 951 matching lines...) Expand 10 before | Expand all | Expand 10 after
1443 deps = [ 1445 deps = [
1444 ":v8_base", 1446 ":v8_base",
1445 ":v8_nosnapshot", 1447 ":v8_nosnapshot",
1446 ] 1448 ]
1447 } 1449 }
1448 1450
1449 direct_dependent_configs = [ ":external_config" ] 1451 direct_dependent_configs = [ ":external_config" ]
1450 } 1452 }
1451 1453
1452 } 1454 }
OLDNEW
« no previous file with comments | « no previous file | include/v8.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698