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

Side by Side Diff: BUILD.gn

Issue 2399463004: [tracing] Add support for TracedValue JSON serializer. (Closed)
Patch Set: addressing nits 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 | src/tracing/traced-value.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/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 1622 matching lines...) Expand 10 before | Expand all | Expand 10 after
1633 "src/startup-data-util.h", 1633 "src/startup-data-util.h",
1634 "src/string-builder.cc", 1634 "src/string-builder.cc",
1635 "src/string-builder.h", 1635 "src/string-builder.h",
1636 "src/string-search.h", 1636 "src/string-search.h",
1637 "src/string-stream.cc", 1637 "src/string-stream.cc",
1638 "src/string-stream.h", 1638 "src/string-stream.h",
1639 "src/strtod.cc", 1639 "src/strtod.cc",
1640 "src/strtod.h", 1640 "src/strtod.h",
1641 "src/tracing/trace-event.cc", 1641 "src/tracing/trace-event.cc",
1642 "src/tracing/trace-event.h", 1642 "src/tracing/trace-event.h",
1643 "src/tracing/traced-value.cc",
1644 "src/tracing/traced-value.h",
1643 "src/transitions-inl.h", 1645 "src/transitions-inl.h",
1644 "src/transitions.cc", 1646 "src/transitions.cc",
1645 "src/transitions.h", 1647 "src/transitions.h",
1646 "src/type-feedback-vector-inl.h", 1648 "src/type-feedback-vector-inl.h",
1647 "src/type-feedback-vector.cc", 1649 "src/type-feedback-vector.cc",
1648 "src/type-feedback-vector.h", 1650 "src/type-feedback-vector.h",
1649 "src/type-hints.cc", 1651 "src/type-hints.cc",
1650 "src/type-hints.h", 1652 "src/type-hints.h",
1651 "src/type-info.cc", 1653 "src/type-info.cc",
1652 "src/type-info.h", 1654 "src/type-info.h",
(...skipping 1281 matching lines...) Expand 10 before | Expand all | Expand 10 after
2934 ] 2936 ]
2935 2937
2936 configs = [ 2938 configs = [
2937 ":external_config", 2939 ":external_config",
2938 ":internal_config_base", 2940 ":internal_config_base",
2939 ] 2941 ]
2940 } 2942 }
2941 2943
2942 v8_fuzzer("wasm_data_section_fuzzer") { 2944 v8_fuzzer("wasm_data_section_fuzzer") {
2943 } 2945 }
OLDNEW
« no previous file with comments | « no previous file | src/tracing/traced-value.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698