Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 include_rules = [ | |
| 2 "+Accelerate", | |
| 3 "+AppKit", | |
| 4 "+ApplicationServices", | |
| 5 "+CoreFoundation", | |
| 6 "+CoreServices", | |
| 7 "+android", | |
| 8 "+bindings", | |
| 9 "+core", | |
| 10 "+dl", | |
| 11 "+gdk", | |
| 12 "+googleurl", | |
| 13 "+gtest", | |
| 14 "+helpers", | |
| 15 "+leveldb", | |
| 16 "+libavcodec", | |
| 17 "+libxml", | |
| 18 "+libxslt", | |
| 19 "+mach", | |
| 20 "+modules", | |
| 21 "+mozilla", | |
| 22 "+objc", | |
| 23 "+public", | |
| 24 "+skia", | |
| 25 "+sys", | |
| 26 "+third_party", | |
| 27 "+unicode", | |
| 28 "+webp", | |
| 29 "+wtf", | |
| 30 ] | |
| OLD | NEW |