Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | |
| 2 "+content/common/device_sensors/device_orientation_hardware_buffer.h", | |
| 3 ] | |
|
jonross
2014/11/05 21:39:18
I intend for this change to DEPS to be temporary.
| |
| 4 | |
| 1 specific_include_rules = { | 5 specific_include_rules = { |
| 2 ".*\.cc": [ | 6 ".*\.cc": [ |
| 3 "+content/browser", | 7 "+content/browser", |
| 4 ], | 8 ], |
| 5 } | 9 } |
| OLD | NEW |