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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1413533008: Add UMA metric: Startup.BrowserMainToRendererMain. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix whitespace error. Created 5 years, 1 month 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') | components/BUILD.gn » ('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 3119 matching lines...) Expand 10 before | Expand all | Expand 10 after
3130 '../components/components.gyp:rappor', 3130 '../components/components.gyp:rappor',
3131 '../components/components.gyp:renderer_context_menu', 3131 '../components/components.gyp:renderer_context_menu',
3132 '../components/components.gyp:search', 3132 '../components/components.gyp:search',
3133 '../components/components.gyp:search_engines', 3133 '../components/components.gyp:search_engines',
3134 '../components/components.gyp:search_provider_logos', 3134 '../components/components.gyp:search_provider_logos',
3135 '../components/components.gyp:security_interstitials_core', 3135 '../components/components.gyp:security_interstitials_core',
3136 '../components/components.gyp:ssl_errors', 3136 '../components/components.gyp:ssl_errors',
3137 '../components/components.gyp:suggestions', 3137 '../components/components.gyp:suggestions',
3138 '../components/components.gyp:signin_core_browser', 3138 '../components/components.gyp:signin_core_browser',
3139 '../components/components.gyp:startup_metric_utils_browser', 3139 '../components/components.gyp:startup_metric_utils_browser',
3140 '../components/components.gyp:startup_metric_utils_browser_message_filte r',
3140 '../components/components.gyp:sync_bookmarks', 3141 '../components/components.gyp:sync_bookmarks',
3141 '../components/components.gyp:sync_driver', 3142 '../components/components.gyp:sync_driver',
3142 '../components/components.gyp:sync_sessions', 3143 '../components/components.gyp:sync_sessions',
3143 '../components/components.gyp:translate_core_browser', 3144 '../components/components.gyp:translate_core_browser',
3144 '../components/components.gyp:translate_core_common', 3145 '../components/components.gyp:translate_core_common',
3145 '../components/components.gyp:update_client', 3146 '../components/components.gyp:update_client',
3146 '../components/components.gyp:undo_component', 3147 '../components/components.gyp:undo_component',
3147 '../components/components.gyp:user_prefs', 3148 '../components/components.gyp:user_prefs',
3148 '../components/components_strings.gyp:components_strings', 3149 '../components/components_strings.gyp:components_strings',
3149 # This depends directly on the variations target, rather than just 3150 # This depends directly on the variations target, rather than just
(...skipping 955 matching lines...) Expand 10 before | Expand all | Expand 10 after
4105 '../components/components.gyp:omnibox_browser', 4106 '../components/components.gyp:omnibox_browser',
4106 '../components/components.gyp:rlz', 4107 '../components/components.gyp:rlz',
4107 '../components/components.gyp:search_engines', 4108 '../components/components.gyp:search_engines',
4108 '../rlz/rlz.gyp:rlz_lib', 4109 '../rlz/rlz.gyp:rlz_lib',
4109 ], 4110 ],
4110 }, 4111 },
4111 ], 4112 ],
4112 }], 4113 }],
4113 ], 4114 ],
4114 } 4115 }
OLDNEW
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | components/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698