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

Side by Side Diff: BUILD.gn

Issue 638643002: Update unicode to 7.0.0. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: addressed comment 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') | 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 877 matching lines...) Expand 10 before | Expand all | Expand 10 after
888 "src/types-inl.h", 888 "src/types-inl.h",
889 "src/types.cc", 889 "src/types.cc",
890 "src/types.h", 890 "src/types.h",
891 "src/typing.cc", 891 "src/typing.cc",
892 "src/typing.h", 892 "src/typing.h",
893 "src/unbound-queue-inl.h", 893 "src/unbound-queue-inl.h",
894 "src/unbound-queue.h", 894 "src/unbound-queue.h",
895 "src/unicode-inl.h", 895 "src/unicode-inl.h",
896 "src/unicode.cc", 896 "src/unicode.cc",
897 "src/unicode.h", 897 "src/unicode.h",
898 "src/unicode-decoder.cc",
899 "src/unicode-decoder.h",
898 "src/unique.h", 900 "src/unique.h",
899 "src/uri.h", 901 "src/uri.h",
900 "src/utils-inl.h", 902 "src/utils-inl.h",
901 "src/utils.cc", 903 "src/utils.cc",
902 "src/utils.h", 904 "src/utils.h",
903 "src/v8.cc", 905 "src/v8.cc",
904 "src/v8.h", 906 "src/v8.h",
905 "src/v8memory.h", 907 "src/v8memory.h",
906 "src/v8threads.cc", 908 "src/v8threads.cc",
907 "src/v8threads.h", 909 "src/v8threads.h",
(...skipping 516 matching lines...) Expand 10 before | Expand all | Expand 10 after
1424 deps = [ 1426 deps = [
1425 ":v8_base", 1427 ":v8_base",
1426 ":v8_nosnapshot", 1428 ":v8_nosnapshot",
1427 ] 1429 ]
1428 } 1430 }
1429 1431
1430 direct_dependent_configs = [ ":external_config" ] 1432 direct_dependent_configs = [ ":external_config" ]
1431 } 1433 }
1432 1434
1433 } 1435 }
OLDNEW
« no previous file with comments | « no previous file | src/char-predicates.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698