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

Unified Diff: chrome/profiling/BUILD.gn

Issue 2937133002: Launch browser when --memlog is specified on the command line. (Closed)
Patch Set: Fix 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/chrome_switches.cc ('k') | chrome/profiling/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/profiling/BUILD.gn
diff --git a/chrome/profiling/BUILD.gn b/chrome/profiling/BUILD.gn
index 5318bb21405fba575a8fea7922d7f1677fca7d63..097b41ef7330603c6e59ec81fa304db1bc042f43 100644
--- a/chrome/profiling/BUILD.gn
+++ b/chrome/profiling/BUILD.gn
@@ -7,6 +7,8 @@ import("//chrome/common/features.gni")
if (enable_oop_heap_profiling) {
static_library("profiling") {
sources = [
+ "profiling_globals.cc",
+ "profiling_globals.h",
"profiling_main.cc",
"profiling_main.h",
]
@@ -14,6 +16,7 @@ if (enable_oop_heap_profiling) {
deps = [
"//base",
"//chrome/common",
+ "//mojo/edk/system",
]
}
} else {
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | chrome/profiling/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698