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

Side by Side Diff: BUILD.gn

Issue 384963002: ES6 Unscopables (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Changed tests to test multiple object types Created 6 years, 5 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/bootstrapper.cc » ('j') | src/unscopables.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 737 matching lines...) Expand 10 before | Expand all | Expand 10 after
748 "src/types.cc", 748 "src/types.cc",
749 "src/types.h", 749 "src/types.h",
750 "src/typing.cc", 750 "src/typing.cc",
751 "src/typing.h", 751 "src/typing.h",
752 "src/unbound-queue-inl.h", 752 "src/unbound-queue-inl.h",
753 "src/unbound-queue.h", 753 "src/unbound-queue.h",
754 "src/unicode-inl.h", 754 "src/unicode-inl.h",
755 "src/unicode.cc", 755 "src/unicode.cc",
756 "src/unicode.h", 756 "src/unicode.h",
757 "src/unique.h", 757 "src/unique.h",
758 "src/unscopables.h",
758 "src/uri.h", 759 "src/uri.h",
759 "src/utils-inl.h", 760 "src/utils-inl.h",
760 "src/utils.cc", 761 "src/utils.cc",
761 "src/utils.h", 762 "src/utils.h",
762 "src/v8.cc", 763 "src/v8.cc",
763 "src/v8.h", 764 "src/v8.h",
764 "src/v8memory.h", 765 "src/v8memory.h",
765 "src/v8threads.cc", 766 "src/v8threads.cc",
766 "src/v8threads.h", 767 "src/v8threads.h",
767 "src/variables.cc", 768 "src/variables.cc",
(...skipping 409 matching lines...) Expand 10 before | Expand all | Expand 10 after
1177 deps = [ 1178 deps = [
1178 ":v8_base", 1179 ":v8_base",
1179 ":v8_nosnapshot", 1180 ":v8_nosnapshot",
1180 ] 1181 ]
1181 } 1182 }
1182 1183
1183 direct_dependent_configs = [ ":external_config" ] 1184 direct_dependent_configs = [ ":external_config" ]
1184 } 1185 }
1185 1186
1186 } 1187 }
OLDNEW
« no previous file with comments | « no previous file | src/bootstrapper.cc » ('j') | src/unscopables.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698