Chromium Code Reviews| Index: chromeos/DEPS |
| diff --git a/chromeos/DEPS b/chromeos/DEPS |
| index 71a911aea97d8c57de7705a098cbeff93d9dd539..5a76ca04b9b9a898587f69833896af24006d745b 100644 |
| --- a/chromeos/DEPS |
| +++ b/chromeos/DEPS |
| @@ -1,5 +1,5 @@ |
| # Please keep the dependencies here to a minimum. This is intended to be a |
| -# low level Chrome OS system library that may be used by targets that need to |
| +# low level Chrome OS system library that may be used by targets that need to |
| # be kept as small as possible. |
| include_rules = [ |
| "+crypto", |
| @@ -12,6 +12,5 @@ include_rules = [ |
| # Some targets may not have any UI, so explictly exclude src/ui. |
| "-ui", |
| # TODO(stevenjb/flackr/shuchen): Remove these dependencies. |
|
Yuki
2014/11/19 14:16:43
Remove your name from the TODO comment.
Shu Chen
2014/11/19 16:40:53
Done.
|
| - "+ui/accelerometer", |
| - "+ui/gfx/x" |
| + "+ui/accelerometer" |
| ] |