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

Side by Side Diff: BUILD.gn

Issue 1581083009: Move SourcePosition into separate header file. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Include what you use. Created 4 years, 11 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/arm/assembler-arm.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 1244 matching lines...) Expand 10 before | Expand all | Expand 10 after
1255 "src/signature.h", 1255 "src/signature.h",
1256 "src/simulator.h", 1256 "src/simulator.h",
1257 "src/small-pointer-list.h", 1257 "src/small-pointer-list.h",
1258 "src/snapshot/natives.h", 1258 "src/snapshot/natives.h",
1259 "src/snapshot/natives-common.cc", 1259 "src/snapshot/natives-common.cc",
1260 "src/snapshot/serialize.cc", 1260 "src/snapshot/serialize.cc",
1261 "src/snapshot/serialize.h", 1261 "src/snapshot/serialize.h",
1262 "src/snapshot/snapshot-common.cc", 1262 "src/snapshot/snapshot-common.cc",
1263 "src/snapshot/snapshot-source-sink.cc", 1263 "src/snapshot/snapshot-source-sink.cc",
1264 "src/snapshot/snapshot-source-sink.h", 1264 "src/snapshot/snapshot-source-sink.h",
1265 "src/source-position.h",
1265 "src/splay-tree.h", 1266 "src/splay-tree.h",
1266 "src/splay-tree-inl.h", 1267 "src/splay-tree-inl.h",
1267 "src/snapshot/snapshot.h", 1268 "src/snapshot/snapshot.h",
1268 "src/startup-data-util.h", 1269 "src/startup-data-util.h",
1269 "src/startup-data-util.cc", 1270 "src/startup-data-util.cc",
1270 "src/string-builder.cc", 1271 "src/string-builder.cc",
1271 "src/string-builder.h", 1272 "src/string-builder.h",
1272 "src/string-search.h", 1273 "src/string-search.h",
1273 "src/string-stream.cc", 1274 "src/string-stream.cc",
1274 "src/string-stream.h", 1275 "src/string-stream.h",
(...skipping 623 matching lines...) Expand 10 before | Expand all | Expand 10 after
1898 if (!is_component_build) { 1899 if (!is_component_build) {
1899 sources += [ 1900 sources += [
1900 "$target_gen_dir/d8-js.cc", 1901 "$target_gen_dir/d8-js.cc",
1901 ] 1902 ]
1902 } 1903 }
1903 if (v8_enable_i18n_support) { 1904 if (v8_enable_i18n_support) {
1904 deps += [ "//third_party/icu" ] 1905 deps += [ "//third_party/icu" ]
1905 } 1906 }
1906 } 1907 }
1907 } 1908 }
OLDNEW
« no previous file with comments | « no previous file | src/arm/assembler-arm.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698