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

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: Implemented QuotaPolicyChannelIDStore, added unit tests. 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
« no previous file with comments | « no previous file | chrome/browser/net/sqlite_channel_id_store.h » ('j') | chrome/chrome_browser.gypi » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 "+components/suggestions", 59 "+components/suggestions",
60 "+components/sync_driver", 60 "+components/sync_driver",
61 "+components/translate/content/browser", 61 "+components/translate/content/browser",
62 "+components/translate/content/common", 62 "+components/translate/content/common",
63 "+components/translate/core/browser", 63 "+components/translate/core/browser",
64 "+components/translate/core/common", 64 "+components/translate/core/common",
65 "+components/url_matcher", 65 "+components/url_matcher",
66 "+components/user_prefs", 66 "+components/user_prefs",
67 "+components/web_modal", 67 "+components/web_modal",
68 "+components/webdata/common", 68 "+components/webdata/common",
69 "+content/browser/net",
69 "+content/public/browser", 70 "+content/public/browser",
70 "+content/test/net", 71 "+content/test/net",
71 "+courgette", 72 "+courgette",
72 "+device/bluetooth", 73 "+device/bluetooth",
73 "+device/media_transfer_protocol", 74 "+device/media_transfer_protocol",
74 "+extensions/browser", 75 "+extensions/browser",
75 "+extensions/common", 76 "+extensions/common",
76 "+google/cacheinvalidation", # Sync invalidation API protobuf files. 77 "+google/cacheinvalidation", # Sync invalidation API protobuf files.
77 "+google_apis", 78 "+google_apis",
78 "+google_update", 79 "+google_update",
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 "+third_party/WebKit/public/web/WebCache.h", 142 "+third_party/WebKit/public/web/WebCache.h",
142 "+third_party/WebKit/public/web/WebContextMenuData.h", 143 "+third_party/WebKit/public/web/WebContextMenuData.h",
143 "+third_party/WebKit/public/web/WebFindOptions.h", 144 "+third_party/WebKit/public/web/WebFindOptions.h",
144 "+third_party/WebKit/public/web/WebInputEvent.h", 145 "+third_party/WebKit/public/web/WebInputEvent.h",
145 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 146 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
146 "+third_party/WebKit/public/web/WebPageVisibilityState.h", 147 "+third_party/WebKit/public/web/WebPageVisibilityState.h",
147 "+third_party/WebKit/public/web/WebPluginAction.h", 148 "+third_party/WebKit/public/web/WebPluginAction.h",
148 "+third_party/WebKit/public/web/WebTextDirection.h", 149 "+third_party/WebKit/public/web/WebTextDirection.h",
149 "+third_party/WebKit/public/web/WebWindowFeatures.h", 150 "+third_party/WebKit/public/web/WebWindowFeatures.h",
150 ] 151 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/net/sqlite_channel_id_store.h » ('j') | chrome/chrome_browser.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698