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

Side by Side Diff: BUILD.gn

Issue 760493003: Make generic algorithm a little less generic. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@local_cleanup-generic-stuff-3
Patch Set: Rebased. 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 | src/compiler/generic-algorithm.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 479 matching lines...) Expand 10 before | Expand all | Expand 10 after
490 "src/compiler/common-operator.cc", 490 "src/compiler/common-operator.cc",
491 "src/compiler/common-operator.h", 491 "src/compiler/common-operator.h",
492 "src/compiler/control-builders.cc", 492 "src/compiler/control-builders.cc",
493 "src/compiler/control-builders.h", 493 "src/compiler/control-builders.h",
494 "src/compiler/control-reducer.cc", 494 "src/compiler/control-reducer.cc",
495 "src/compiler/control-reducer.h", 495 "src/compiler/control-reducer.h",
496 "src/compiler/diamond.h", 496 "src/compiler/diamond.h",
497 "src/compiler/frame.h", 497 "src/compiler/frame.h",
498 "src/compiler/gap-resolver.cc", 498 "src/compiler/gap-resolver.cc",
499 "src/compiler/gap-resolver.h", 499 "src/compiler/gap-resolver.h",
500 "src/compiler/generic-algorithm-inl.h",
501 "src/compiler/generic-algorithm.h", 500 "src/compiler/generic-algorithm.h",
502 "src/compiler/graph-builder.cc", 501 "src/compiler/graph-builder.cc",
503 "src/compiler/graph-builder.h", 502 "src/compiler/graph-builder.h",
504 "src/compiler/graph-inl.h", 503 "src/compiler/graph-inl.h",
505 "src/compiler/graph-reducer.cc", 504 "src/compiler/graph-reducer.cc",
506 "src/compiler/graph-reducer.h", 505 "src/compiler/graph-reducer.h",
507 "src/compiler/graph-replay.cc", 506 "src/compiler/graph-replay.cc",
508 "src/compiler/graph-replay.h", 507 "src/compiler/graph-replay.h",
509 "src/compiler/graph-visualizer.cc", 508 "src/compiler/graph-visualizer.cc",
510 "src/compiler/graph-visualizer.h", 509 "src/compiler/graph-visualizer.h",
(...skipping 933 matching lines...) Expand 10 before | Expand all | Expand 10 after
1444 deps = [ 1443 deps = [
1445 ":v8_base", 1444 ":v8_base",
1446 ":v8_nosnapshot", 1445 ":v8_nosnapshot",
1447 ] 1446 ]
1448 } 1447 }
1449 1448
1450 direct_dependent_configs = [ ":external_config" ] 1449 direct_dependent_configs = [ ":external_config" ]
1451 } 1450 }
1452 1451
1453 } 1452 }
OLDNEW
« no previous file with comments | « no previous file | src/compiler/generic-algorithm.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698