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

Unified Diff: components/crash.gypi

Issue 2022413002: Convert startup_metric_utils to use mojo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@message-mojom-magic
Patch Set: only create the target startup_metric_utils_win on windows Created 4 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/renderer/chrome_content_renderer_client.cc ('k') | components/nacl.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/crash.gypi
diff --git a/components/crash.gypi b/components/crash.gypi
index b17cc5625f59b66f412112c74752c6d0f0ac6a7d..84eb1488fcd9d4ccbd0592074733e429eb184517 100644
--- a/components/crash.gypi
+++ b/components/crash.gypi
@@ -228,7 +228,7 @@
'dependencies': [
# TODO(fdoray): Remove this once the PreRead field trial has
# expired. crbug.com/577698
- '<(DEPTH)/components/components.gyp:startup_metric_utils_common',
+ '<(DEPTH)/components/components.gyp:startup_metric_utils_win',
],
}],
['OS=="mac" or OS=="win"', {
« no previous file with comments | « chrome/renderer/chrome_content_renderer_client.cc ('k') | components/nacl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698