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

Side by Side Diff: BUILD.gn

Issue 2436273002: [Tracing] Implement TracingCategoryObserver. (Closed)
Patch Set: fix compilation error Created 4 years, 2 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-platform.h » ('j') | src/flag-definitions.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/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 1659 matching lines...) Expand 10 before | Expand all | Expand 10 after
1670 "src/string-builder.h", 1670 "src/string-builder.h",
1671 "src/string-search.h", 1671 "src/string-search.h",
1672 "src/string-stream.cc", 1672 "src/string-stream.cc",
1673 "src/string-stream.h", 1673 "src/string-stream.h",
1674 "src/strtod.cc", 1674 "src/strtod.cc",
1675 "src/strtod.h", 1675 "src/strtod.h",
1676 "src/tracing/trace-event.cc", 1676 "src/tracing/trace-event.cc",
1677 "src/tracing/trace-event.h", 1677 "src/tracing/trace-event.h",
1678 "src/tracing/traced-value.cc", 1678 "src/tracing/traced-value.cc",
1679 "src/tracing/traced-value.h", 1679 "src/tracing/traced-value.h",
1680 "src/tracing/tracing-flag.cc",
1681 "src/tracing/tracing-flag.h",
1680 "src/transitions-inl.h", 1682 "src/transitions-inl.h",
1681 "src/transitions.cc", 1683 "src/transitions.cc",
1682 "src/transitions.h", 1684 "src/transitions.h",
1683 "src/type-feedback-vector-inl.h", 1685 "src/type-feedback-vector-inl.h",
1684 "src/type-feedback-vector.cc", 1686 "src/type-feedback-vector.cc",
1685 "src/type-feedback-vector.h", 1687 "src/type-feedback-vector.h",
1686 "src/type-hints.cc", 1688 "src/type-hints.cc",
1687 "src/type-hints.h", 1689 "src/type-hints.h",
1688 "src/type-info.cc", 1690 "src/type-info.cc",
1689 "src/type-info.h", 1691 "src/type-info.h",
(...skipping 1274 matching lines...) Expand 10 before | Expand all | Expand 10 after
2964 ] 2966 ]
2965 2967
2966 configs = [ 2968 configs = [
2967 ":external_config", 2969 ":external_config",
2968 ":internal_config_base", 2970 ":internal_config_base",
2969 ] 2971 ]
2970 } 2972 }
2971 2973
2972 v8_fuzzer("wasm_data_section_fuzzer") { 2974 v8_fuzzer("wasm_data_section_fuzzer") {
2973 } 2975 }
OLDNEW
« no previous file with comments | « no previous file | include/v8-platform.h » ('j') | src/flag-definitions.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698