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

Side by Side Diff: BUILD.gn

Issue 1952393002: Split TickSample and Sampler. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 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/api.cc » ('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 1331 matching lines...) Expand 10 before | Expand all | Expand 10 after
1342 "src/profiler/heap-snapshot-generator.h", 1342 "src/profiler/heap-snapshot-generator.h",
1343 "src/profiler/profile-generator-inl.h", 1343 "src/profiler/profile-generator-inl.h",
1344 "src/profiler/profile-generator.cc", 1344 "src/profiler/profile-generator.cc",
1345 "src/profiler/profile-generator.h", 1345 "src/profiler/profile-generator.h",
1346 "src/profiler/sampler.cc", 1346 "src/profiler/sampler.cc",
1347 "src/profiler/sampler.h", 1347 "src/profiler/sampler.h",
1348 "src/profiler/sampling-heap-profiler.cc", 1348 "src/profiler/sampling-heap-profiler.cc",
1349 "src/profiler/sampling-heap-profiler.h", 1349 "src/profiler/sampling-heap-profiler.h",
1350 "src/profiler/strings-storage.cc", 1350 "src/profiler/strings-storage.cc",
1351 "src/profiler/strings-storage.h", 1351 "src/profiler/strings-storage.h",
1352 "src/profiler/tick-sample.cc",
1353 "src/profiler/tick-sample.h",
1352 "src/profiler/unbound-queue-inl.h", 1354 "src/profiler/unbound-queue-inl.h",
1353 "src/profiler/unbound-queue.h", 1355 "src/profiler/unbound-queue.h",
1354 "src/property-descriptor.cc", 1356 "src/property-descriptor.cc",
1355 "src/property-descriptor.h", 1357 "src/property-descriptor.h",
1356 "src/property-details.h", 1358 "src/property-details.h",
1357 "src/property.cc", 1359 "src/property.cc",
1358 "src/property.h", 1360 "src/property.h",
1359 "src/prototype.h", 1361 "src/prototype.h",
1360 "src/regexp/bytecodes-irregexp.h", 1362 "src/regexp/bytecodes-irregexp.h",
1361 "src/regexp/interpreter-irregexp.cc", 1363 "src/regexp/interpreter-irregexp.cc",
(...skipping 846 matching lines...) Expand 10 before | Expand all | Expand 10 after
2208 ] 2210 ]
2209 2211
2210 deps = [ 2212 deps = [
2211 ":fuzzer_support", 2213 ":fuzzer_support",
2212 ] 2214 ]
2213 2215
2214 configs = [ 2216 configs = [
2215 ":internal_config", 2217 ":internal_config",
2216 ] 2218 ]
2217 } 2219 }
OLDNEW
« no previous file with comments | « no previous file | src/api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698