Chromium Code Reviews| Index: components/components_tests.gyp |
| diff --git a/components/components_tests.gyp b/components/components_tests.gyp |
| index c318f1bd8a04cb0b60dcb5e07b0f9b462d8c4b7d..9054e11ec404d58713d185354e973587bb51e1d7 100644 |
| --- a/components/components_tests.gyp |
| +++ b/components/components_tests.gyp |
| @@ -273,6 +273,7 @@ |
| # TODO(blundell): Eliminate the need for this dependency in code |
| # that iOS shares. crbug.com/325243 |
| '../content/content_shell_and_tests.gyp:test_support_content', |
| + '../gin/gin.gyp:gin', |
|
rmcilroy
2014/10/06 15:41:03
shouldn't be required (pulled in via test_support_
baixo
2014/10/07 14:53:27
Done.
|
| '../sync/sync.gyp:sync', |
| '../sync/sync.gyp:test_support_sync_api', |
| '../testing/gmock.gyp:gmock', |
| @@ -829,6 +830,7 @@ |
| '../base/base.gyp:base', |
| '../base/base.gyp:test_support_perf', |
| '../content/content_shell_and_tests.gyp:test_support_content', |
| + '../gin/gin.gyp:gin', |
|
rmcilroy
2014/10/06 15:41:03
ditto
baixo
2014/10/07 14:53:27
Done.
|
| '../testing/gtest.gyp:gtest', |
| 'components.gyp:visitedlink_browser', |
| ], |