OLD | NEW |
1 # Do NOT add chrome or components to the list below. We shouldn't be | 1 # Do NOT add chrome or components to the list below. We shouldn't be |
2 # including files from src/chrome or src/components in src/content. | 2 # including files from src/chrome or src/components in src/content. |
3 include_rules = [ | 3 include_rules = [ |
4 # The subdirectories in content/ will manually allow their own include | 4 # The subdirectories in content/ will manually allow their own include |
5 # directories in content/ so we disallow all of them. | 5 # directories in content/ so we disallow all of them. |
6 "-content", | 6 "-content", |
7 "+content/common", | 7 "+content/common", |
8 "+content/port/common", | 8 "+content/port/common", |
9 "+content/public/common", | 9 "+content/public/common", |
10 "+content/public/test", | 10 "+content/public/test", |
(...skipping 19 matching lines...) Expand all Loading... |
30 "+grit/ui_strings.h", | 30 "+grit/ui_strings.h", |
31 "+grit/webkit_resources.h", | 31 "+grit/webkit_resources.h", |
32 "+grit/webkit_strings.h", | 32 "+grit/webkit_strings.h", |
33 "+grit/webui_resources.h", | 33 "+grit/webui_resources.h", |
34 "+grit/webui_resources_map.h", | 34 "+grit/webui_resources_map.h", |
35 | 35 |
36 "+dbus", | 36 "+dbus", |
37 "+gpu", | 37 "+gpu", |
38 "+mojo/public", | 38 "+mojo/public", |
39 "+mojo/bindings/js", | 39 "+mojo/bindings/js", |
40 "+mojo/system/embedder", | 40 "+mojo/embedder", |
41 "+net", | 41 "+net", |
42 "+ppapi", | 42 "+ppapi", |
43 "+printing", | 43 "+printing", |
44 "+sandbox", | 44 "+sandbox", |
45 "+skia", | 45 "+skia", |
46 | 46 |
47 # In general, content/ should not rely on google_apis, since URLs | 47 # In general, content/ should not rely on google_apis, since URLs |
48 # and access tokens should usually be provided by the | 48 # and access tokens should usually be provided by the |
49 # embedder. | 49 # embedder. |
50 # | 50 # |
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
100 # Content shouldn't depend on views. While we technically don't need this | 100 # Content shouldn't depend on views. While we technically don't need this |
101 # line, since the top level DEPS doesn't allow it, we add it to make this | 101 # line, since the top level DEPS doesn't allow it, we add it to make this |
102 # explicit. | 102 # explicit. |
103 "-ui/views", | 103 "-ui/views", |
104 | 104 |
105 "+webkit", | 105 "+webkit", |
106 | 106 |
107 # For generated JNI includes. | 107 # For generated JNI includes. |
108 "+jni", | 108 "+jni", |
109 ] | 109 ] |
OLD | NEW |