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

Side by Side Diff: BUILD.gn

Issue 988893003: Implement tracing interface for v8 (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Minor 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 | build/standalone.gypi » ('j') | include/v8-tracing.h » ('J')
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 1182 matching lines...) Expand 10 before | Expand all | Expand 10 after
1193 "src/string-builder.h", 1193 "src/string-builder.h",
1194 "src/string-search.h", 1194 "src/string-search.h",
1195 "src/string-stream.cc", 1195 "src/string-stream.cc",
1196 "src/string-stream.h", 1196 "src/string-stream.h",
1197 "src/strings-storage.cc", 1197 "src/strings-storage.cc",
1198 "src/strings-storage.h", 1198 "src/strings-storage.h",
1199 "src/strtod.cc", 1199 "src/strtod.cc",
1200 "src/strtod.h", 1200 "src/strtod.h",
1201 "src/token.cc", 1201 "src/token.cc",
1202 "src/token.h", 1202 "src/token.h",
1203 "src/tracing/event-tracer.cc",
1204 "src/tracing/trace-event.h",
1203 "src/transitions-inl.h", 1205 "src/transitions-inl.h",
1204 "src/transitions.cc", 1206 "src/transitions.cc",
1205 "src/transitions.h", 1207 "src/transitions.h",
1206 "src/type-feedback-vector-inl.h", 1208 "src/type-feedback-vector-inl.h",
1207 "src/type-feedback-vector.cc", 1209 "src/type-feedback-vector.cc",
1208 "src/type-feedback-vector.h", 1210 "src/type-feedback-vector.h",
1209 "src/type-info.cc", 1211 "src/type-info.cc",
1210 "src/type-info.h", 1212 "src/type-info.h",
1211 "src/types-inl.h", 1213 "src/types-inl.h",
1212 "src/types.cc", 1214 "src/types.cc",
(...skipping 607 matching lines...) Expand 10 before | Expand all | Expand 10 after
1820 if (!is_component_build) { 1822 if (!is_component_build) {
1821 sources += [ 1823 sources += [
1822 "$target_gen_dir/d8-js.cc", 1824 "$target_gen_dir/d8-js.cc",
1823 ] 1825 ]
1824 } 1826 }
1825 if (v8_enable_i18n_support) { 1827 if (v8_enable_i18n_support) {
1826 deps += [ "//third_party/icu" ] 1828 deps += [ "//third_party/icu" ]
1827 } 1829 }
1828 } 1830 }
1829 } 1831 }
OLDNEW
« no previous file with comments | « no previous file | build/standalone.gypi » ('j') | include/v8-tracing.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698