| Index: trunk/src/chrome/chrome_tests_unit.gypi
|
| ===================================================================
|
| --- trunk/src/chrome/chrome_tests_unit.gypi (revision 198835)
|
| +++ trunk/src/chrome/chrome_tests_unit.gypi (working copy)
|
| @@ -413,8 +413,7 @@
|
| # dependencies block below, rather than here.
|
| # Unit tests should only depend on:
|
| # 1) everything that the chrome binaries depend on:
|
| - '<@(chromium_browser_dependencies)',
|
| - '<@(chromium_child_dependencies)',
|
| + '<@(chromium_dependencies)',
|
| # 2) test-specific support libraries:
|
| '../base/base.gyp:test_support_base',
|
| '../media/media.gyp:media_test_support',
|
| @@ -2395,8 +2394,7 @@
|
| 'dependencies': [
|
| # unit tests should only depend on
|
| # 1) everything that the chrome binaries depend on:
|
| - '<@(chromium_browser_dependencies)',
|
| - '<@(chromium_child_dependencies)',
|
| + '<@(chromium_dependencies)',
|
| # 2) test-specific support libraries:
|
| '../testing/gmock.gyp:gmock',
|
| '../testing/gtest.gyp:gtest',
|
|
|