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

Unified Diff: chrome/common/BUILD.gn

Issue 2941823002: Add flags and skeleton for profiling process. (Closed)
Patch Set: Fix header checking 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
Index: chrome/common/BUILD.gn
diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn
index e975e3e0f8f3d243296a4b7c0fab380f9adba013..3fb26c630488a87dc27638c0c3a8f97db7152f05 100644
--- a/chrome/common/BUILD.gn
+++ b/chrome/common/BUILD.gn
@@ -38,6 +38,7 @@ buildflag_header("features") {
"ENABLE_HANGOUT_SERVICES_EXTENSION=$enable_hangout_services_extension",
"ENABLE_ONE_CLICK_SIGNIN=$enable_one_click_signin",
"ENABLE_NATIVE_NOTIFICATIONS=$enable_native_notifications",
+ "ENABLE_OOP_HEAP_PROFILING=$enable_oop_heap_profiling",
"ENABLE_PACKAGE_MASH_SERVICES=$enable_package_mash_services",
"ENABLE_SERVICE_DISCOVERY=$enable_service_discovery",
"ENABLE_SESSION_SERVICE=$enable_session_service",

Powered by Google App Engine
This is Rietveld 408576698