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

Side by Side Diff: BUILD.gn

Issue 1809203007: Linux perf integration with the new support for JIT. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fixes Created 4 years, 8 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/base/platform/time.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 1179 matching lines...) Expand 10 before | Expand all | Expand 10 after
1190 "src/parsing/rewriter.cc", 1190 "src/parsing/rewriter.cc",
1191 "src/parsing/rewriter.h", 1191 "src/parsing/rewriter.h",
1192 "src/parsing/scanner-character-streams.cc", 1192 "src/parsing/scanner-character-streams.cc",
1193 "src/parsing/scanner-character-streams.h", 1193 "src/parsing/scanner-character-streams.h",
1194 "src/parsing/scanner.cc", 1194 "src/parsing/scanner.cc",
1195 "src/parsing/scanner.h", 1195 "src/parsing/scanner.h",
1196 "src/parsing/token.cc", 1196 "src/parsing/token.cc",
1197 "src/parsing/token.h", 1197 "src/parsing/token.h",
1198 "src/pending-compilation-error-handler.cc", 1198 "src/pending-compilation-error-handler.cc",
1199 "src/pending-compilation-error-handler.h", 1199 "src/pending-compilation-error-handler.h",
1200 "src/perf-jit.cc",
1201 "src/perf-jit.h",
1200 "src/profiler/allocation-tracker.cc", 1202 "src/profiler/allocation-tracker.cc",
1201 "src/profiler/allocation-tracker.h", 1203 "src/profiler/allocation-tracker.h",
1202 "src/profiler/circular-queue-inl.h", 1204 "src/profiler/circular-queue-inl.h",
1203 "src/profiler/circular-queue.h", 1205 "src/profiler/circular-queue.h",
1204 "src/profiler/cpu-profiler-inl.h", 1206 "src/profiler/cpu-profiler-inl.h",
1205 "src/profiler/cpu-profiler.cc", 1207 "src/profiler/cpu-profiler.cc",
1206 "src/profiler/cpu-profiler.h", 1208 "src/profiler/cpu-profiler.h",
1207 "src/profiler/heap-profiler.cc", 1209 "src/profiler/heap-profiler.cc",
1208 "src/profiler/heap-profiler.h", 1210 "src/profiler/heap-profiler.h",
1209 "src/profiler/heap-snapshot-generator-inl.h", 1211 "src/profiler/heap-snapshot-generator-inl.h",
(...skipping 884 matching lines...) Expand 10 before | Expand all | Expand 10 after
2094 2096
2095 configs -= [ "//build/config/compiler:chromium_code" ] 2097 configs -= [ "//build/config/compiler:chromium_code" ]
2096 configs += [ "//build/config/compiler:no_chromium_code" ] 2098 configs += [ "//build/config/compiler:no_chromium_code" ]
2097 configs += [ 2099 configs += [
2098 ":internal_config", 2100 ":internal_config",
2099 ":libplatform_config", 2101 ":libplatform_config",
2100 ":features", 2102 ":features",
2101 ":toolchain", 2103 ":toolchain",
2102 ] 2104 ]
2103 } 2105 }
OLDNEW
« no previous file with comments | « no previous file | src/base/platform/time.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698