| OLD | NEW | 
|    1 include_rules = [ |    1 include_rules = [ | 
|    2   "+apps", |    2   "+apps", | 
|    3   "+ash", |    3   "+ash", | 
|    4   "+cc/paint", |    4   "+cc/paint", | 
|    5   "+chrome/app", |    5   "+chrome/app", | 
|    6   "+chrome/chrome_watcher", |    6   "+chrome/chrome_watcher", | 
|    7   "+chrome/grit", |    7   "+chrome/grit", | 
|    8   "+chrome/install_static", |    8   "+chrome/install_static", | 
|    9   "+chrome/installer", |    9   "+chrome/installer", | 
|   10   "+chrome_elf/blacklist", |   10   "+chrome_elf/blacklist", | 
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|   43   "+ppapi/c",  # For various types. |   43   "+ppapi/c",  # For various types. | 
|   44   "+ppapi/host", |   44   "+ppapi/host", | 
|   45   "+ppapi/proxy", |   45   "+ppapi/proxy", | 
|   46   "+ppapi/shared_impl", |   46   "+ppapi/shared_impl", | 
|   47   "+rlz", |   47   "+rlz", | 
|   48   "+sandbox/win/src",  # The path doesn't say it, but this is the Windows sandbo
     x. |   48   "+sandbox/win/src",  # The path doesn't say it, but this is the Windows sandbo
     x. | 
|   49   "+services/image_decoder/public/cpp", |   49   "+services/image_decoder/public/cpp", | 
|   50   "+services/image_decoder/public/interfaces", |   50   "+services/image_decoder/public/interfaces", | 
|   51   "+services/preferences/public/cpp", |   51   "+services/preferences/public/cpp", | 
|   52   "+services/preferences/public/interfaces", |   52   "+services/preferences/public/interfaces", | 
 |   53   "+services/resource_coordinator", | 
|   53   "+services/service_manager", |   54   "+services/service_manager", | 
|   54   "+services/shape_detection/public/interfaces", |   55   "+services/shape_detection/public/interfaces", | 
|   55   "+services/ui/public", |   56   "+services/ui/public", | 
|   56   "+skia/ext", |   57   "+skia/ext", | 
|   57   "+third_party/boringssl/src/include", |   58   "+third_party/boringssl/src/include", | 
|   58   "+third_party/crashpad", |   59   "+third_party/crashpad", | 
|   59   "+third_party/cros_system_api", |   60   "+third_party/cros_system_api", | 
|   60  |   61  | 
|   61   # chrome only needs switches from cc. All usage of the compositor is from |   62   # chrome only needs switches from cc. All usage of the compositor is from | 
|   62   # content. Definitely don't include generic stuff from cc/base here, if this |   63   # content. Definitely don't include generic stuff from cc/base here, if this | 
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  116   "+third_party/WebKit/public/platform/modules/webshare/webshare.mojom.h", |  117   "+third_party/WebKit/public/platform/modules/webshare/webshare.mojom.h", | 
|  117   "+third_party/WebKit/public/platform/site_engagement.mojom.h", |  118   "+third_party/WebKit/public/platform/site_engagement.mojom.h", | 
|  118   "+third_party/WebKit/public/public_features.h", |  119   "+third_party/WebKit/public/public_features.h", | 
|  119   "+third_party/WebKit/public/web/WebContextMenuData.h", |  120   "+third_party/WebKit/public/web/WebContextMenuData.h", | 
|  120   "+third_party/WebKit/public/web/WebFindOptions.h", |  121   "+third_party/WebKit/public/web/WebFindOptions.h", | 
|  121   "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |  122   "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 
|  122   "+third_party/WebKit/public/web/WebPluginAction.h", |  123   "+third_party/WebKit/public/web/WebPluginAction.h", | 
|  123   "+third_party/WebKit/public/web/WebTextDirection.h", |  124   "+third_party/WebKit/public/web/WebTextDirection.h", | 
|  124   "+third_party/WebKit/public/web/window_features.mojom.h", |  125   "+third_party/WebKit/public/web/window_features.mojom.h", | 
|  125 ] |  126 ] | 
| OLD | NEW |