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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1417903006: Componentize ProfileMetrics::Counts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add owners and fix Windows compile 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/profiles/profile_metrics.cc ('k') | components/OWNERS » ('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 3216 matching lines...) Expand 10 before | Expand all | Expand 10 after
3227 '../components/components.gyp:network_hints_common', 3227 '../components/components.gyp:network_hints_common',
3228 '../components/components.gyp:metrics_gpu', 3228 '../components/components.gyp:metrics_gpu',
3229 '../components/components.gyp:metrics_profiler', 3229 '../components/components.gyp:metrics_profiler',
3230 '../components/components.gyp:metrics_profiler_content', 3230 '../components/components.gyp:metrics_profiler_content',
3231 '../components/components.gyp:net_log', 3231 '../components/components.gyp:net_log',
3232 '../components/components.gyp:packed_ct_ev_whitelist', 3232 '../components/components.gyp:packed_ct_ev_whitelist',
3233 '../components/components.gyp:password_manager_content_browser', 3233 '../components/components.gyp:password_manager_content_browser',
3234 '../components/components.gyp:password_manager_sync_browser', 3234 '../components/components.gyp:password_manager_sync_browser',
3235 '../components/components.gyp:plugins_common', 3235 '../components/components.gyp:plugins_common',
3236 '../components/components.gyp:power', 3236 '../components/components.gyp:power',
3237 '../components/components.gyp:profile_metrics',
3237 '../components/components.gyp:proxy_config', 3238 '../components/components.gyp:proxy_config',
3238 '../components/components.gyp:safe_browsing_db', 3239 '../components/components.gyp:safe_browsing_db',
3239 '../components/components.gyp:safe_json', 3240 '../components/components.gyp:safe_json',
3240 '../components/components.gyp:sessions_content', 3241 '../components/components.gyp:sessions_content',
3241 '../components/components.gyp:storage_monitor', 3242 '../components/components.gyp:storage_monitor',
3242 '../components/components.gyp:ssl_config', 3243 '../components/components.gyp:ssl_config',
3243 '../components/components.gyp:syncable_prefs', 3244 '../components/components.gyp:syncable_prefs',
3244 '../components/components.gyp:translate_content_browser', 3245 '../components/components.gyp:translate_content_browser',
3245 '../components/components.gyp:upload_list', 3246 '../components/components.gyp:upload_list',
3246 '../components/components.gyp:url_matcher', 3247 '../components/components.gyp:url_matcher',
(...skipping 871 matching lines...) Expand 10 before | Expand all | Expand 10 after
4118 '../components/components.gyp:omnibox_browser', 4119 '../components/components.gyp:omnibox_browser',
4119 '../components/components.gyp:rlz', 4120 '../components/components.gyp:rlz',
4120 '../components/components.gyp:search_engines', 4121 '../components/components.gyp:search_engines',
4121 '../rlz/rlz.gyp:rlz_lib', 4122 '../rlz/rlz.gyp:rlz_lib',
4122 ], 4123 ],
4123 }, 4124 },
4124 ], 4125 ],
4125 }], 4126 }],
4126 ], 4127 ],
4127 } 4128 }
OLDNEW
« no previous file with comments | « chrome/browser/profiles/profile_metrics.cc ('k') | components/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698