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", | 6 "+content/renderer/render_view.h", |
7 "+content/renderer/render_thread.h", | 7 "+content/renderer/render_thread_impl.h", # for phishing browsertest |
8 "+content/renderer/render_widget_browsertest.h", | 8 "+content/renderer/render_widget_browsertest.h", |
9 "+grit", # For generated headers | 9 "+grit", # For generated headers |
10 "+media/base", # For initializing media library and media switches. | 10 "+media/base", # For initializing media library and media switches. |
11 "+ppapi/native_client/src/trusted/plugin/nacl_entry_points.h", # For NaCl reg
istration. | 11 "+ppapi/native_client/src/trusted/plugin/nacl_entry_points.h", # For NaCl reg
istration. |
12 "+ppapi/c", | 12 "+ppapi/c", |
13 "+ppapi/proxy", | 13 "+ppapi/proxy", |
14 "+ppapi/shared_impl", | 14 "+ppapi/shared_impl", |
15 "+sandbox/src", | 15 "+sandbox/src", |
16 "+skia", | 16 "+skia", |
17 "+webkit/extensions", | 17 "+webkit/extensions", |
18 "+webkit/glue", | 18 "+webkit/glue", |
19 "+webkit/glue/plugins", | 19 "+webkit/glue/plugins", |
20 "+webkit/gpu", | 20 "+webkit/gpu", |
21 "+webkit/plugins", | 21 "+webkit/plugins", |
22 "+v8/include", | 22 "+v8/include", |
23 "+third_party/cld/encodings/compact_lang_det/win", | 23 "+third_party/cld/encodings/compact_lang_det/win", |
24 "+third_party/npapi/bindings", | 24 "+third_party/npapi/bindings", |
25 "+third_party/sqlite", | 25 "+third_party/sqlite", |
26 ] | 26 ] |
27 | 27 |
OLD | NEW |