| Index: ui/ui_unittests.gyp
|
| diff --git a/ui/ui_unittests.gyp b/ui/ui_unittests.gyp
|
| index 155a26b4112e62c5f53298d1a184fefd3249d564..9e039649db92cc2fea7811d8f9455ea4565778f6 100644
|
| --- a/ui/ui_unittests.gyp
|
| +++ b/ui/ui_unittests.gyp
|
| @@ -279,6 +279,11 @@
|
| ['chromeos==1', {
|
| 'dependencies': [
|
| '../chromeos/chromeos.gyp:chromeos',
|
| + 'aura/aura.gyp:aura_test_support',
|
| + 'chromeos/ui_chromeos.gyp:ui_chromeos',
|
| + ],
|
| + 'sources': [
|
| + 'chromeos/touch_exploration_controller_unittest.cc'
|
| ],
|
| 'sources!': [
|
| 'base/dragdrop/os_exchange_data_provider_aurax11_unittest.cc',
|
|
|