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

Side by Side Diff: BUILD.gn

Issue 476483004: Version 3.29.9.1 (merged r23232) (Closed) Base URL: https://v8.googlecode.com/svn/trunk
Patch Set: Created 6 years, 4 months 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/version.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 491 matching lines...) Expand 10 before | Expand all | Expand 10 after
502 "src/compiler/js-operator.h", 502 "src/compiler/js-operator.h",
503 "src/compiler/js-typed-lowering.cc", 503 "src/compiler/js-typed-lowering.cc",
504 "src/compiler/js-typed-lowering.h", 504 "src/compiler/js-typed-lowering.h",
505 "src/compiler/linkage-impl.h", 505 "src/compiler/linkage-impl.h",
506 "src/compiler/linkage.cc", 506 "src/compiler/linkage.cc",
507 "src/compiler/linkage.h", 507 "src/compiler/linkage.h",
508 "src/compiler/machine-node-factory.h", 508 "src/compiler/machine-node-factory.h",
509 "src/compiler/machine-operator-reducer.cc", 509 "src/compiler/machine-operator-reducer.cc",
510 "src/compiler/machine-operator-reducer.h", 510 "src/compiler/machine-operator-reducer.h",
511 "src/compiler/machine-operator.h", 511 "src/compiler/machine-operator.h",
512 "src/compiler/machine-type.cc",
513 "src/compiler/machine-type.h",
512 "src/compiler/node-aux-data-inl.h", 514 "src/compiler/node-aux-data-inl.h",
513 "src/compiler/node-aux-data.h", 515 "src/compiler/node-aux-data.h",
514 "src/compiler/node-cache.cc", 516 "src/compiler/node-cache.cc",
515 "src/compiler/node-cache.h", 517 "src/compiler/node-cache.h",
516 "src/compiler/node-matchers.h", 518 "src/compiler/node-matchers.h",
517 "src/compiler/node-properties-inl.h", 519 "src/compiler/node-properties-inl.h",
518 "src/compiler/node-properties.h", 520 "src/compiler/node-properties.h",
519 "src/compiler/node.cc", 521 "src/compiler/node.cc",
520 "src/compiler/node.h", 522 "src/compiler/node.h",
521 "src/compiler/opcodes.h", 523 "src/compiler/opcodes.h",
(...skipping 749 matching lines...) Expand 10 before | Expand all | Expand 10 after
1271 deps = [ 1273 deps = [
1272 ":v8_base", 1274 ":v8_base",
1273 ":v8_nosnapshot", 1275 ":v8_nosnapshot",
1274 ] 1276 ]
1275 } 1277 }
1276 1278
1277 direct_dependent_configs = [ ":external_config" ] 1279 direct_dependent_configs = [ ":external_config" ]
1278 } 1280 }
1279 1281
1280 } 1282 }
OLDNEW
« no previous file with comments | « no previous file | src/version.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698