| Index: chrome/chrome_tests_unit.gypi
|
| diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
|
| index 53c4a285ee3a3a1440a48ca80504cae58b0abf87..10e2d434ced5247ceded5d2e668b1084a35f187e 100644
|
| --- a/chrome/chrome_tests_unit.gypi
|
| +++ b/chrome/chrome_tests_unit.gypi
|
| @@ -2133,10 +2133,14 @@
|
| 'dependencies': [
|
| '../ui/wm/wm.gyp:wm',
|
| '../ui/aura/aura.gyp:aura_test_support',
|
| + '../ui/views/views.gyp:views_test_support',
|
| ],
|
| 'sources/': [
|
| ['exclude', '^browser/ui/views/extensions/browser_action_drag_data_unittest.cc'],
|
| ],
|
| + 'sources': [
|
| + '../ui/views/controls/webview/webview_unittest.cc',
|
| + ],
|
| }],
|
| ['use_aura==1 and use_ash==0 and use_ozone==0 and OS=="linux"', {
|
| 'dependencies': [
|
|
|