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

Side by Side Diff: BUILD.gn

Issue 694063005: Introduce Diamond, a helper for building diamond-shaped control patterns. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: newline Created 6 years, 1 month 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | src/compiler/change-lowering.cc » ('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_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 480 matching lines...) Expand 10 before | Expand all | Expand 10 after
491 "src/compiler/code-generator-impl.h", 491 "src/compiler/code-generator-impl.h",
492 "src/compiler/code-generator.cc", 492 "src/compiler/code-generator.cc",
493 "src/compiler/code-generator.h", 493 "src/compiler/code-generator.h",
494 "src/compiler/common-node-cache.h", 494 "src/compiler/common-node-cache.h",
495 "src/compiler/common-operator.cc", 495 "src/compiler/common-operator.cc",
496 "src/compiler/common-operator.h", 496 "src/compiler/common-operator.h",
497 "src/compiler/control-builders.cc", 497 "src/compiler/control-builders.cc",
498 "src/compiler/control-builders.h", 498 "src/compiler/control-builders.h",
499 "src/compiler/control-reducer.cc", 499 "src/compiler/control-reducer.cc",
500 "src/compiler/control-reducer.h", 500 "src/compiler/control-reducer.h",
501 "src/compiler/diamond.h",
501 "src/compiler/frame.h", 502 "src/compiler/frame.h",
502 "src/compiler/gap-resolver.cc", 503 "src/compiler/gap-resolver.cc",
503 "src/compiler/gap-resolver.h", 504 "src/compiler/gap-resolver.h",
504 "src/compiler/generic-algorithm-inl.h", 505 "src/compiler/generic-algorithm-inl.h",
505 "src/compiler/generic-algorithm.h", 506 "src/compiler/generic-algorithm.h",
506 "src/compiler/generic-graph.h", 507 "src/compiler/generic-graph.h",
507 "src/compiler/generic-node-inl.h", 508 "src/compiler/generic-node-inl.h",
508 "src/compiler/generic-node.h", 509 "src/compiler/generic-node.h",
509 "src/compiler/graph-builder.cc", 510 "src/compiler/graph-builder.cc",
510 "src/compiler/graph-builder.h", 511 "src/compiler/graph-builder.h",
(...skipping 940 matching lines...) Expand 10 before | Expand all | Expand 10 after
1451 deps = [ 1452 deps = [
1452 ":v8_base", 1453 ":v8_base",
1453 ":v8_nosnapshot", 1454 ":v8_nosnapshot",
1454 ] 1455 ]
1455 } 1456 }
1456 1457
1457 direct_dependent_configs = [ ":external_config" ] 1458 direct_dependent_configs = [ ":external_config" ]
1458 } 1459 }
1459 1460
1460 } 1461 }
OLDNEW
« no previous file with comments | « no previous file | src/compiler/change-lowering.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698