Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "-components/devtools_bridge", | 2 "-components/devtools_bridge", |
| 3 "+cc/layers/layer.h", | |
| 3 "+components/devtools_discovery", | 4 "+components/devtools_discovery", |
| 4 "+components/devtools_http_handler", | 5 "+components/devtools_http_handler", |
| 5 "+components/ntp_snippets", | 6 "+components/ntp_snippets", |
| 6 "+components/service_tab_launcher", | 7 "+components/service_tab_launcher", |
| 7 "+components/toolbar", | 8 "+components/toolbar", |
| 8 "+components/web_contents_delegate_android", | 9 "+components/web_contents_delegate_android", |
| 9 "+cc/layers/layer.h", | 10 "+content/browser/mojo/service_registry_android.h", |
|
Ted C
2016/03/28 22:46:01
can't do this...content/public is the only thing w
| |
| 10 "+sandbox/linux/seccomp-bpf/sandbox_bpf.h", | 11 "+sandbox/linux/seccomp-bpf/sandbox_bpf.h", |
| 11 "+sync/android", | 12 "+sync/android", |
| 12 "+sync/test/fake_server/android", | 13 "+sync/test/fake_server/android", |
| 13 ] | 14 ] |
| OLD | NEW |