| Index: ui/views/views.gyp
|
| diff --git a/ui/views/views.gyp b/ui/views/views.gyp
|
| index 30dd637b84eb54cde06a091d4fecde63b3c42505..e927f86465e40aadce8133ce4f123a45035599c6 100644
|
| --- a/ui/views/views.gyp
|
| +++ b/ui/views/views.gyp
|
| @@ -30,6 +30,7 @@
|
| '../../url/url.gyp:url_lib',
|
| '../base/strings/ui_strings.gyp:ui_strings',
|
| '../compositor/compositor.gyp:compositor',
|
| + '../gfx/gfx.gyp:gfx',
|
| '../native_theme/native_theme.gyp:native_theme',
|
| '../ui.gyp:ui',
|
| '../ui.gyp:ui_resources',
|
| @@ -601,6 +602,7 @@
|
| '../../ipc/ipc.gyp:test_support_ipc',
|
| '../../skia/skia.gyp:skia',
|
| '../../testing/gtest.gyp:gtest',
|
| + '../gfx/gfx.gyp:gfx',
|
| '../ui.gyp:ui',
|
| 'views',
|
| ],
|
| @@ -654,6 +656,7 @@
|
| '../../ipc/ipc.gyp:test_support_ipc',
|
| '../../skia/skia.gyp:skia',
|
| '../../testing/gtest.gyp:gtest',
|
| + '../gfx/gfx.gyp:gfx',
|
| '../ui.gyp:ui',
|
| 'controls/webview/webview.gyp:webview',
|
| 'views_test_support',
|
| @@ -687,6 +690,7 @@
|
| '../base/strings/ui_strings.gyp:ui_strings',
|
| '../compositor/compositor.gyp:compositor',
|
| '../compositor/compositor.gyp:compositor_test_support',
|
| + '../gfx/gfx.gyp:gfx',
|
| '../ui.gyp:ui',
|
| '../ui.gyp:ui_resources',
|
| '../ui.gyp:ui_test_support',
|
| @@ -830,6 +834,7 @@
|
| '../../skia/skia.gyp:skia',
|
| '../../third_party/icu/icu.gyp:icui18n',
|
| '../../third_party/icu/icu.gyp:icuuc',
|
| + '../gfx/gfx.gyp:gfx',
|
| '../ui.gyp:ui',
|
| '../ui.gyp:ui_resources',
|
| 'views',
|
| @@ -922,6 +927,7 @@
|
| '../../third_party/icu/icu.gyp:icui18n',
|
| '../../third_party/icu/icu.gyp:icuuc',
|
| '../../url/url.gyp:url_lib',
|
| + '../gfx/gfx.gyp:gfx',
|
| '../ui.gyp:ui',
|
| '../ui.gyp:ui_resources',
|
| 'controls/webview/webview.gyp:webview',
|
| @@ -1011,6 +1017,7 @@
|
| '../../skia/skia.gyp:skia',
|
| '../../third_party/icu/icu.gyp:icui18n',
|
| '../../third_party/icu/icu.gyp:icuuc',
|
| + '../gfx/gfx.gyp:gfx',
|
| '../ui.gyp:ui',
|
| '../ui.gyp:ui_resources',
|
| 'views',
|
|
|