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 640193002: Allow identifier code points from supplementary multilingual planes. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 2 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/char-predicates.h » ('j') | src/scanner.h » ('J')
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 435 matching lines...) Expand 10 before | Expand all | Expand 10 after
446 "src/bignum-dtoa.h", 446 "src/bignum-dtoa.h",
447 "src/bignum.cc", 447 "src/bignum.cc",
448 "src/bignum.h", 448 "src/bignum.h",
449 "src/bootstrapper.cc", 449 "src/bootstrapper.cc",
450 "src/bootstrapper.h", 450 "src/bootstrapper.h",
451 "src/builtins.cc", 451 "src/builtins.cc",
452 "src/builtins.h", 452 "src/builtins.h",
453 "src/bytecodes-irregexp.h", 453 "src/bytecodes-irregexp.h",
454 "src/cached-powers.cc", 454 "src/cached-powers.cc",
455 "src/cached-powers.h", 455 "src/cached-powers.h",
456 "src/char-predicates.cc",
456 "src/char-predicates-inl.h", 457 "src/char-predicates-inl.h",
457 "src/char-predicates.h", 458 "src/char-predicates.h",
458 "src/checks.cc", 459 "src/checks.cc",
459 "src/checks.h", 460 "src/checks.h",
460 "src/circular-queue-inl.h", 461 "src/circular-queue-inl.h",
461 "src/circular-queue.h", 462 "src/circular-queue.h",
462 "src/code-factory.cc", 463 "src/code-factory.cc",
463 "src/code-factory.h", 464 "src/code-factory.h",
464 "src/code-stubs.cc", 465 "src/code-stubs.cc",
465 "src/code-stubs.h", 466 "src/code-stubs.h",
(...skipping 960 matching lines...) Expand 10 before | Expand all | Expand 10 after
1426 deps = [ 1427 deps = [
1427 ":v8_base", 1428 ":v8_base",
1428 ":v8_nosnapshot", 1429 ":v8_nosnapshot",
1429 ] 1430 ]
1430 } 1431 }
1431 1432
1432 direct_dependent_configs = [ ":external_config" ] 1433 direct_dependent_configs = [ ":external_config" ]
1433 } 1434 }
1434 1435
1435 } 1436 }
OLDNEW
« no previous file with comments | « no previous file | src/char-predicates.h » ('j') | src/scanner.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698