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

Side by Side Diff: BUILD.gn

Issue 2471583004: [Tracing] Make TracingCategoryObserver v8 internal. (Closed)
Patch Set: use unique_ptr Created 4 years, 1 month 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-tracing.h » ('j') | src/d8.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 834 matching lines...) Expand 10 before | Expand all | Expand 10 after
845 845
846 sources = [ 846 sources = [
847 "//base/trace_event/common/trace_event_common.h", 847 "//base/trace_event/common/trace_event_common.h",
848 848
849 ### gcmole(all) ### 849 ### gcmole(all) ###
850 "include/v8-debug.h", 850 "include/v8-debug.h",
851 "include/v8-experimental.h", 851 "include/v8-experimental.h",
852 "include/v8-platform.h", 852 "include/v8-platform.h",
853 "include/v8-profiler.h", 853 "include/v8-profiler.h",
854 "include/v8-testing.h", 854 "include/v8-testing.h",
855 "include/v8-tracing.h",
856 "include/v8-util.h", 855 "include/v8-util.h",
857 "include/v8-version.h", 856 "include/v8-version.h",
858 "include/v8.h", 857 "include/v8.h",
859 "include/v8config.h", 858 "include/v8config.h",
860 "src/accessors.cc", 859 "src/accessors.cc",
861 "src/accessors.h", 860 "src/accessors.h",
862 "src/address-map.cc", 861 "src/address-map.cc",
863 "src/address-map.h", 862 "src/address-map.h",
864 "src/allocation-site-scopes.cc", 863 "src/allocation-site-scopes.cc",
865 "src/allocation-site-scopes.h", 864 "src/allocation-site-scopes.h",
(...skipping 2114 matching lines...) Expand 10 before | Expand all | Expand 10 after
2980 ] 2979 ]
2981 2980
2982 configs = [ 2981 configs = [
2983 ":external_config", 2982 ":external_config",
2984 ":internal_config_base", 2983 ":internal_config_base",
2985 ] 2984 ]
2986 } 2985 }
2987 2986
2988 v8_fuzzer("wasm_data_section_fuzzer") { 2987 v8_fuzzer("wasm_data_section_fuzzer") {
2989 } 2988 }
OLDNEW
« no previous file with comments | « no previous file | include/v8-tracing.h » ('j') | src/d8.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698