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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/chrome_common.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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 { 5 {
6 'variables': { 6 'variables': {
7 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 3226 matching lines...) Expand 10 before | Expand all | Expand 10 after
3237 '../components/components.gyp:rappor', 3237 '../components/components.gyp:rappor',
3238 '../components/components.gyp:search', 3238 '../components/components.gyp:search',
3239 '../components/components.gyp:search_engines', 3239 '../components/components.gyp:search_engines',
3240 '../components/components.gyp:search_provider_logos', 3240 '../components/components.gyp:search_provider_logos',
3241 '../components/components.gyp:security_interstitials_core', 3241 '../components/components.gyp:security_interstitials_core',
3242 '../components/components.gyp:security_state', 3242 '../components/components.gyp:security_state',
3243 '../components/components.gyp:ssl_errors', 3243 '../components/components.gyp:ssl_errors',
3244 '../components/components.gyp:suggestions', 3244 '../components/components.gyp:suggestions',
3245 '../components/components.gyp:signin_core_browser', 3245 '../components/components.gyp:signin_core_browser',
3246 '../components/components.gyp:startup_metric_utils_browser', 3246 '../components/components.gyp:startup_metric_utils_browser',
3247 '../components/components.gyp:startup_metric_utils_browser_message_filte r', 3247 '../components/components.gyp:startup_metric_utils_browser_host',
3248 # TODO(fdoray): Remove this once the PreRead field trial has expired.
3249 # crbug.com/577698
3250 '../components/components.gyp:startup_metric_utils_common',
3251 '../components/components.gyp:subresource_filter_content_browser', 3248 '../components/components.gyp:subresource_filter_content_browser',
3252 '../components/components.gyp:subresource_filter_core_browser', 3249 '../components/components.gyp:subresource_filter_core_browser',
3253 '../components/components.gyp:supervised_user_error_page', 3250 '../components/components.gyp:supervised_user_error_page',
3254 '../components/components.gyp:sync_bookmarks', 3251 '../components/components.gyp:sync_bookmarks',
3255 '../components/components.gyp:sync_driver', 3252 '../components/components.gyp:sync_driver',
3256 '../components/components.gyp:sync_sessions', 3253 '../components/components.gyp:sync_sessions',
3257 '../components/components.gyp:translate_core_browser', 3254 '../components/components.gyp:translate_core_browser',
3258 '../components/components.gyp:translate_core_common', 3255 '../components/components.gyp:translate_core_common',
3259 '../components/components.gyp:update_client', 3256 '../components/components.gyp:update_client',
3260 '../components/components.gyp:undo_component', 3257 '../components/components.gyp:undo_component',
(...skipping 622 matching lines...) Expand 10 before | Expand all | Expand 10 after
3883 'file_pre_reader', 3880 'file_pre_reader',
3884 'installer_util_strings', 3881 'installer_util_strings',
3885 'kasko_util', 3882 'kasko_util',
3886 'metrics_constants_util_win', 3883 'metrics_constants_util_win',
3887 '../chrome/common_constants.gyp:version_header', 3884 '../chrome/common_constants.gyp:version_header',
3888 '../chrome_elf/chrome_elf.gyp:chrome_elf', 3885 '../chrome_elf/chrome_elf.gyp:chrome_elf',
3889 '../chrome_elf/chrome_elf.gyp:chrome_elf_constants', 3886 '../chrome_elf/chrome_elf.gyp:chrome_elf_constants',
3890 '../chrome_elf/chrome_elf.gyp:dll_hash', 3887 '../chrome_elf/chrome_elf.gyp:dll_hash',
3891 '../components/components.gyp:browser_watcher', 3888 '../components/components.gyp:browser_watcher',
3892 '../components/components.gyp:browser_watcher_client', 3889 '../components/components.gyp:browser_watcher_client',
3893 '../components/components.gyp:startup_metric_utils_common', 3890 # TODO(fdoray): Remove this once the PreRead field trial has
3891 # expired. crbug.com/577698
3892 '../components/components.gyp:startup_metric_utils_win',
3894 '../google_update/google_update.gyp:google_update', 3893 '../google_update/google_update.gyp:google_update',
3895 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', 3894 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
3896 '../third_party/isimpledom/isimpledom.gyp:isimpledom', 3895 '../third_party/isimpledom/isimpledom.gyp:isimpledom',
3897 '../third_party/kasko/kasko.gyp:kasko', 3896 '../third_party/kasko/kasko.gyp:kasko',
3898 '../ui/views/controls/webview/webview.gyp:webview', 3897 '../ui/views/controls/webview/webview.gyp:webview',
3899 '../ui/views/views.gyp:views', 3898 '../ui/views/views.gyp:views',
3900 ], 3899 ],
3901 'export_dependent_settings': [ 3900 'export_dependent_settings': [
3902 '../third_party/kasko/kasko.gyp:kasko', 3901 '../third_party/kasko/kasko.gyp:kasko',
3903 '../ui/views/controls/webview/webview.gyp:webview', 3902 '../ui/views/controls/webview/webview.gyp:webview',
(...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after
4278 '../components/components.gyp:rlz', 4277 '../components/components.gyp:rlz',
4279 '../components/components.gyp:search_engines', 4278 '../components/components.gyp:search_engines',
4280 '../rlz/rlz.gyp:rlz_lib', 4279 '../rlz/rlz.gyp:rlz_lib',
4281 'common', 4280 'common',
4282 ], 4281 ],
4283 }, 4282 },
4284 ], 4283 ],
4285 }], 4284 }],
4286 ], 4285 ],
4287 } 4286 }
OLDNEW
« 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