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

Unified Diff: chrome/common/BUILD.gn

Issue 2375563002: Stack sampling profiler: move configuration to chrome/common (Closed)
Patch Set: initialize to std::string() Created 4 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/stack_sampling_configuration.cc ('k') | chrome/common/stack_sampling_configuration.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/BUILD.gn
diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn
index 028bac1bcecf79119606e686d635dcf17b8ab987..5c662093b506b190f31501a906deca0b579b3b27 100644
--- a/chrome/common/BUILD.gn
+++ b/chrome/common/BUILD.gn
@@ -124,6 +124,8 @@ static_library("common") {
"secure_origin_whitelist.h",
"ssl_insecure_content.cc",
"ssl_insecure_content.h",
+ "stack_sampling_configuration.cc",
+ "stack_sampling_configuration.h",
"switch_utils.cc",
"switch_utils.h",
"trace_event_args_whitelist.cc",
« no previous file with comments | « chrome/browser/stack_sampling_configuration.cc ('k') | chrome/common/stack_sampling_configuration.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698