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

Side by Side Diff: chrome/renderer/DEPS

Issue 410993002: Componentize content_settings_types.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: removed empty DEPS 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 | Annotate | Revision Log
« no previous file with comments | « chrome/common/render_messages.h ('k') | chrome/renderer/content_settings_observer.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+chrome_elf", 2 "+chrome_elf",
3 "+components/autofill/content/common", 3 "+components/autofill/content/common",
4 "+components/autofill/content/renderer", 4 "+components/autofill/content/renderer",
5 "+components/autofill/core/common", 5 "+components/autofill/core/common",
6 "+components/cdm/renderer", 6 "+components/cdm/renderer",
7 "+components/content_settings/core/common",
7 "+components/data_reduction_proxy/common", 8 "+components/data_reduction_proxy/common",
8 "+components/nacl/renderer", 9 "+components/nacl/renderer",
9 "+components/plugins/renderer", 10 "+components/plugins/renderer",
10 "+components/signin/core/common", 11 "+components/signin/core/common",
11 "+components/translate/content/common", 12 "+components/translate/content/common",
12 "+components/translate/content/renderer", 13 "+components/translate/content/renderer",
13 "+components/translate/core/common", 14 "+components/translate/core/common",
14 "+components/translate/core/language_detection", 15 "+components/translate/core/language_detection",
15 "+components/visitedlink/renderer", 16 "+components/visitedlink/renderer",
16 "+content/public/child", 17 "+content/public/child",
17 "+content/public/renderer", 18 "+content/public/renderer",
18 "+extensions/common", 19 "+extensions/common",
19 "+extensions/renderer", 20 "+extensions/renderer",
20 "+gin", 21 "+gin",
21 "+grit", # For generated headers 22 "+grit", # For generated headers
22 "+ppapi/c", 23 "+ppapi/c",
23 "+ppapi/shared_impl", 24 "+ppapi/shared_impl",
24 "+skia", 25 "+skia",
25 26
26 "+webkit/child", 27 "+webkit/child",
27 "+webkit/common", 28 "+webkit/common",
28 "+webkit/glue", 29 "+webkit/glue",
29 "+webkit/renderer", 30 "+webkit/renderer",
30 31
31 "+third_party/cld_2", 32 "+third_party/cld_2",
32 "+third_party/sqlite", 33 "+third_party/sqlite",
33 ] 34 ]
OLDNEW
« no previous file with comments | « chrome/common/render_messages.h ('k') | chrome/renderer/content_settings_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698