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

Unified Diff: components/metrics/BUILD.gn

Issue 2860863003: Rework GetStabilityFileForProcess for use by Crashpad integration (Closed)
Patch Set: Address Mark's second round Created 3 years, 7 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/crash/content/app/BUILD.gn ('k') | components/metrics/execution_phase.cc » ('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 7139310b256562ce94969026dec6b6fd7867c6eb..c7a316bcb9faf20f271c235c4bf0cb3589f05d8c 100644
--- a/components/metrics/BUILD.gn
+++ b/components/metrics/BUILD.gn
@@ -97,7 +97,6 @@ static_library("metrics") {
":call_stack_profile_params",
"//base",
"//base:base_static",
- "//components/browser_watcher:stability_client",
"//components/prefs",
"//components/variations",
"//third_party/zlib:compression_utils",
@@ -119,6 +118,7 @@ static_library("metrics") {
if (is_win) {
sources -= [ "machine_id_provider_stub.cc" ]
+ deps += [ "//components/browser_watcher:stability_client" ]
}
}
« no previous file with comments | « components/crash/content/app/BUILD.gn ('k') | components/metrics/execution_phase.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698