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

Side by Side Diff: BUILD.gn

Issue 335293004: New try: Parser: Delay internalizing strings and values (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: rebased (trivial) Created 6 years, 6 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 | 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_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 429 matching lines...) Expand 10 before | Expand all | Expand 10 after
440 "src/allocation-tracker.cc", 440 "src/allocation-tracker.cc",
441 "src/allocation-tracker.h", 441 "src/allocation-tracker.h",
442 "src/api.cc", 442 "src/api.cc",
443 "src/api.h", 443 "src/api.h",
444 "src/arguments.cc", 444 "src/arguments.cc",
445 "src/arguments.h", 445 "src/arguments.h",
446 "src/assembler.cc", 446 "src/assembler.cc",
447 "src/assembler.h", 447 "src/assembler.h",
448 "src/assert-scope.h", 448 "src/assert-scope.h",
449 "src/assert-scope.cc", 449 "src/assert-scope.cc",
450 "src/ast-value-factory.cc",
451 "src/ast-value-factory.h",
450 "src/ast.cc", 452 "src/ast.cc",
451 "src/ast.h", 453 "src/ast.h",
452 "src/bignum-dtoa.cc", 454 "src/bignum-dtoa.cc",
453 "src/bignum-dtoa.h", 455 "src/bignum-dtoa.h",
454 "src/bignum.cc", 456 "src/bignum.cc",
455 "src/bignum.h", 457 "src/bignum.h",
456 "src/bootstrapper.cc", 458 "src/bootstrapper.cc",
457 "src/bootstrapper.h", 459 "src/bootstrapper.h",
458 "src/builtins.cc", 460 "src/builtins.cc",
459 "src/builtins.h", 461 "src/builtins.h",
(...skipping 691 matching lines...) Expand 10 before | Expand all | Expand 10 after
1151 deps = [ 1153 deps = [
1152 ":v8_base", 1154 ":v8_base",
1153 ":v8_nosnapshot", 1155 ":v8_nosnapshot",
1154 ] 1156 ]
1155 } 1157 }
1156 1158
1157 direct_dependent_configs = [ ":external_config" ] 1159 direct_dependent_configs = [ ":external_config" ]
1158 } 1160 }
1159 1161
1160 } 1162 }
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