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

Side by Side Diff: BUILD.gn

Issue 498203002: MIPS: Move PropertyAccessCompiler and CallOptimization to their own files. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 4 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/ic/mips/access-compiler-mips.cc » ('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 1044 matching lines...) Expand 10 before | Expand all | Expand 10 after
1055 "src/mips/lithium-codegen-mips.h", 1055 "src/mips/lithium-codegen-mips.h",
1056 "src/mips/lithium-gap-resolver-mips.cc", 1056 "src/mips/lithium-gap-resolver-mips.cc",
1057 "src/mips/lithium-gap-resolver-mips.h", 1057 "src/mips/lithium-gap-resolver-mips.h",
1058 "src/mips/lithium-mips.cc", 1058 "src/mips/lithium-mips.cc",
1059 "src/mips/lithium-mips.h", 1059 "src/mips/lithium-mips.h",
1060 "src/mips/macro-assembler-mips.cc", 1060 "src/mips/macro-assembler-mips.cc",
1061 "src/mips/macro-assembler-mips.h", 1061 "src/mips/macro-assembler-mips.h",
1062 "src/mips/regexp-macro-assembler-mips.cc", 1062 "src/mips/regexp-macro-assembler-mips.cc",
1063 "src/mips/regexp-macro-assembler-mips.h", 1063 "src/mips/regexp-macro-assembler-mips.h",
1064 "src/mips/simulator-mips.cc", 1064 "src/mips/simulator-mips.cc",
1065 "src/ic/mips/access-compiler-mips.cc",
1065 "src/ic/mips/ic-mips.cc", 1066 "src/ic/mips/ic-mips.cc",
1066 "src/ic/mips/ic-compiler-mips.cc", 1067 "src/ic/mips/ic-compiler-mips.cc",
1067 "src/ic/mips/stub-cache-mips.cc", 1068 "src/ic/mips/stub-cache-mips.cc",
1068 ] 1069 ]
1069 } 1070 }
1070 1071
1071 configs -= [ "//build/config/compiler:chromium_code" ] 1072 configs -= [ "//build/config/compiler:chromium_code" ]
1072 configs += [ "//build/config/compiler:no_chromium_code" ] 1073 configs += [ "//build/config/compiler:no_chromium_code" ]
1073 configs += [ ":internal_config", ":features", ":toolchain" ] 1074 configs += [ ":internal_config", ":features", ":toolchain" ]
1074 1075
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
1299 deps = [ 1300 deps = [
1300 ":v8_base", 1301 ":v8_base",
1301 ":v8_nosnapshot", 1302 ":v8_nosnapshot",
1302 ] 1303 ]
1303 } 1304 }
1304 1305
1305 direct_dependent_configs = [ ":external_config" ] 1306 direct_dependent_configs = [ ":external_config" ]
1306 } 1307 }
1307 1308
1308 } 1309 }
OLDNEW
« no previous file with comments | « no previous file | src/ic/mips/access-compiler-mips.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698