| Index: content/content_tests.gypi
|
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi
|
| index b9e212c86cd9b93a68f2b04da93386cdb38d499a..eb4b07b6670c87a7ec76c46775c51cd1c63182f0 100644
|
| --- a/content/content_tests.gypi
|
| +++ b/content/content_tests.gypi
|
| @@ -215,6 +215,7 @@
|
| ],
|
| 'dependencies': [
|
| 'content.gyp:content_child',
|
| + 'content.gyp:content_common',
|
| 'content.gyp:content_gpu',
|
| 'content.gyp:content_ppapi_plugin',
|
| 'content.gyp:content_renderer',
|
| @@ -230,7 +231,6 @@
|
| '../ui/surface/surface.gyp:surface',
|
| '../webkit/child/webkit_child.gyp:webkit_child',
|
| '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
|
| - '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent',
|
| '../webkit/renderer/compositor_bindings/compositor_bindings.gyp:webkit_compositor_support',
|
| '../webkit/storage_browser.gyp:webkit_storage_browser',
|
| '../webkit/storage_common.gyp:webkit_storage_common',
|
| @@ -326,7 +326,6 @@
|
| '../ui/gfx/gfx.gyp:gfx',
|
| '../ui/gfx/gfx.gyp:gfx_geometry',
|
| '../ui/ui.gyp:ui',
|
| - '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent',
|
| ],
|
| 'include_dirs': [
|
| '..',
|
|
|