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

Side by Side Diff: BUILD.gn

Issue 2105943002: Expose TickSample and its APIs in v8-profiler.h (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 5 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 | include/v8-profiler.h » ('j') | src/api.cc » ('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/dcheck_always_on.gni") 7 import("//build/config/dcheck_always_on.gni")
8 import("//build/config/mips.gni") 8 import("//build/config/mips.gni")
9 import("//build/config/sanitizers/sanitizers.gni") 9 import("//build/config/sanitizers/sanitizers.gni")
10 10
(...skipping 1326 matching lines...) Expand 10 before | Expand all | Expand 10 after
1337 "src/profiler/heap-snapshot-generator-inl.h", 1337 "src/profiler/heap-snapshot-generator-inl.h",
1338 "src/profiler/heap-snapshot-generator.cc", 1338 "src/profiler/heap-snapshot-generator.cc",
1339 "src/profiler/heap-snapshot-generator.h", 1339 "src/profiler/heap-snapshot-generator.h",
1340 "src/profiler/profile-generator-inl.h", 1340 "src/profiler/profile-generator-inl.h",
1341 "src/profiler/profile-generator.cc", 1341 "src/profiler/profile-generator.cc",
1342 "src/profiler/profile-generator.h", 1342 "src/profiler/profile-generator.h",
1343 "src/profiler/profiler-listener.cc", 1343 "src/profiler/profiler-listener.cc",
1344 "src/profiler/profiler-listener.h", 1344 "src/profiler/profiler-listener.h",
1345 "src/profiler/sampling-heap-profiler.cc", 1345 "src/profiler/sampling-heap-profiler.cc",
1346 "src/profiler/sampling-heap-profiler.h", 1346 "src/profiler/sampling-heap-profiler.h",
1347 "src/profiler/simulator-helper.cc",
1348 "src/profiler/simulator-helper.h",
1347 "src/profiler/strings-storage.cc", 1349 "src/profiler/strings-storage.cc",
1348 "src/profiler/strings-storage.h", 1350 "src/profiler/strings-storage.h",
1349 "src/profiler/tick-sample.cc",
1350 "src/profiler/tick-sample.h",
1351 "src/profiler/unbound-queue-inl.h", 1351 "src/profiler/unbound-queue-inl.h",
1352 "src/profiler/unbound-queue.h", 1352 "src/profiler/unbound-queue.h",
1353 "src/property-descriptor.cc", 1353 "src/property-descriptor.cc",
1354 "src/property-descriptor.h", 1354 "src/property-descriptor.h",
1355 "src/property-details.h", 1355 "src/property-details.h",
1356 "src/property.cc", 1356 "src/property.cc",
1357 "src/property.h", 1357 "src/property.h",
1358 "src/prototype.h", 1358 "src/prototype.h",
1359 "src/regexp/bytecodes-irregexp.h", 1359 "src/regexp/bytecodes-irregexp.h",
1360 "src/regexp/interpreter-irregexp.cc", 1360 "src/regexp/interpreter-irregexp.cc",
(...skipping 986 matching lines...) Expand 10 before | Expand all | Expand 10 after
2347 2347
2348 deps = [ 2348 deps = [
2349 ":fuzzer_support", 2349 ":fuzzer_support",
2350 ] 2350 ]
2351 2351
2352 configs = [ ":internal_config" ] 2352 configs = [ ":internal_config" ]
2353 } 2353 }
2354 2354
2355 v8_fuzzer("wasm_asmjs_fuzzer") { 2355 v8_fuzzer("wasm_asmjs_fuzzer") {
2356 } 2356 }
OLDNEW
« no previous file with comments | « no previous file | include/v8-profiler.h » ('j') | src/api.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698