| Index: content/content_tests.gypi
|
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi
|
| index 73540e73fda8cd6a55a2522e73596c04447ed513..9dcf32d716045d91bbe7e33e81e552456fc8ed7d 100644
|
| --- a/content/content_tests.gypi
|
| +++ b/content/content_tests.gypi
|
| @@ -285,7 +285,6 @@
|
| '../ui/compositor/compositor.gyp:compositor_test_support',
|
| '../ui/surface/surface.gyp:surface',
|
| '../v8/tools/gyp/v8.gyp:v8',
|
| - '../webkit/child/webkit_child.gyp:webkit_child',
|
| '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
|
| '../webkit/storage_browser.gyp:webkit_storage_browser',
|
| '../webkit/storage_common.gyp:webkit_storage_common',
|
| @@ -373,6 +372,7 @@
|
| '../ui/gfx/gfx.gyp:gfx',
|
| '../ui/gfx/gfx.gyp:gfx_geometry',
|
| '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc',
|
| + '../webkit/child/webkit_child.gyp:webkit_child',
|
| ],
|
| 'include_dirs': [
|
| '..',
|
| @@ -750,7 +750,6 @@
|
| '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
|
| '../third_party/libjingle/libjingle.gyp:libjingle',
|
| '../ui/gl/gl.gyp:gl',
|
| - '../webkit/child/webkit_child.gyp:webkit_child',
|
| '../webkit/storage_browser.gyp:webkit_storage_browser',
|
| '../webkit/storage_common.gyp:webkit_storage_common',
|
| ],
|
| @@ -1098,7 +1097,6 @@
|
| '../ui/resources/ui_resources.gyp:ui_resources',
|
| '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs',
|
| '../ui/snapshot/snapshot.gyp:snapshot',
|
| - '../webkit/child/webkit_child.gyp:webkit_child',
|
| '../ui/accessibility/accessibility.gyp:ax_gen',
|
| ],
|
| 'include_dirs': [
|
| @@ -1358,9 +1356,6 @@
|
| '../ui/gfx/gfx.gyp:gfx_test_support',
|
| '../ui/gl/gl.gyp:gl',
|
| '../v8/tools/gyp/v8.gyp:v8',
|
| - # The following dependency provides the missing symbol
|
| - # HeapProfilerStart in Linux component builds.
|
| - '../webkit/child/webkit_child.gyp:webkit_child',
|
| ],
|
| 'include_dirs': [
|
| '..',
|
| @@ -1390,9 +1385,6 @@
|
| '../ui/gfx/gfx.gyp:gfx',
|
| '../ui/gfx/gfx.gyp:gfx_geometry',
|
| '../ui/gl/gl.gyp:gl',
|
| - # The following two dependencies provide the missing
|
| - # symbol HeapProfilerStart in Linux component builds.
|
| - '../webkit/child/webkit_child.gyp:webkit_child',
|
| ],
|
| 'include_dirs': [
|
| '..',
|
|
|