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

Unified Diff: chrome/common/features.gni

Issue 2941823002: Add flags and skeleton for profiling process. (Closed)
Patch Set: Fix header Created 3 years, 6 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/common/BUILD.gn ('k') | chrome/profiling/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/features.gni
diff --git a/chrome/common/features.gni b/chrome/common/features.gni
index 760668f6578e3824846190dee5b501e20469aea2..de9a2fc393f3328f4b9ee6e7304f4677536821f1 100644
--- a/chrome/common/features.gni
+++ b/chrome/common/features.gni
@@ -53,6 +53,10 @@ declare_args() {
# /device/gamepad as backend.
enable_exo_ozone_gamepad = use_ozone
+ # Enable out-of-process logging of heap profiling data. Currently being
+ # implemented.
+ enable_oop_heap_profiling = false
+
# Set to true to bundle all the mash related mojo services into chrome.
# Specify --mash to chrome to have chrome start the mash environment.
enable_package_mash_services = is_chromeos
« no previous file with comments | « chrome/common/BUILD.gn ('k') | chrome/profiling/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698