| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index 0745992e9ded70604d1a470e1a4cebd29462ccba..3de725ce740b1cdb1ecd29c9a81ec8fa3e096106 100644
|
| --- a/chrome/chrome_tests.gypi
|
| +++ b/chrome/chrome_tests.gypi
|
| @@ -4208,9 +4208,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': [
|
|
|