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

Side by Side Diff: BUILD.gn

Issue 345513003: Revert "Parser: Delay internalizing strings and values." (r21841) (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: 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 347 matching lines...) Expand 10 before | Expand all | Expand 10 after
358 "src/allocation-tracker.cc", 358 "src/allocation-tracker.cc",
359 "src/allocation-tracker.h", 359 "src/allocation-tracker.h",
360 "src/api.cc", 360 "src/api.cc",
361 "src/api.h", 361 "src/api.h",
362 "src/arguments.cc", 362 "src/arguments.cc",
363 "src/arguments.h", 363 "src/arguments.h",
364 "src/assembler.cc", 364 "src/assembler.cc",
365 "src/assembler.h", 365 "src/assembler.h",
366 "src/assert-scope.h", 366 "src/assert-scope.h",
367 "src/assert-scope.cc", 367 "src/assert-scope.cc",
368 "src/ast-value-factory.cc",
369 "src/ast-value-factory.h",
370 "src/ast.cc", 368 "src/ast.cc",
371 "src/ast.h", 369 "src/ast.h",
372 "src/bignum-dtoa.cc", 370 "src/bignum-dtoa.cc",
373 "src/bignum-dtoa.h", 371 "src/bignum-dtoa.h",
374 "src/bignum.cc", 372 "src/bignum.cc",
375 "src/bignum.h", 373 "src/bignum.h",
376 "src/bootstrapper.cc", 374 "src/bootstrapper.cc",
377 "src/bootstrapper.h", 375 "src/bootstrapper.h",
378 "src/builtins.cc", 376 "src/builtins.cc",
379 "src/builtins.h", 377 "src/builtins.h",
(...skipping 677 matching lines...) Expand 10 before | Expand all | Expand 10 after
1057 deps = [ 1055 deps = [
1058 ":v8_base", 1056 ":v8_base",
1059 ":v8_nosnapshot", 1057 ":v8_nosnapshot",
1060 ] 1058 ]
1061 } 1059 }
1062 1060
1063 direct_dependent_configs = [ ":external_config" ] 1061 direct_dependent_configs = [ ":external_config" ]
1064 } 1062 }
1065 1063
1066 } 1064 }
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