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

Side by Side Diff: BUILD.gn

Issue 654583002: MIPS: Unbreak gn build, missing source files for MIPS tf. (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 | 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 1109 matching lines...) Expand 10 before | Expand all | Expand 10 after
1120 "src/mips/lithium-codegen-mips.h", 1120 "src/mips/lithium-codegen-mips.h",
1121 "src/mips/lithium-gap-resolver-mips.cc", 1121 "src/mips/lithium-gap-resolver-mips.cc",
1122 "src/mips/lithium-gap-resolver-mips.h", 1122 "src/mips/lithium-gap-resolver-mips.h",
1123 "src/mips/lithium-mips.cc", 1123 "src/mips/lithium-mips.cc",
1124 "src/mips/lithium-mips.h", 1124 "src/mips/lithium-mips.h",
1125 "src/mips/macro-assembler-mips.cc", 1125 "src/mips/macro-assembler-mips.cc",
1126 "src/mips/macro-assembler-mips.h", 1126 "src/mips/macro-assembler-mips.h",
1127 "src/mips/regexp-macro-assembler-mips.cc", 1127 "src/mips/regexp-macro-assembler-mips.cc",
1128 "src/mips/regexp-macro-assembler-mips.h", 1128 "src/mips/regexp-macro-assembler-mips.h",
1129 "src/mips/simulator-mips.cc", 1129 "src/mips/simulator-mips.cc",
1130 "src/compiler/mips/code-generator-mips.cc",
1131 "src/compiler/mips/instruction-codes-mips.h",
1132 "src/compiler/mips/instruction-selector-mips.cc",
1133 "src/compiler/mips/linkage-mips.cc",
1130 "src/ic/mips/access-compiler-mips.cc", 1134 "src/ic/mips/access-compiler-mips.cc",
1131 "src/ic/mips/handler-compiler-mips.cc", 1135 "src/ic/mips/handler-compiler-mips.cc",
1132 "src/ic/mips/ic-mips.cc", 1136 "src/ic/mips/ic-mips.cc",
1133 "src/ic/mips/ic-compiler-mips.cc", 1137 "src/ic/mips/ic-compiler-mips.cc",
1134 "src/ic/mips/stub-cache-mips.cc", 1138 "src/ic/mips/stub-cache-mips.cc",
1135 ] 1139 ]
1136 } else if (v8_target_arch == "mips64el") { 1140 } else if (v8_target_arch == "mips64el") {
1137 sources += [ 1141 sources += [
1138 "src/mips64/assembler-mips64.cc", 1142 "src/mips64/assembler-mips64.cc",
1139 "src/mips64/assembler-mips64.h", 1143 "src/mips64/assembler-mips64.h",
(...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after
1431 deps = [ 1435 deps = [
1432 ":v8_base", 1436 ":v8_base",
1433 ":v8_nosnapshot", 1437 ":v8_nosnapshot",
1434 ] 1438 ]
1435 } 1439 }
1436 1440
1437 direct_dependent_configs = [ ":external_config" ] 1441 direct_dependent_configs = [ ":external_config" ]
1438 } 1442 }
1439 1443
1440 } 1444 }
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