Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+base/metrics/histogram_macros.h", | |
|
ortuno
2017/03/24 05:48:04
I'm surprised we are allowed to add this. If I und
scheib
2017/03/24 19:53:31
However, if we did want to preserve our old UMA va
juncai
2017/03/27 19:08:57
I added a post at blink-dev:
https://groups.google
| |
| 2 "+bindings", | 3 "+bindings", |
| 3 "+core", | 4 "+core", |
| 4 "+device/bluetooth/public/interfaces", | 5 "+device/bluetooth/public/interfaces", |
| 5 "-modules", | 6 "-modules", |
| 6 "+modules/bluetooth", | 7 "+modules/bluetooth", |
| 7 "+modules/EventTargetModules.h", | 8 "+modules/EventTargetModules.h", |
| 8 "+mojo/public/cpp/bindings", | 9 "+mojo/public/cpp/bindings", |
| 9 "-web", | 10 "-web", |
| 10 ] | 11 ] |
| OLD | NEW |