| Index: ui/views/views.gyp
|
| diff --git a/ui/views/views.gyp b/ui/views/views.gyp
|
| index a12b81d15f7cdef658291ee51561c4d1254d6d01..fbf5cb368ec03a662bd3720a941fa394eb9c3d53 100644
|
| --- a/ui/views/views.gyp
|
| +++ b/ui/views/views.gyp
|
| @@ -629,7 +629,7 @@
|
| 'type': 'static_library',
|
| 'dependencies': [
|
| '../../base/base.gyp:base',
|
| - '../../content/content.gyp:content',
|
| + '../../content/content.gyp:content_all',
|
| '../../content/content.gyp:test_support_content',
|
| '../../ipc/ipc.gyp:test_support_ipc',
|
| '../../skia/skia.gyp:skia',
|
| @@ -883,7 +883,7 @@
|
| '../../base/base.gyp:base',
|
| '../../base/base.gyp:base_i18n',
|
| '../../chrome/chrome_resources.gyp:packed_resources',
|
| - '../../content/content.gyp:content',
|
| + '../../content/content.gyp:content_all',
|
| '../../skia/skia.gyp:skia',
|
| '../../third_party/icu/icu.gyp:icui18n',
|
| '../../third_party/icu/icu.gyp:icuuc',
|
| @@ -971,8 +971,8 @@
|
| '../../base/base.gyp:base',
|
| '../../base/base.gyp:base_i18n',
|
| '../../chrome/chrome_resources.gyp:packed_resources',
|
| + '../../content/content.gyp:content_all',
|
| '../../content/content.gyp:content_shell_lib',
|
| - '../../content/content.gyp:content',
|
| '../../content/content.gyp:test_support_content',
|
| '../../skia/skia.gyp:skia',
|
| '../../third_party/icu/icu.gyp:icui18n',
|
|
|