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

Side by Side Diff: BUILD.gn

Issue 306443002: Revert "Merge v8globals.h and globals.h" (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 7 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/accessors.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 609 matching lines...) Expand 10 before | Expand all | Expand 10 after
620 "src/unique.h", 620 "src/unique.h",
621 "src/uri.h", 621 "src/uri.h",
622 "src/utils-inl.h", 622 "src/utils-inl.h",
623 "src/utils.cc", 623 "src/utils.cc",
624 "src/utils.h", 624 "src/utils.h",
625 "src/utils/random-number-generator.cc", 625 "src/utils/random-number-generator.cc",
626 "src/utils/random-number-generator.h", 626 "src/utils/random-number-generator.h",
627 "src/v8.cc", 627 "src/v8.cc",
628 "src/v8.h", 628 "src/v8.h",
629 "src/v8checks.h", 629 "src/v8checks.h",
630 "src/v8globals.h",
630 "src/v8memory.h", 631 "src/v8memory.h",
631 "src/v8threads.cc", 632 "src/v8threads.cc",
632 "src/v8threads.h", 633 "src/v8threads.h",
633 "src/variables.cc", 634 "src/variables.cc",
634 "src/variables.h", 635 "src/variables.h",
635 "src/version.cc", 636 "src/version.cc",
636 "src/version.h", 637 "src/version.h",
637 "src/vm-state-inl.h", 638 "src/vm-state-inl.h",
638 "src/vm-state.h", 639 "src/vm-state.h",
639 "src/zone-inl.h", 640 "src/zone-inl.h",
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
927 ":v8_base", 928 ":v8_base",
928 ":v8_nosnapshot", 929 ":v8_nosnapshot",
929 ] 930 ]
930 931
931 if (v8_compress_startup_data == "bz2") { 932 if (v8_compress_startup_data == "bz2") {
932 libs = [ "bz2" ] 933 libs = [ "bz2" ]
933 } 934 }
934 } 935 }
935 936
936 } 937 }
OLDNEW
« no previous file with comments | « no previous file | src/accessors.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698