Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 # common must not depend on embedder. | 2 # common must not depend on embedder. |
| 3 "-mojo", | 3 "-mojo", |
| 4 "+services/service_manager/public/cpp", | |
| 5 "+mojo/common", | 4 "+mojo/common", |
| 6 "+mojo/public", | 5 "+mojo/public", |
| 7 ] | 6 ] |
| 8 | |
| 9 specific_include_rules = { | |
| 10 "trace_controller_impl\.h": [ | |
| 11 "+services/tracing/public/interfaces/tracing.mojom.h" | |
| 12 ], | |
| 13 "tracing_impl\.h": [ | |
| 14 "+services/tracing/public/interfaces/tracing.mojom.h" | |
| 15 ], | |
| 16 } | |
| OLD | NEW |