| Index: ui/views/views.gyp
|
| diff --git a/ui/views/views.gyp b/ui/views/views.gyp
|
| index 0013f93a9a5f0d0bcc9c666fa94dd0cff831f4b2..e5adb347daa8e33eb95ad2cdc50d4fbcaa05c934 100644
|
| --- a/ui/views/views.gyp
|
| +++ b/ui/views/views.gyp
|
| @@ -550,7 +550,7 @@
|
| }],
|
| ['OS=="linux" and chromeos==0', {
|
| 'dependencies': [
|
| - '../ui.gyp:shell_dialogs',
|
| + '../shell_dialogs/shell_dialogs.gyp:shell_dialogs',
|
| ],
|
| }, { # OS=="linux" and chromeos==0
|
| 'sources/': [
|
| @@ -712,7 +712,7 @@
|
| '../gfx/gfx.gyp:gfx',
|
| '../ui.gyp:ui',
|
| '../ui.gyp:ui_resources',
|
| - '../ui.gyp:ui_test_support',
|
| + '../ui_unittests.gyp:ui_test_support',
|
| 'views',
|
| 'views_test_support',
|
| ],
|
|
|