| Index: chrome/chrome_tests_unit.gypi
|
| diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
|
| index 188eec127f833bb2f3b42c2fb1946a8e2e9ae437..b082e70122a3ff050ecf35d76514a0b453f6edd0 100644
|
| --- a/chrome/chrome_tests_unit.gypi
|
| +++ b/chrome/chrome_tests_unit.gypi
|
| @@ -423,7 +423,8 @@
|
| # dependencies block below, rather than here.
|
| # Unit tests should only depend on:
|
| # 1) everything that the chrome binaries depend on:
|
| - '<@(chromium_dependencies)',
|
| + '<@(chromium_browser_dependencies)',
|
| + '<@(chromium_child_dependencies)',
|
| # 2) test-specific support libraries:
|
| '../base/base.gyp:test_support_base',
|
| '../media/media.gyp:media_test_support',
|
| @@ -2392,7 +2393,8 @@
|
| 'dependencies': [
|
| # unit tests should only depend on
|
| # 1) everything that the chrome binaries depend on:
|
| - '<@(chromium_dependencies)',
|
| + '<@(chromium_browser_dependencies)',
|
| + '<@(chromium_child_dependencies)',
|
| # 2) test-specific support libraries:
|
| '../testing/gmock.gyp:gmock',
|
| '../testing/gtest.gyp:gtest',
|
|
|