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

Side by Side Diff: chrome/browser/DEPS

Issue 1100003006: Certificate Transparency: Fetching of Signed Tree Heads (DRAFT) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merging with master Created 5 years, 7 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 "+athena/content/public", 4 "+athena/content/public",
5 "+chrome/app", 5 "+chrome/app",
6 "+chrome/chrome_watcher", 6 "+chrome/chrome_watcher",
7 "+chrome/grit", # For generated headers 7 "+chrome/grit", # For generated headers
8 "+chrome/installer", 8 "+chrome/installer",
9 "+chrome_elf/blacklist", 9 "+chrome_elf/blacklist",
10 "+chrome_elf/chrome_elf_constants.h", 10 "+chrome_elf/chrome_elf_constants.h",
11 "+chrome_elf/create_file", 11 "+chrome_elf/create_file",
12 "+chrome_elf/dll_hash", 12 "+chrome_elf/dll_hash",
13 "+chromeos", 13 "+chromeos",
14 "+components/app_modal", 14 "+components/app_modal",
15 "+components/audio_modem/public", 15 "+components/audio_modem/public",
16 "+components/audio_modem/test", 16 "+components/audio_modem/test",
17 "+components/autofill/content/browser", 17 "+components/autofill/content/browser",
18 "+components/autofill/content/common", 18 "+components/autofill/content/common",
19 "+components/autofill/core/browser", 19 "+components/autofill/core/browser",
20 "+components/autofill/core/common", 20 "+components/autofill/core/common",
21 "+components/bookmarks/browser", 21 "+components/bookmarks/browser",
22 "+components/bookmarks/common", 22 "+components/bookmarks/common",
23 "+components/bookmarks/managed", 23 "+components/bookmarks/managed",
24 "+components/bookmarks/test", 24 "+components/bookmarks/test",
25 "+components/browser_watcher", 25 "+components/browser_watcher",
26 "+components/browsing_data", 26 "+components/browsing_data",
27 "+components/cdm/browser", 27 "+components/cdm/browser",
28 "+components/certificate_transparency",
28 "+components/cloud_devices/common", 29 "+components/cloud_devices/common",
29 "+components/component_updater", 30 "+components/component_updater",
30 "+components/content_settings", 31 "+components/content_settings",
31 "+components/copresence", 32 "+components/copresence",
32 "+components/crash", 33 "+components/crash",
33 "+components/crx_file", 34 "+components/crx_file",
34 "+components/data_reduction_proxy", 35 "+components/data_reduction_proxy",
35 "+components/device_event_log", 36 "+components/device_event_log",
36 "+components/dom_distiller", 37 "+components/dom_distiller",
37 "+components/domain_reliability", 38 "+components/domain_reliability",
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS tatus.h", 181 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS tatus.h",
181 "+third_party/WebKit/public/web/WebCache.h", 182 "+third_party/WebKit/public/web/WebCache.h",
182 "+third_party/WebKit/public/web/WebContextMenuData.h", 183 "+third_party/WebKit/public/web/WebContextMenuData.h",
183 "+third_party/WebKit/public/web/WebFindOptions.h", 184 "+third_party/WebKit/public/web/WebFindOptions.h",
184 "+third_party/WebKit/public/web/WebInputEvent.h", 185 "+third_party/WebKit/public/web/WebInputEvent.h",
185 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 186 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
186 "+third_party/WebKit/public/web/WebPluginAction.h", 187 "+third_party/WebKit/public/web/WebPluginAction.h",
187 "+third_party/WebKit/public/web/WebTextDirection.h", 188 "+third_party/WebKit/public/web/WebTextDirection.h",
188 "+third_party/WebKit/public/web/WebWindowFeatures.h", 189 "+third_party/WebKit/public/web/WebWindowFeatures.h",
189 ] 190 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698