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

Side by Side Diff: BUILD.gn

Issue 469213002: [turbofan] Introduce WordRor machine operator. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Fix BUILD.gn 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/base/bits.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 1071 matching lines...) Expand 10 before | Expand all | Expand 10 after
1082 "src/base/atomicops.h", 1082 "src/base/atomicops.h",
1083 "src/base/atomicops_internals_arm64_gcc.h", 1083 "src/base/atomicops_internals_arm64_gcc.h",
1084 "src/base/atomicops_internals_arm_gcc.h", 1084 "src/base/atomicops_internals_arm_gcc.h",
1085 "src/base/atomicops_internals_atomicword_compat.h", 1085 "src/base/atomicops_internals_atomicword_compat.h",
1086 "src/base/atomicops_internals_mac.h", 1086 "src/base/atomicops_internals_mac.h",
1087 "src/base/atomicops_internals_mips_gcc.h", 1087 "src/base/atomicops_internals_mips_gcc.h",
1088 "src/base/atomicops_internals_tsan.h", 1088 "src/base/atomicops_internals_tsan.h",
1089 "src/base/atomicops_internals_x86_gcc.cc", 1089 "src/base/atomicops_internals_x86_gcc.cc",
1090 "src/base/atomicops_internals_x86_gcc.h", 1090 "src/base/atomicops_internals_x86_gcc.h",
1091 "src/base/atomicops_internals_x86_msvc.h", 1091 "src/base/atomicops_internals_x86_msvc.h",
1092 "src/base/bits.h",
1092 "src/base/build_config.h", 1093 "src/base/build_config.h",
1093 "src/base/cpu.cc", 1094 "src/base/cpu.cc",
1094 "src/base/cpu.h", 1095 "src/base/cpu.h",
1095 "src/base/lazy-instance.h", 1096 "src/base/lazy-instance.h",
1096 "src/base/logging.cc", 1097 "src/base/logging.cc",
1097 "src/base/logging.h", 1098 "src/base/logging.h",
1098 "src/base/macros.h", 1099 "src/base/macros.h",
1099 "src/base/once.cc", 1100 "src/base/once.cc",
1100 "src/base/once.h", 1101 "src/base/once.h",
1101 "src/base/platform/elapsed-timer.h", 1102 "src/base/platform/elapsed-timer.h",
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
1272 deps = [ 1273 deps = [
1273 ":v8_base", 1274 ":v8_base",
1274 ":v8_nosnapshot", 1275 ":v8_nosnapshot",
1275 ] 1276 ]
1276 } 1277 }
1277 1278
1278 direct_dependent_configs = [ ":external_config" ] 1279 direct_dependent_configs = [ ":external_config" ]
1279 } 1280 }
1280 1281
1281 } 1282 }
OLDNEW
« no previous file with comments | « no previous file | src/base/bits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698