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

Side by Side Diff: BUILD.gn

Issue 604703004: Move string-related runtime functions into separate files. (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/runtime/runtime.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 803 matching lines...) Expand 10 before | Expand all | Expand 10 after
814 "src/regexp-macro-assembler-tracer.h", 814 "src/regexp-macro-assembler-tracer.h",
815 "src/regexp-macro-assembler.cc", 815 "src/regexp-macro-assembler.cc",
816 "src/regexp-macro-assembler.h", 816 "src/regexp-macro-assembler.h",
817 "src/regexp-stack.cc", 817 "src/regexp-stack.cc",
818 "src/regexp-stack.h", 818 "src/regexp-stack.h",
819 "src/rewriter.cc", 819 "src/rewriter.cc",
820 "src/rewriter.h", 820 "src/rewriter.h",
821 "src/runtime-profiler.cc", 821 "src/runtime-profiler.cc",
822 "src/runtime-profiler.h", 822 "src/runtime-profiler.h",
823 "src/runtime/runtime-i18n.cc", 823 "src/runtime/runtime-i18n.cc",
824 "src/runtime/runtime-json.cc",
825 "src/runtime/runtime-regexp.cc",
826 "src/runtime/runtime-strings.cc",
827 "src/runtime/runtime-uri.cc",
824 "src/runtime/runtime-utils.h", 828 "src/runtime/runtime-utils.h",
825 "src/runtime/runtime.cc", 829 "src/runtime/runtime.cc",
826 "src/runtime/runtime.h", 830 "src/runtime/runtime.h",
831 "src/runtime/string-builder.h",
827 "src/safepoint-table.cc", 832 "src/safepoint-table.cc",
828 "src/safepoint-table.h", 833 "src/safepoint-table.h",
829 "src/sampler.cc", 834 "src/sampler.cc",
830 "src/sampler.h", 835 "src/sampler.h",
831 "src/scanner-character-streams.cc", 836 "src/scanner-character-streams.cc",
832 "src/scanner-character-streams.h", 837 "src/scanner-character-streams.h",
833 "src/scanner.cc", 838 "src/scanner.cc",
834 "src/scanner.h", 839 "src/scanner.h",
835 "src/scopeinfo.cc", 840 "src/scopeinfo.cc",
836 "src/scopeinfo.h", 841 "src/scopeinfo.h",
(...skipping 557 matching lines...) Expand 10 before | Expand all | Expand 10 after
1394 deps = [ 1399 deps = [
1395 ":v8_base", 1400 ":v8_base",
1396 ":v8_nosnapshot", 1401 ":v8_nosnapshot",
1397 ] 1402 ]
1398 } 1403 }
1399 1404
1400 direct_dependent_configs = [ ":external_config" ] 1405 direct_dependent_configs = [ ":external_config" ]
1401 } 1406 }
1402 1407
1403 } 1408 }
OLDNEW
« no previous file with comments | « no previous file | src/runtime/runtime.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698