Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 include_rules = [ | |
| 2 # web shell must use only public API or own headers. | |
| 3 "-ios/web", | |
| 4 "+ios/web/public", | |
| 5 "+ios/web/shell", | |
| 6 | |
| 7 # TODO(crbug.com/597997) remove these exceptions. web shell must not use | |
|
Jackie Quinn
2016/03/25 18:49:16
Super nit: Add colon and capitalize remove. Also,
Eugene But (OOO till 7-30)
2016/03/25 19:59:21
Done.
| |
| 8 # any private APIs from web. | |
| 9 "+ios/web/navigation/crw_session_controller.h", | |
| 10 "+ios/web/navigation/web_load_params.h", | |
| 11 "+ios/web/net/crw_url_verifying_protocol_handler.h", | |
| 12 "+ios/web/net/request_tracker_factory_impl.h", | |
| 13 "+ios/web/net/web_http_protocol_handler_delegate.h", | |
| 14 "+ios/web/web_state/ui/crw_web_controller.h", | |
| 15 "+ios/web/web_state/web_state_impl.h", | |
| 16 ] | |
| 17 | |
| OLD | NEW |