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

Side by Side Diff: BUILD.gn

Issue 1739003003: Version 5.0.71.2 (cherry-pick) (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@5.0
Patch Set: Created 4 years, 9 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
« no previous file with comments | « no previous file | include/v8-version.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 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 1054 matching lines...) Expand 10 before | Expand all | Expand 10 after
1065 "src/heap/objects-visiting.cc", 1065 "src/heap/objects-visiting.cc",
1066 "src/heap/objects-visiting.h", 1066 "src/heap/objects-visiting.h",
1067 "src/heap/remembered-set.cc", 1067 "src/heap/remembered-set.cc",
1068 "src/heap/remembered-set.h", 1068 "src/heap/remembered-set.h",
1069 "src/heap/scavenge-job.h", 1069 "src/heap/scavenge-job.h",
1070 "src/heap/scavenge-job.cc", 1070 "src/heap/scavenge-job.cc",
1071 "src/heap/scavenger-inl.h", 1071 "src/heap/scavenger-inl.h",
1072 "src/heap/scavenger.cc", 1072 "src/heap/scavenger.cc",
1073 "src/heap/scavenger.h", 1073 "src/heap/scavenger.h",
1074 "src/heap/slot-set.h", 1074 "src/heap/slot-set.h",
1075 "src/heap/slots-buffer.cc",
1076 "src/heap/slots-buffer.h",
1075 "src/heap/spaces-inl.h", 1077 "src/heap/spaces-inl.h",
1076 "src/heap/spaces.cc", 1078 "src/heap/spaces.cc",
1077 "src/heap/spaces.h", 1079 "src/heap/spaces.h",
1078 "src/heap/store-buffer-inl.h", 1080 "src/heap/store-buffer-inl.h",
1079 "src/heap/store-buffer.cc", 1081 "src/heap/store-buffer.cc",
1080 "src/heap/store-buffer.h", 1082 "src/heap/store-buffer.h",
1081 "src/i18n.cc", 1083 "src/i18n.cc",
1082 "src/i18n.h", 1084 "src/i18n.h",
1083 "src/icu_util.cc", 1085 "src/icu_util.cc",
1084 "src/icu_util.h", 1086 "src/icu_util.h",
(...skipping 902 matching lines...) Expand 10 before | Expand all | Expand 10 after
1987 ] 1989 ]
1988 1990
1989 configs -= [ "//build/config/compiler:chromium_code" ] 1991 configs -= [ "//build/config/compiler:chromium_code" ]
1990 configs += [ "//build/config/compiler:no_chromium_code" ] 1992 configs += [ "//build/config/compiler:no_chromium_code" ]
1991 configs += [ 1993 configs += [
1992 ":internal_config", 1994 ":internal_config",
1993 ":features", 1995 ":features",
1994 ":toolchain", 1996 ":toolchain",
1995 ] 1997 ]
1996 } 1998 }
OLDNEW
« no previous file with comments | « no previous file | include/v8-version.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698