| Index: chromeos/DEPS
|
| diff --git a/chromeos/DEPS b/chromeos/DEPS
|
| index a398cc6ae03b6b9364eeb92f16d64afe673ad2b7..71a911aea97d8c57de7705a098cbeff93d9dd539 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",
|
| @@ -11,6 +11,7 @@
|
|
|
| # Some targets may not have any UI, so explictly exclude src/ui.
|
| "-ui",
|
| - # TODO(stevenjb/flackr): Remove these dependencies.
|
| - "+ui/accelerometer"
|
| + # TODO(stevenjb/flackr/shuchen): Remove these dependencies.
|
| + "+ui/accelerometer",
|
| + "+ui/gfx/x"
|
| ]
|
|
|