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

Side by Side Diff: chrome/browser/DEPS

Issue 381073002: Move sqlite_channel_id_store from chrome/browser/net to net/extras. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add DeleteAll(server_identifiers) method. Created 6 years, 4 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 "+apps", 2 "+apps",
3 "+ash", 3 "+ash",
4 "+chrome/app", 4 "+chrome/app",
5 "+chrome/installer", 5 "+chrome/installer",
6 "+chrome_elf/blacklist", 6 "+chrome_elf/blacklist",
7 "+chrome_elf/chrome_elf_constants.h", 7 "+chrome_elf/chrome_elf_constants.h",
8 "+chrome_elf/create_file", 8 "+chrome_elf/create_file",
9 "+chrome_elf/dll_hash", 9 "+chrome_elf/dll_hash",
10 "+chromeos", 10 "+chromeos",
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 "+components/suggestions", 60 "+components/suggestions",
61 "+components/sync_driver", 61 "+components/sync_driver",
62 "+components/translate/content/browser", 62 "+components/translate/content/browser",
63 "+components/translate/content/common", 63 "+components/translate/content/common",
64 "+components/translate/core/browser", 64 "+components/translate/core/browser",
65 "+components/translate/core/common", 65 "+components/translate/core/common",
66 "+components/url_matcher", 66 "+components/url_matcher",
67 "+components/user_prefs", 67 "+components/user_prefs",
68 "+components/web_modal", 68 "+components/web_modal",
69 "+components/webdata/common", 69 "+components/webdata/common",
70 "+content/browser/net",
70 "+content/public/browser", 71 "+content/public/browser",
71 "+content/test/net", 72 "+content/test/net",
72 "+courgette", 73 "+courgette",
73 "+device/bluetooth", 74 "+device/bluetooth",
74 "+device/media_transfer_protocol", 75 "+device/media_transfer_protocol",
75 "+extensions/browser", 76 "+extensions/browser",
76 "+extensions/common", 77 "+extensions/common",
77 "+google/cacheinvalidation", # Sync invalidation API protobuf files. 78 "+google/cacheinvalidation", # Sync invalidation API protobuf files.
78 "+google_apis", 79 "+google_apis",
79 "+google_update", 80 "+google_update",
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 "+third_party/WebKit/public/web/WebCache.h", 144 "+third_party/WebKit/public/web/WebCache.h",
144 "+third_party/WebKit/public/web/WebContextMenuData.h", 145 "+third_party/WebKit/public/web/WebContextMenuData.h",
145 "+third_party/WebKit/public/web/WebFindOptions.h", 146 "+third_party/WebKit/public/web/WebFindOptions.h",
146 "+third_party/WebKit/public/web/WebInputEvent.h", 147 "+third_party/WebKit/public/web/WebInputEvent.h",
147 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 148 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
148 "+third_party/WebKit/public/web/WebPageVisibilityState.h", 149 "+third_party/WebKit/public/web/WebPageVisibilityState.h",
149 "+third_party/WebKit/public/web/WebPluginAction.h", 150 "+third_party/WebKit/public/web/WebPluginAction.h",
150 "+third_party/WebKit/public/web/WebTextDirection.h", 151 "+third_party/WebKit/public/web/WebTextDirection.h",
151 "+third_party/WebKit/public/web/WebWindowFeatures.h", 152 "+third_party/WebKit/public/web/WebWindowFeatures.h",
152 ] 153 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/net/sqlite_channel_id_store.h » ('j') | content/browser/net/quota_policy_channel_id_store.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698