| OLD | NEW | 
|   1 # Do NOT add net/ or ui/base without a great reason, they're huge! |   1 # Do NOT add net/ or ui/base without a great reason, they're huge! | 
|   2 include_rules = [ |   2 include_rules = [ | 
|   3   "+third_party/angle", |   3   "+third_party/angle", | 
|   4   "+third_party/libva", |   4   "+third_party/libva", | 
|   5   "+third_party/libyuv", |   5   "+third_party/libyuv", | 
|   6   "+third_party/v4l-utils", |   6   "+third_party/v4l-utils", | 
|   7   "+third_party/webrtc/common_video", |   7   "+third_party/webrtc/common_video", | 
|   8   "+third_party/webrtc/system_wrappers", |   8   "+third_party/webrtc/system_wrappers", | 
|   9   "+ui/base", |   9   "+ui/base", | 
 |  10   "+ui/display/display_switches.h", | 
|  10   "+ui/display/manager/chromeos", |  11   "+ui/display/manager/chromeos", | 
|  11   "+ui/display/types", |  12   "+ui/display/types", | 
|  12   "+ui/platform_window", |  13   "+ui/platform_window", | 
|  13  |  14  | 
|  14   # media/gpu is not part of "media" target and should not use MEDIA_EXPORT. |  15   # media/gpu is not part of "media" target and should not use MEDIA_EXPORT. | 
|  15   "-media/base/media_export.h" |  16   "-media/base/media_export.h" | 
|  16 ] |  17 ] | 
| OLD | NEW |