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

Side by Side Diff: BUILD.gn

Issue 1440243002: Object's body descriptors refactoring. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@new-visitor-base
Patch Set: New files added to the lists Created 5 years, 1 month 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
« no previous file with comments | « no previous file | src/heap/mark-compact.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 import("//build/config/android/config.gni") 5 import("//build/config/android/config.gni")
6 import("//build/config/arm.gni") 6 import("//build/config/arm.gni")
7 import("//build/config/mips.gni") 7 import("//build/config/mips.gni")
8 import("//build/config/sanitizers/sanitizers.gni") 8 import("//build/config/sanitizers/sanitizers.gni")
9 9
10 if (is_android) { 10 if (is_android) {
(...skipping 1107 matching lines...) Expand 10 before | Expand all | Expand 10 after
1118 "src/log.cc", 1118 "src/log.cc",
1119 "src/log.h", 1119 "src/log.h",
1120 "src/lookup.cc", 1120 "src/lookup.cc",
1121 "src/lookup.h", 1121 "src/lookup.h",
1122 "src/macro-assembler.h", 1122 "src/macro-assembler.h",
1123 "src/messages.cc", 1123 "src/messages.cc",
1124 "src/messages.h", 1124 "src/messages.h",
1125 "src/modules.cc", 1125 "src/modules.cc",
1126 "src/modules.h", 1126 "src/modules.h",
1127 "src/msan.h", 1127 "src/msan.h",
1128 "src/objects-body-descriptors-inl.h",
1129 "src/objects-body-descriptors.h",
1128 "src/objects-debug.cc", 1130 "src/objects-debug.cc",
1129 "src/objects-inl.h", 1131 "src/objects-inl.h",
1130 "src/objects-printer.cc", 1132 "src/objects-printer.cc",
1131 "src/objects.cc", 1133 "src/objects.cc",
1132 "src/objects.h", 1134 "src/objects.h",
1133 "src/optimizing-compile-dispatcher.cc", 1135 "src/optimizing-compile-dispatcher.cc",
1134 "src/optimizing-compile-dispatcher.h", 1136 "src/optimizing-compile-dispatcher.h",
1135 "src/ostreams.cc", 1137 "src/ostreams.cc",
1136 "src/ostreams.h", 1138 "src/ostreams.h",
1137 "src/parameter-initializer-rewriter.cc", 1139 "src/parameter-initializer-rewriter.cc",
(...skipping 726 matching lines...) Expand 10 before | Expand all | Expand 10 after
1864 if (!is_component_build) { 1866 if (!is_component_build) {
1865 sources += [ 1867 sources += [
1866 "$target_gen_dir/d8-js.cc", 1868 "$target_gen_dir/d8-js.cc",
1867 ] 1869 ]
1868 } 1870 }
1869 if (v8_enable_i18n_support) { 1871 if (v8_enable_i18n_support) {
1870 deps += [ "//third_party/icu" ] 1872 deps += [ "//third_party/icu" ]
1871 } 1873 }
1872 } 1874 }
1873 } 1875 }
OLDNEW
« no previous file with comments | « no previous file | src/heap/mark-compact.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698