| 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/visitedlink/renderer", | 5 "+components/visitedlink/renderer", |
| 5 "+content/public/renderer", | 6 "+content/public/renderer", |
| 6 "+extensions/common", | 7 "+extensions/common", |
| 7 "+grit", # For generated headers | 8 "+grit", # For generated headers |
| 8 "+media/base", # For initializing media library and media switches. | 9 "+media/base", # For initializing media library and media switches. |
| 9 "+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. |
| 10 "+ppapi/c", | 11 "+ppapi/c", |
| 11 "+ppapi/proxy", | 12 "+ppapi/proxy", |
| 12 "+ppapi/shared_impl", | 13 "+ppapi/shared_impl", |
| 13 "+sandbox/win/src", | 14 "+sandbox/win/src", |
| (...skipping 19 matching lines...) Expand all Loading... |
| 33 "-chrome/renderer", | 34 "-chrome/renderer", |
| 34 ], | 35 ], |
| 35 'page_click_tracker\.(h|cc)': [ | 36 'page_click_tracker\.(h|cc)': [ |
| 36 "-chrome/common", | 37 "-chrome/common", |
| 37 "-chrome/renderer", | 38 "-chrome/renderer", |
| 38 "+chrome/renderer/autofill", | 39 "+chrome/renderer/autofill", |
| 39 "+chrome/renderer/page_click_listener.h", | 40 "+chrome/renderer/page_click_listener.h", |
| 40 "+chrome/renderer/page_click_tracker.h", | 41 "+chrome/renderer/page_click_tracker.h", |
| 41 ], | 42 ], |
| 42 } | 43 } |
| OLD | NEW |