Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 # FIXME: remove after the includes in Chromium have been updated | |
| 2 specific_include_rules = { | |
| 3 "WebInbandTextTrack.h": [ | |
| 4 "+../platform/WebInbandTextTrack.h" | |
| 5 ], | |
| 6 "WebInbandTextTrackClient.h": [ | |
| 7 "+../platform/WebInbandTextTrackClient.h" | |
| 8 ] | |
|
abarth-chromium
2013/11/07 18:25:22
There's no need for these rules.
philipj_slow
2013/11/07 19:42:03
Removed.
| |
| 9 } | |
| OLD | NEW |