| Index: content/content_tests.gypi
|
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi
|
| index 52efad30a1038e14d3227965614742891c1390b8..67cf2db536aca89e3ebee0666cde79afd62dfe6b 100644
|
| --- a/content/content_tests.gypi
|
| +++ b/content/content_tests.gypi
|
| @@ -13,6 +13,7 @@
|
| '../skia/skia.gyp:skia',
|
| '../testing/gmock.gyp:gmock',
|
| '../testing/gtest.gyp:gtest',
|
| + '../ui/gfx/gfx.gyp:gfx',
|
| '../ui/ui.gyp:keycode_converter',
|
| '../ui/ui.gyp:ui',
|
| '../ui/ui.gyp:ui_resources',
|
| @@ -308,6 +309,7 @@
|
| '../sql/sql.gyp:test_support_sql',
|
| '../testing/gmock.gyp:gmock',
|
| '../testing/gtest.gyp:gtest',
|
| + '../ui/gfx/gfx.gyp:gfx',
|
| '../ui/ui.gyp:ui',
|
| '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent',
|
| ],
|
| @@ -831,6 +833,7 @@
|
| '../testing/gtest.gyp:gtest',
|
| '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
|
| '../third_party/mesa/mesa.gyp:osmesa',
|
| + '../ui/gfx/gfx.gyp:gfx',
|
| '../ui/gl/gl.gyp:gl',
|
| '../ui/snapshot/snapshot.gyp:snapshot',
|
| '../ui/ui.gyp:shell_dialogs',
|
| @@ -1064,8 +1067,9 @@
|
| '../base/base.gyp:test_support_base',
|
| '../gpu/gpu.gyp:command_buffer_common',
|
| '../testing/gtest.gyp:gtest',
|
| - '../ui/ui.gyp:ui',
|
| + '../ui/gfx/gfx.gyp:gfx',
|
| '../ui/gl/gl.gyp:gl',
|
| + '../ui/ui.gyp:ui',
|
| '../third_party/WebKit/public/blink.gyp:blink',
|
| # The following two dependencies provide the missing
|
| # symbol HeapProfilerStart in Linux component builds.
|
| @@ -1096,8 +1100,9 @@
|
| 'test_support_content',
|
| '../base/base.gyp:test_support_base',
|
| '../testing/gtest.gyp:gtest',
|
| - '../ui/ui.gyp:ui',
|
| + '../ui/gfx/gfx.gyp:gfx',
|
| '../ui/gl/gl.gyp:gl',
|
| + '../ui/ui.gyp:ui',
|
| '../third_party/WebKit/public/blink.gyp:blink',
|
| # The following two dependencies provide the missing
|
| # symbol HeapProfilerStart in Linux component builds.
|
| @@ -1138,6 +1143,7 @@
|
| '../testing/gtest.gyp:gtest',
|
| '../media/media.gyp:media',
|
| '../ui/gl/gl.gyp:gl',
|
| + '../ui/gfx/gfx.gyp:gfx',
|
| '../ui/ui.gyp:ui',
|
| ],
|
| 'include_dirs': [
|
| @@ -1203,6 +1209,7 @@
|
| '../testing/gtest.gyp:gtest',
|
| '../media/media.gyp:media',
|
| '../ui/gl/gl.gyp:gl',
|
| + '../ui/gfx/gfx.gyp:gfx',
|
| '../ui/ui.gyp:ui',
|
| ],
|
| 'sources': [
|
|
|