| 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 "+cc/paint", |
| 3 "+chromeos/audio", | 4 "+chromeos/audio", |
| 4 "+crypto", | 5 "+crypto", |
| 5 "+device/udev_linux", | 6 "+device/udev_linux", |
| 6 "+device/usb", | 7 "+device/usb", |
| 7 "+gpu", | 8 "+gpu", |
| 8 "+jni", | 9 "+jni", |
| 9 "+ppapi/features", | 10 "+ppapi/features", |
| 10 "+skia/ext", | 11 "+skia/ext", |
| 11 "+third_party/ffmpeg", | 12 "+third_party/ffmpeg", |
| 12 "+third_party/libvpx", | 13 "+third_party/libvpx", |
| 13 "+third_party/libyuv", | 14 "+third_party/libyuv", |
| 14 "+third_party/opus", | 15 "+third_party/opus", |
| 15 "+third_party/skia", | 16 "+third_party/skia", |
| 16 "+ui/display", | 17 "+ui/display", |
| 17 "+ui/events", | 18 "+ui/events", |
| 18 "+ui/gfx", | 19 "+ui/gfx", |
| 19 "+ui/gl", | 20 "+ui/gl", |
| 20 "+ui/ozone", | 21 "+ui/ozone", |
| 21 "+third_party/widevine/cdm/widevine_cdm_common.h", | 22 "+third_party/widevine/cdm/widevine_cdm_common.h", |
| 22 "-ipc", | 23 "-ipc", |
| 23 "-media/blink", | 24 "-media/blink", |
| 24 ] | 25 ] |
| 25 | 26 |
| 26 specific_include_rules = { | 27 specific_include_rules = { |
| 27 "audio_manager_unittest.cc": [ | 28 "audio_manager_unittest.cc": [ |
| 28 "+chromeos/dbus" | 29 "+chromeos/dbus" |
| 29 ], | 30 ], |
| 30 } | 31 } |
| OLD | NEW |