| 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/shell/public/cpp", |   4   "+services/shell/public/cpp", | 
|   5   "+mojo/common", |   5   "+mojo/common", | 
|   6   "+mojo/message_pump", |   6   "+mojo/message_pump", | 
|   7   "+mojo/public", |   7   "+mojo/public", | 
|   8 ] |   8 ] | 
|   9  |   9  | 
|  10 specific_include_rules = { |  10 specific_include_rules = { | 
|  11   "trace_controller_impl\.h": [ |  11   "trace_controller_impl\.h": [ | 
|  12     "+mojo/services/tracing/public/interfaces/tracing.mojom.h" |  12     "+services/tracing/public/interfaces/tracing.mojom.h" | 
|  13   ], |  13   ], | 
|  14   "tracing_impl\.h": [ |  14   "tracing_impl\.h": [ | 
|  15     "+mojo/services/tracing/public/interfaces/tracing.mojom.h" |  15     "+services/tracing/public/interfaces/tracing.mojom.h" | 
|  16   ], |  16   ], | 
|  17 } |  17 } | 
| OLD | NEW |