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

Side by Side Diff: BUILD.gn

Issue 1303463002: Remove inline header includes from natives.h header. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Addressed comments. Created 5 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
« no previous file with comments | « no previous file | src/snapshot/natives.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 1117 matching lines...) Expand 10 before | Expand all | Expand 10 after
1128 "src/scanner.cc", 1128 "src/scanner.cc",
1129 "src/scanner.h", 1129 "src/scanner.h",
1130 "src/scopeinfo.cc", 1130 "src/scopeinfo.cc",
1131 "src/scopeinfo.h", 1131 "src/scopeinfo.h",
1132 "src/scopes.cc", 1132 "src/scopes.cc",
1133 "src/scopes.h", 1133 "src/scopes.h",
1134 "src/signature.h", 1134 "src/signature.h",
1135 "src/simulator.h", 1135 "src/simulator.h",
1136 "src/small-pointer-list.h", 1136 "src/small-pointer-list.h",
1137 "src/snapshot/natives.h", 1137 "src/snapshot/natives.h",
1138 "src/snapshot/natives-common.cc",
1138 "src/snapshot/serialize.cc", 1139 "src/snapshot/serialize.cc",
1139 "src/snapshot/serialize.h", 1140 "src/snapshot/serialize.h",
1140 "src/snapshot/snapshot-common.cc", 1141 "src/snapshot/snapshot-common.cc",
1141 "src/snapshot/snapshot-source-sink.cc", 1142 "src/snapshot/snapshot-source-sink.cc",
1142 "src/snapshot/snapshot-source-sink.h", 1143 "src/snapshot/snapshot-source-sink.h",
1143 "src/splay-tree.h", 1144 "src/splay-tree.h",
1144 "src/splay-tree-inl.h", 1145 "src/splay-tree-inl.h",
1145 "src/snapshot/snapshot.h", 1146 "src/snapshot/snapshot.h",
1146 "src/startup-data-util.h", 1147 "src/startup-data-util.h",
1147 "src/startup-data-util.cc", 1148 "src/startup-data-util.cc",
(...skipping 625 matching lines...) Expand 10 before | Expand all | Expand 10 after
1773 if (!is_component_build) { 1774 if (!is_component_build) {
1774 sources += [ 1775 sources += [
1775 "$target_gen_dir/d8-js.cc", 1776 "$target_gen_dir/d8-js.cc",
1776 ] 1777 ]
1777 } 1778 }
1778 if (v8_enable_i18n_support) { 1779 if (v8_enable_i18n_support) {
1779 deps += [ "//third_party/icu" ] 1780 deps += [ "//third_party/icu" ]
1780 } 1781 }
1781 } 1782 }
1782 } 1783 }
OLDNEW
« no previous file with comments | « no previous file | src/snapshot/natives.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698