| Index: content/content_tests.gypi
|
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi
|
| index 9fac88c437b063fbcc898c2f6d64d9fca07ff7e6..84b6a2f8d4650d6a408445a5d47e8f4d54db7ca2 100644
|
| --- a/content/content_tests.gypi
|
| +++ b/content/content_tests.gypi
|
| @@ -159,6 +159,7 @@
|
| ],
|
| }, { # OS != "ios"
|
| 'dependencies': [
|
| + 'content_child',
|
| 'content_ppapi_plugin',
|
| 'content_utility',
|
| 'content_worker',
|
| @@ -552,6 +553,7 @@
|
| }, { # OS != "ios"
|
| 'dependencies': [
|
| 'content_browser',
|
| + 'content_child',
|
| 'content_gpu',
|
| 'content_plugin',
|
| 'content_renderer',
|
| @@ -751,6 +753,7 @@
|
| '../ui/ui.gyp:shell_dialogs',
|
| '../ui/ui.gyp:ui',
|
| '../webkit/support/webkit_support.gyp:glue',
|
| + '../webkit/support/webkit_support.gyp:glue_child',
|
| '../webkit/support/webkit_support.gyp:glue_renderer',
|
| ],
|
| 'include_dirs': [
|
|
|