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

Side by Side Diff: chrome/utility/DEPS

Issue 102993002: Implement Networking Private API VerifyAndEncryptCredentials method (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix Mac compilation error, apply cl format. Created 6 years, 9 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 | Annotate | Revision Log
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+chrome/common/extensions/api/networking_private",
jam 2014/02/28 17:34:17 this isn't needed since chrome/DEPS has "+chrome/c
mef 2014/02/28 21:28:05 Done.
2 "+content/public/child", 3 "+content/public/child",
3 "+content/public/utility", 4 "+content/public/utility",
5 "+components/wifi",
4 "+extensions/common", 6 "+extensions/common",
5 7
6 # For generated headers. 8 # For generated headers.
7 "+grit", 9 "+grit",
8 10
9 "+skia/ext", 11 "+skia/ext",
10 "+media", 12 "+media",
11 ] 13 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698