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

Side by Side Diff: chrome/chrome.gyp

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 unified diff | Download patch
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 { 4 {
5 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 7
8 # Define the common dependencies that contain all the actual 8 # Define the common dependencies that contain all the actual
9 # Chromium functionality. This list gets pulled in below by 9 # Chromium functionality. This list gets pulled in below by
10 # the link of the actual chrome (or chromium) executable on 10 # the link of the actual chrome (or chromium) executable on
(...skipping 711 matching lines...) Expand 10 before | Expand all | Expand 10 after
722 ], 722 ],
723 }], 723 }],
724 ['OS=="win"', { 724 ['OS=="win"', {
725 'sources': [ 725 'sources': [
726 'service/service_utility_process_host.cc', 726 'service/service_utility_process_host.cc',
727 'service/service_utility_process_host.h', 727 'service/service_utility_process_host.h',
728 ], 728 ],
729 'deps': [ 729 'deps': [
730 # TODO(fdoray): Remove this once the PreRead field trial has 730 # TODO(fdoray): Remove this once the PreRead field trial has
731 # expired. crbug.com/577698 731 # expired. crbug.com/577698
732 '../components/components.gyp:startup_metric_utils_common', 732 '../components/components.gyp:startup_metric_utils_win',
733 ], 733 ],
734 }], 734 }],
735 ], 735 ],
736 }, 736 },
737 ], 737 ],
738 }], 738 }],
739 ], # 'conditions' 739 ], # 'conditions'
740 } 740 }
OLDNEW
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698