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

Unified Diff: chrome/chrome_browser.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.gyp ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index ea985cd9fd69a5605e1c95ac14128e773e27325d..c2c79a4e1eecdd060f2b907d60efeaa12cc0425f 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -3244,10 +3244,7 @@
'../components/components.gyp:suggestions',
'../components/components.gyp:signin_core_browser',
'../components/components.gyp:startup_metric_utils_browser',
- '../components/components.gyp:startup_metric_utils_browser_message_filter',
- # TODO(fdoray): Remove this once the PreRead field trial has expired.
- # crbug.com/577698
- '../components/components.gyp:startup_metric_utils_common',
+ '../components/components.gyp:startup_metric_utils_browser_host',
'../components/components.gyp:subresource_filter_content_browser',
'../components/components.gyp:subresource_filter_core_browser',
'../components/components.gyp:supervised_user_error_page',
@@ -3890,7 +3887,9 @@
'../chrome_elf/chrome_elf.gyp:dll_hash',
'../components/components.gyp:browser_watcher',
'../components/components.gyp:browser_watcher_client',
- '../components/components.gyp:startup_metric_utils_common',
+ # TODO(fdoray): Remove this once the PreRead field trial has
+ # expired. crbug.com/577698
+ '../components/components.gyp:startup_metric_utils_win',
'../google_update/google_update.gyp:google_update',
'../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
'../third_party/isimpledom/isimpledom.gyp:isimpledom',
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698