Home | History | Annotate | Download | only in common
      1 include_rules = [
      2   # common must not depend on embedder.
      3   "-mojo",
      4   "+services/shell/public/cpp",
      5   "+mojo/common",
      6   "+mojo/public",
      7 ]
      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 }
     17