| 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 "+components/autofill/common", | 3 "+components/autofill/common", |
| 4 "+components/autofill/renderer", | 4 "+components/autofill/renderer", |
| 5 "+components/visitedlink/renderer", | 5 "+components/visitedlink/renderer", |
| 6 "+content/public/renderer", | 6 "+content/public/renderer", |
| 7 "+extensions/common", | 7 "+extensions/common", |
| 8 "+grit", # For generated headers | 8 "+grit", # For generated headers |
| 9 "+media/base", # For initializing media library and media switches. | 9 "+media/base", # For initializing media library and media switches. |
| 10 "+ppapi/native_client/src/trusted/plugin/nacl_entry_points.h", # For NaCl reg
istration. | 10 "+ppapi/native_client/src/trusted/plugin/nacl_entry_points.h", # For NaCl reg
istration. |
| 11 "+ppapi/c", | 11 "+ppapi/c", |
| 12 "+ppapi/proxy", | 12 "+ppapi/proxy", |
| 13 "+ppapi/shared_impl", | 13 "+ppapi/shared_impl", |
| 14 "+sandbox/win/src", | 14 "+sandbox/win/src", |
| 15 "+skia", | 15 "+skia", |
| 16 | 16 |
| 17 "+webkit/extensions", | 17 "+webkit/extensions", |
| 18 "+webkit/fileapi", | 18 "+webkit/fileapi", |
| 19 "+webkit/glue", | 19 "+webkit/glue", |
| 20 "+webkit/glue/plugins", | 20 "+webkit/glue/plugins", |
| 21 "+webkit/gpu", | 21 "+webkit/gpu", |
| 22 "+webkit/media", | 22 "+webkit/media", |
| 23 "+webkit/plugins", | 23 "+webkit/plugins", |
| 24 | 24 |
| 25 "+third_party/cld/encodings/compact_lang_det/win", | 25 "+third_party/cld/encodings/compact_lang_det/win", |
| 26 "+third_party/npapi/bindings", | 26 "+third_party/npapi/bindings", |
| 27 "+third_party/re2", | 27 "+third_party/re2", |
| 28 "+third_party/smhasher", | 28 "+third_party/smhasher", |
| 29 "+third_party/sqlite", | 29 "+third_party/sqlite", |
| 30 "+third_party/widevine", |
| 30 ] | 31 ] |
| 31 | 32 |
| 32 # TODO(joi): Remove these once Autofill code moves to //components/autofill. | 33 # TODO(joi): Remove these once Autofill code moves to //components/autofill. |
| 33 specific_include_rules = { | 34 specific_include_rules = { |
| 34 'page_click_listener\.h': [ | 35 'page_click_listener\.h': [ |
| 35 "-chrome/renderer", | 36 "-chrome/renderer", |
| 36 ], | 37 ], |
| 37 'page_click_tracker\.(h|cc)': [ | 38 'page_click_tracker\.(h|cc)': [ |
| 38 "-chrome/common", | 39 "-chrome/common", |
| 39 "-chrome/renderer", | 40 "-chrome/renderer", |
| 40 "+chrome/renderer/autofill", | 41 "+chrome/renderer/autofill", |
| 41 "+chrome/renderer/page_click_listener.h", | 42 "+chrome/renderer/page_click_listener.h", |
| 42 "+chrome/renderer/page_click_tracker.h", | 43 "+chrome/renderer/page_click_tracker.h", |
| 43 ], | 44 ], |
| 44 } | 45 } |
| OLD | NEW |