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

Side by Side Diff: BUILD.gn

Issue 352823003: Added slim versions of output streams. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Rebased. 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 | build/standalone.gypi » ('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 656 matching lines...) Expand 10 before | Expand all | Expand 10 after
667 "src/messages.h", 667 "src/messages.h",
668 "src/msan.h", 668 "src/msan.h",
669 "src/natives.h", 669 "src/natives.h",
670 "src/objects-debug.cc", 670 "src/objects-debug.cc",
671 "src/objects-inl.h", 671 "src/objects-inl.h",
672 "src/objects-printer.cc", 672 "src/objects-printer.cc",
673 "src/objects-visiting.cc", 673 "src/objects-visiting.cc",
674 "src/objects-visiting.h", 674 "src/objects-visiting.h",
675 "src/objects.cc", 675 "src/objects.cc",
676 "src/objects.h", 676 "src/objects.h",
677 "src/optimizing-compiler-thread.cc",
677 "src/optimizing-compiler-thread.h", 678 "src/optimizing-compiler-thread.h",
678 "src/optimizing-compiler-thread.cc", 679 "src/ostreams.cc",
680 "src/ostreams.h",
679 "src/parser.cc", 681 "src/parser.cc",
680 "src/parser.h", 682 "src/parser.h",
681 "src/platform/elapsed-timer.h", 683 "src/platform/elapsed-timer.h",
682 "src/platform/time.cc", 684 "src/platform/time.cc",
683 "src/platform/time.h", 685 "src/platform/time.h",
684 "src/platform.h", 686 "src/platform.h",
685 "src/platform/condition-variable.cc", 687 "src/platform/condition-variable.cc",
686 "src/platform/condition-variable.h", 688 "src/platform/condition-variable.h",
687 "src/platform/mutex.cc", 689 "src/platform/mutex.cc",
688 "src/platform/mutex.h", 690 "src/platform/mutex.h",
(...skipping 464 matching lines...) Expand 10 before | Expand all | Expand 10 after
1153 deps = [ 1155 deps = [
1154 ":v8_base", 1156 ":v8_base",
1155 ":v8_nosnapshot", 1157 ":v8_nosnapshot",
1156 ] 1158 ]
1157 } 1159 }
1158 1160
1159 direct_dependent_configs = [ ":external_config" ] 1161 direct_dependent_configs = [ ":external_config" ]
1160 } 1162 }
1161 1163
1162 } 1164 }
OLDNEW
« no previous file with comments | « no previous file | build/standalone.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698