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

Side by Side Diff: chrome/browser/net/DEPS

Issue 1279543002: Support needed to measure user and service traffic in Chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@NewHistogram
Patch Set: Completing transition to a separate component. Created 5 years, 3 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 include_rules = [ 1 include_rules = [
2 # For nss_context_chromeos_browsertest.cc. 2 # For nss_context_chromeos_browsertest.cc.
3 "+components/data_use_measurement",
sclittle 2015/08/26 23:08:29 Move this above the comment, since that comment ap
amohammadkhan 2015/08/29 01:00:59 Done.
3 "+components/user_manager", 4 "+components/user_manager",
4 ] 5 ]
5 6
6 specific_include_rules = { 7 specific_include_rules = {
7 ".*sdch_browsertest.cc": [ 8 ".*sdch_browsertest.cc": [
8 "+sdch/open-vcdiff", 9 "+sdch/open-vcdiff",
9 ], 10 ],
10 } 11 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698