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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1373373002: Create component to expose network usage stats to consumers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Polished and added tests Created 5 years, 2 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 3078 matching lines...) Expand 10 before | Expand all | Expand 10 after
3089 '../components/components.gyp:captive_portal', 3089 '../components/components.gyp:captive_portal',
3090 '../components/components.gyp:cloud_devices_common', 3090 '../components/components.gyp:cloud_devices_common',
3091 '../components/components.gyp:component_metrics_proto', 3091 '../components/components.gyp:component_metrics_proto',
3092 '../components/components.gyp:component_updater', 3092 '../components/components.gyp:component_updater',
3093 '../components/components.gyp:compression', 3093 '../components/components.gyp:compression',
3094 '../components/components.gyp:content_settings_content_common', 3094 '../components/components.gyp:content_settings_content_common',
3095 '../components/components.gyp:content_settings_core_browser', 3095 '../components/components.gyp:content_settings_core_browser',
3096 '../components/components.gyp:content_settings_core_common', 3096 '../components/components.gyp:content_settings_core_common',
3097 '../components/components.gyp:crx_file', 3097 '../components/components.gyp:crx_file',
3098 '../components/components.gyp:data_reduction_proxy_core_browser', 3098 '../components/components.gyp:data_reduction_proxy_core_browser',
3099 '../components/components.gyp:data_usage_core',
3099 '../components/components.gyp:data_use_measurement_core', 3100 '../components/components.gyp:data_use_measurement_core',
3100 '../components/components.gyp:domain_reliability', 3101 '../components/components.gyp:domain_reliability',
3101 '../components/components.gyp:enhanced_bookmarks', 3102 '../components/components.gyp:enhanced_bookmarks',
3102 '../components/components.gyp:favicon_base', 3103 '../components/components.gyp:favicon_base',
3103 '../components/components.gyp:favicon_core', 3104 '../components/components.gyp:favicon_core',
3104 '../components/components.gyp:gcm_driver', 3105 '../components/components.gyp:gcm_driver',
3105 '../components/components.gyp:google_core_browser', 3106 '../components/components.gyp:google_core_browser',
3106 '../components/components.gyp:handoff', 3107 '../components/components.gyp:handoff',
3107 '../components/components.gyp:history_core_browser', 3108 '../components/components.gyp:history_core_browser',
3108 '../components/components.gyp:history_core_common', 3109 '../components/components.gyp:history_core_common',
(...skipping 992 matching lines...) Expand 10 before | Expand all | Expand 10 after
4101 '../components/components.gyp:omnibox_browser', 4102 '../components/components.gyp:omnibox_browser',
4102 '../components/components.gyp:rlz', 4103 '../components/components.gyp:rlz',
4103 '../components/components.gyp:search_engines', 4104 '../components/components.gyp:search_engines',
4104 '../rlz/rlz.gyp:rlz_lib', 4105 '../rlz/rlz.gyp:rlz_lib',
4105 ], 4106 ],
4106 }, 4107 },
4107 ], 4108 ],
4108 }], 4109 }],
4109 ], 4110 ],
4110 } 4111 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698