OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+chrome/app", # The plugins use the theme library to get the sad plugin bitm
ap. | 2 "+chrome/app", # The plugins use the theme library to get the sad plugin bitm
ap. |
3 "+content/public/renderer", | 3 "+content/public/renderer", |
4 # DO NOT ADD ANY content/renderer includes, we're working on removing these! | 4 # DO NOT ADD ANY content/renderer includes, we're working on removing these! |
5 "+content/renderer/mock_render_process.h", | 5 "+content/renderer/mock_render_process.h", |
6 "+content/renderer/render_view.h", | |
7 "+content/renderer/render_widget_browsertest.h", | 6 "+content/renderer/render_widget_browsertest.h", |
8 "+grit", # For generated headers | 7 "+grit", # For generated headers |
9 "+media/base", # For initializing media library and media switches. | 8 "+media/base", # For initializing media library and media switches. |
10 "+ppapi/native_client/src/trusted/plugin/nacl_entry_points.h", # For NaCl reg
istration. | 9 "+ppapi/native_client/src/trusted/plugin/nacl_entry_points.h", # For NaCl reg
istration. |
11 "+ppapi/c", | 10 "+ppapi/c", |
12 "+ppapi/proxy", | 11 "+ppapi/proxy", |
13 "+ppapi/shared_impl", | 12 "+ppapi/shared_impl", |
14 "+sandbox/src", | 13 "+sandbox/src", |
15 "+skia", | 14 "+skia", |
16 "+webkit/extensions", | 15 "+webkit/extensions", |
17 "+webkit/glue", | 16 "+webkit/glue", |
18 "+webkit/glue/plugins", | 17 "+webkit/glue/plugins", |
19 "+webkit/gpu", | 18 "+webkit/gpu", |
20 "+webkit/plugins", | 19 "+webkit/plugins", |
21 "+v8/include", | 20 "+v8/include", |
22 "+third_party/cld/encodings/compact_lang_det/win", | 21 "+third_party/cld/encodings/compact_lang_det/win", |
23 "+third_party/npapi/bindings", | 22 "+third_party/npapi/bindings", |
24 "+third_party/sqlite", | 23 "+third_party/sqlite", |
25 ] | 24 ] |
26 | 25 |
OLD | NEW |