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

Unified Diff: chrome/chrome_exe.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/chrome_common.gypi ('k') | chrome/chrome_installer_util.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_exe.gypi
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi
index ac67130e4301c9f10e7b7c4fe9226e5fc9797ef0..2ad53fde8edf4f5e075f6f8826a664bee6d7b891 100644
--- a/chrome/chrome_exe.gypi
+++ b/chrome/chrome_exe.gypi
@@ -409,7 +409,7 @@
'../components/components.gyp:crash_core_common',
'../components/components.gyp:flags_ui_switches',
'../components/components.gyp:policy',
- '../components/components.gyp:startup_metric_utils_common',
+ '../components/components.gyp:startup_metric_utils_win',
'../crypto/crypto.gyp:crypto',
'../sandbox/sandbox.gyp:sandbox',
'../ui/gfx/gfx.gyp:gfx',
@@ -503,7 +503,7 @@
],
'dependencies': [
'../base/base.gyp:base',
- '../components/components.gyp:startup_metric_utils_common',
+ '../components/components.gyp:startup_metric_utils_win',
],
},
],
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/chrome_installer_util.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698