| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index cd0a07051eb7144cd3e9fdce4b3d9f6398488cd9..1c4debbf0da9b2275a3cc6dc1e90e10baf0cbd30 100644
|
| --- a/chrome/chrome_tests.gypi
|
| +++ b/chrome/chrome_tests.gypi
|
| @@ -4203,9 +4203,12 @@
|
| 'dependencies': [
|
| '../base/base.gyp:test_support_base',
|
| '../testing/gtest.gyp:gtest',
|
| + 'chrome.gyp:chrome', # run time dependency
|
| + 'common_constants',
|
| 'app_mode_app_support',
|
| ],
|
| 'sources': [
|
| + 'common/mac/app_mode_chrome_locator_unittest.mm',
|
| 'test/base/app_mode_app_tests.cc',
|
| ],
|
| 'include_dirs': [
|
|
|