Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 # A lot of third_party code has been modified to use fxcrt. | 2 # A lot of third_party code has been modified to use fxcrt. |
| 3 '+core/fxcrt/include/fx_basic.h', | 3 '+core/fxcrt/fx_basic.h', |
| 4 '+core/fxcrt/include/fx_coordinates.h', | 4 '+core/fxcrt/fx_coordinates.h', |
| 5 '+core/fxcrt/include/fx_memory.h', | 5 '+core/fxcrt/fx_memory.h', |
| 6 '+core/fxcrt/include/fx_system.h', | 6 '+core/fxcrt/fx_system.h', |
| 7 ] | 7 ] |
| OLD | NEW |