Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 # web shell must use only public API or own headers. | 2 # web shell must use only public API or own headers. |
| 3 "-ios/web", | 3 "-ios/web", |
| 4 "+ios/web/public", | 4 "+ios/web/public", |
| 5 "+ios/web/shell", | 5 "+ios/web/shell", |
| 6 | 6 |
| 7 # TODO(crbug.com/597997): Remove these exceptions. Web shell must not use | 7 # TODO(crbug.com/597997): Remove these exceptions. Web shell must not use |
| 8 # any private APIs from web. | 8 # any private APIs from web. |
| 9 "+ios/web/web_state/ui/crw_web_controller.h", | |
|
kkhorimoto
2016/04/19 22:49:04
yay :)
| |
| 10 "+ios/web/web_state/web_state_impl.h", | 9 "+ios/web/web_state/web_state_impl.h", |
| 11 ] | 10 ] |
| 12 | 11 |
| OLD | NEW |