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

Side by Side Diff: BUILD.gn

Issue 1118823003: Extract Signature from src/compiler/machine-type.h to src/signature.h (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 7 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 | src/compiler/machine-type.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 8
9 # Because standalone V8 builds are not supported, assume this is part of a 9 # Because standalone V8 builds are not supported, assume this is part of a
10 # Chromium build. 10 # Chromium build.
(...skipping 959 matching lines...) Expand 10 before | Expand all | Expand 10 after
970 "src/sampler.cc", 970 "src/sampler.cc",
971 "src/sampler.h", 971 "src/sampler.h",
972 "src/scanner-character-streams.cc", 972 "src/scanner-character-streams.cc",
973 "src/scanner-character-streams.h", 973 "src/scanner-character-streams.h",
974 "src/scanner.cc", 974 "src/scanner.cc",
975 "src/scanner.h", 975 "src/scanner.h",
976 "src/scopeinfo.cc", 976 "src/scopeinfo.cc",
977 "src/scopeinfo.h", 977 "src/scopeinfo.h",
978 "src/scopes.cc", 978 "src/scopes.cc",
979 "src/scopes.h", 979 "src/scopes.h",
980 "src/signature.h",
980 "src/small-pointer-list.h", 981 "src/small-pointer-list.h",
981 "src/smart-pointers.h", 982 "src/smart-pointers.h",
982 "src/snapshot/natives.h", 983 "src/snapshot/natives.h",
983 "src/snapshot/serialize.cc", 984 "src/snapshot/serialize.cc",
984 "src/snapshot/serialize.h", 985 "src/snapshot/serialize.h",
985 "src/snapshot/snapshot-common.cc", 986 "src/snapshot/snapshot-common.cc",
986 "src/snapshot/snapshot-source-sink.cc", 987 "src/snapshot/snapshot-source-sink.cc",
987 "src/snapshot/snapshot-source-sink.h", 988 "src/snapshot/snapshot-source-sink.h",
988 "src/snapshot/snapshot.h", 989 "src/snapshot/snapshot.h",
989 "src/string-builder.cc", 990 "src/string-builder.cc",
(...skipping 616 matching lines...) Expand 10 before | Expand all | Expand 10 after
1606 sources += [ 1607 sources += [
1607 "src/d8-debug.cc", 1608 "src/d8-debug.cc",
1608 "$target_gen_dir/d8-js.cc", 1609 "$target_gen_dir/d8-js.cc",
1609 ] 1610 ]
1610 } 1611 }
1611 if (v8_enable_i18n_support) { 1612 if (v8_enable_i18n_support) {
1612 deps += [ "//third_party/icu" ] 1613 deps += [ "//third_party/icu" ]
1613 } 1614 }
1614 } 1615 }
1615 } 1616 }
OLDNEW
« no previous file with comments | « no previous file | src/compiler/machine-type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698