Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 # The frame_host files should only call upwards in the layering via the | 2 # The frame_host files should only call upwards in the layering via the |
| 3 # delegate interfaces. | 3 # delegate interfaces. |
| 4 "-content/browser/web_contents", | 4 "-content/browser/web_contents", |
| 5 "-content/public/browser/web_contents.h", | 5 "-content/public/browser/web_contents.h", |
| 6 "-content/public/browser/web_contents_delegate.h", | 6 "-content/public/browser/web_contents_delegate.h", |
| 7 "-content/public/browser/web_contents_view.h", | 7 "-content/public/browser/web_contents_view.h", |
| 8 | 8 |
| 9 "+third_party/kasko", | 9 "+third_party/kasko", |
| 10 "+public/platform/modules/shapedetection/shapedetection.mojom.h" | |
|
qinmin
2016/10/12 18:32:18
nit: order the include alphabetically
| |
| 10 ] | 11 ] |
| 11 | 12 |
| 12 specific_include_rules = { | 13 specific_include_rules = { |
| 13 ".*_(unit|browser)test\.cc": [ | 14 ".*_(unit|browser)test\.cc": [ |
| 14 "+content/browser/web_contents", | 15 "+content/browser/web_contents", |
| 15 "+content/public/browser/web_contents.h", | 16 "+content/public/browser/web_contents.h", |
| 16 "+content/public/browser/web_contents_delegate.h", | 17 "+content/public/browser/web_contents_delegate.h", |
| 17 ], | 18 ], |
| 18 ".*interstitial_page_impl\.cc": [ | 19 ".*interstitial_page_impl\.cc": [ |
| 19 # TODO(nasko): This should be removed once we remove | 20 # TODO(nasko): This should be removed once we remove |
| 20 # WebContentsObserver as the method of telling interstitial pages to | 21 # WebContentsObserver as the method of telling interstitial pages to |
| 21 # clean themselves up. | 22 # clean themselves up. |
| 22 "+content/browser/web_contents", | 23 "+content/browser/web_contents", |
| 23 "+content/public/browser/web_contents_delegate.h", | 24 "+content/public/browser/web_contents_delegate.h", |
| 24 ], | 25 ], |
| 25 } | 26 } |
| OLD | NEW |