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

Side by Side Diff: BUILD.gn

Issue 604553004: gn: Add missing source files to x86 build (Closed) Base URL: http://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 | no next file » | 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 906 matching lines...) Expand 10 before | Expand all | Expand 10 after
917 "src/ia32/lithium-ia32.cc", 917 "src/ia32/lithium-ia32.cc",
918 "src/ia32/lithium-ia32.h", 918 "src/ia32/lithium-ia32.h",
919 "src/ia32/macro-assembler-ia32.cc", 919 "src/ia32/macro-assembler-ia32.cc",
920 "src/ia32/macro-assembler-ia32.h", 920 "src/ia32/macro-assembler-ia32.h",
921 "src/ia32/regexp-macro-assembler-ia32.cc", 921 "src/ia32/regexp-macro-assembler-ia32.cc",
922 "src/ia32/regexp-macro-assembler-ia32.h", 922 "src/ia32/regexp-macro-assembler-ia32.h",
923 "src/compiler/ia32/code-generator-ia32.cc", 923 "src/compiler/ia32/code-generator-ia32.cc",
924 "src/compiler/ia32/instruction-codes-ia32.h", 924 "src/compiler/ia32/instruction-codes-ia32.h",
925 "src/compiler/ia32/instruction-selector-ia32.cc", 925 "src/compiler/ia32/instruction-selector-ia32.cc",
926 "src/compiler/ia32/linkage-ia32.cc", 926 "src/compiler/ia32/linkage-ia32.cc",
927 "src/ic/ia32/access-compiler-ia32.cc",
928 "src/ic/ia32/handler-compiler-ia32.cc",
927 "src/ic/ia32/ic-ia32.cc", 929 "src/ic/ia32/ic-ia32.cc",
928 "src/ic/ia32/ic-compiler-ia32.cc", 930 "src/ic/ia32/ic-compiler-ia32.cc",
929 "src/ic/ia32/stub-cache-ia32.cc", 931 "src/ic/ia32/stub-cache-ia32.cc",
930 ] 932 ]
931 } else if (v8_target_arch == "x64") { 933 } else if (v8_target_arch == "x64") {
932 sources += [ 934 sources += [
933 "src/x64/assembler-x64-inl.h", 935 "src/x64/assembler-x64-inl.h",
934 "src/x64/assembler-x64.cc", 936 "src/x64/assembler-x64.cc",
935 "src/x64/assembler-x64.h", 937 "src/x64/assembler-x64.h",
936 "src/x64/builtins-x64.cc", 938 "src/x64/builtins-x64.cc",
(...skipping 457 matching lines...) Expand 10 before | Expand all | Expand 10 after
1394 deps = [ 1396 deps = [
1395 ":v8_base", 1397 ":v8_base",
1396 ":v8_nosnapshot", 1398 ":v8_nosnapshot",
1397 ] 1399 ]
1398 } 1400 }
1399 1401
1400 direct_dependent_configs = [ ":external_config" ] 1402 direct_dependent_configs = [ ":external_config" ]
1401 } 1403 }
1402 1404
1403 } 1405 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698