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

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: 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
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 3222 matching lines...) Expand 10 before | Expand all | Expand 10 after
3233 '../components/components.gyp:rappor', 3233 '../components/components.gyp:rappor',
3234 '../components/components.gyp:search', 3234 '../components/components.gyp:search',
3235 '../components/components.gyp:search_engines', 3235 '../components/components.gyp:search_engines',
3236 '../components/components.gyp:search_provider_logos', 3236 '../components/components.gyp:search_provider_logos',
3237 '../components/components.gyp:security_interstitials_core', 3237 '../components/components.gyp:security_interstitials_core',
3238 '../components/components.gyp:security_state', 3238 '../components/components.gyp:security_state',
3239 '../components/components.gyp:ssl_errors', 3239 '../components/components.gyp:ssl_errors',
3240 '../components/components.gyp:suggestions', 3240 '../components/components.gyp:suggestions',
3241 '../components/components.gyp:signin_core_browser', 3241 '../components/components.gyp:signin_core_browser',
3242 '../components/components.gyp:startup_metric_utils_browser', 3242 '../components/components.gyp:startup_metric_utils_browser',
3243 '../components/components.gyp:startup_metric_utils_browser_message_filte r', 3243 '../components/components.gyp:startup_metric_utils_browser_host',
3244 # TODO(fdoray): Remove this once the PreRead field trial has expired.
3245 # crbug.com/577698
3246 '../components/components.gyp:startup_metric_utils_common',
3247 '../components/components.gyp:supervised_user_error_page', 3244 '../components/components.gyp:supervised_user_error_page',
3248 '../components/components.gyp:sync_bookmarks', 3245 '../components/components.gyp:sync_bookmarks',
3249 '../components/components.gyp:sync_driver', 3246 '../components/components.gyp:sync_driver',
3250 '../components/components.gyp:sync_sessions', 3247 '../components/components.gyp:sync_sessions',
3251 '../components/components.gyp:translate_core_browser', 3248 '../components/components.gyp:translate_core_browser',
3252 '../components/components.gyp:translate_core_common', 3249 '../components/components.gyp:translate_core_common',
3253 '../components/components.gyp:update_client', 3250 '../components/components.gyp:update_client',
3254 '../components/components.gyp:undo_component', 3251 '../components/components.gyp:undo_component',
3255 '../components/components.gyp:user_prefs', 3252 '../components/components.gyp:user_prefs',
3256 '../components/components_strings.gyp:components_strings', 3253 '../components/components_strings.gyp:components_strings',
(...skipping 620 matching lines...) Expand 10 before | Expand all | Expand 10 after
3877 'file_pre_reader', 3874 'file_pre_reader',
3878 'installer_util_strings', 3875 'installer_util_strings',
3879 'kasko_util', 3876 'kasko_util',
3880 'metrics_constants_util_win', 3877 'metrics_constants_util_win',
3881 '../chrome/common_constants.gyp:version_header', 3878 '../chrome/common_constants.gyp:version_header',
3882 '../chrome_elf/chrome_elf.gyp:chrome_elf', 3879 '../chrome_elf/chrome_elf.gyp:chrome_elf',
3883 '../chrome_elf/chrome_elf.gyp:chrome_elf_constants', 3880 '../chrome_elf/chrome_elf.gyp:chrome_elf_constants',
3884 '../chrome_elf/chrome_elf.gyp:dll_hash', 3881 '../chrome_elf/chrome_elf.gyp:dll_hash',
3885 '../components/components.gyp:browser_watcher', 3882 '../components/components.gyp:browser_watcher',
3886 '../components/components.gyp:browser_watcher_client', 3883 '../components/components.gyp:browser_watcher_client',
3884 # TODO(fdoray): Remove this once the PreRead field trial has
3885 # expired. crbug.com/577698
3887 '../components/components.gyp:startup_metric_utils_common', 3886 '../components/components.gyp:startup_metric_utils_common',
3888 '../google_update/google_update.gyp:google_update', 3887 '../google_update/google_update.gyp:google_update',
3889 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', 3888 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
3890 '../third_party/isimpledom/isimpledom.gyp:isimpledom', 3889 '../third_party/isimpledom/isimpledom.gyp:isimpledom',
3891 '../third_party/kasko/kasko.gyp:kasko', 3890 '../third_party/kasko/kasko.gyp:kasko',
3892 '../ui/views/controls/webview/webview.gyp:webview', 3891 '../ui/views/controls/webview/webview.gyp:webview',
3893 '../ui/views/views.gyp:views', 3892 '../ui/views/views.gyp:views',
3894 ], 3893 ],
3895 'export_dependent_settings': [ 3894 'export_dependent_settings': [
3896 '../third_party/kasko/kasko.gyp:kasko', 3895 '../third_party/kasko/kasko.gyp:kasko',
(...skipping 375 matching lines...) Expand 10 before | Expand all | Expand 10 after
4272 '../components/components.gyp:rlz', 4271 '../components/components.gyp:rlz',
4273 '../components/components.gyp:search_engines', 4272 '../components/components.gyp:search_engines',
4274 '../rlz/rlz.gyp:rlz_lib', 4273 '../rlz/rlz.gyp:rlz_lib',
4275 'common', 4274 'common',
4276 ], 4275 ],
4277 }, 4276 },
4278 ], 4277 ],
4279 }], 4278 }],
4280 ], 4279 ],
4281 } 4280 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698