| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index 7cddca8a8f670523fd2cebb14b1cfecd1a3fac06..7fb3312208d8c30fa4e0d2ed37ba8d69d8718ffd 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': [
|
|
|