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

Unified Diff: components/metrics/BUILD.gn

Issue 1868193003: Store alloc history data in memory leak report protobuf (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@leak-history
Patch Set: Add dependency on protobufs to leak detector tests Created 4 years, 8 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 | « components/metrics.gypi ('k') | components/metrics/leak_detector/leak_detector.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/metrics/BUILD.gn
diff --git a/components/metrics/BUILD.gn b/components/metrics/BUILD.gn
index 224070db0d464c758276cec3e7fdf0d47daee24c..9a2d89b5997abd9fdab579c738d272ccfed37d06 100644
--- a/components/metrics/BUILD.gn
+++ b/components/metrics/BUILD.gn
@@ -142,6 +142,7 @@ if (is_chromeos) {
deps = [
"//base",
+ "//components/metrics/proto:proto",
"//content/public/browser",
]
}
@@ -302,6 +303,7 @@ if (is_chromeos) {
deps = [
":leak_detector",
"//base",
+ "//components/metrics/proto:proto",
"//content/test:test_support",
"//testing/gtest",
]
« no previous file with comments | « components/metrics.gypi ('k') | components/metrics/leak_detector/leak_detector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698