Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+cros", | 2 "+cros", |
| 3 "+dbus", | 3 "+dbus", |
| 4 "+media/base/media_switches.h", # For media command line switches. | 4 "+media/base/media_switches.h", # For media command line switches. |
| 5 "+third_party/mozc", | 5 "+third_party/mozc", |
| 6 "+third_party/zlib/zlib.h", # For compression level constants. | |
|
Ivan Korotkov
2012/08/30 10:53:15
2 spaces
bshe
2012/08/30 16:39:02
Done.
| |
| 6 ] | 7 ] |
| OLD | NEW |