Chromium Code Reviews| Index: chrome/chrome_tests_unit.gypi |
| diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi |
| index 77df767caeff158762387d26843dbb823b08bce7..274ed7773f002d1d01c51bb42720451775312837 100644 |
| --- a/chrome/chrome_tests_unit.gypi |
| +++ b/chrome/chrome_tests_unit.gypi |
| @@ -1872,6 +1872,7 @@ |
| 'common/importer/firefox_importer_utils_unittest.cc', |
| 'common/ini_parser_unittest.cc', |
| 'common/instant_restricted_id_cache_unittest.cc', |
| + 'common/mac/app_mode_chrome_locator_unittest.mm', |
| 'common/mac/cfbundle_blocker_unittest.mm', |
| 'common/mac/mock_launchd.cc', |
| 'common/mac/mock_launchd.h', |
| @@ -2408,6 +2409,7 @@ |
| 'dependencies': [ |
| '../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:google_toolbox_for_mac', |
| '../third_party/ocmock/ocmock.gyp:ocmock', |
| + 'app_mode_app_support', |
|
tapted
2014/08/26 08:43:47
you .. might need ios as well in the condition :/
jackhou1
2014/08/27 03:04:52
You mean OS=="mac" includes OS=="ios"? So I need O
tapted
2014/08/27 03:51:16
Ah, maybe not :). Depends what the bots say. OS_MA
|
| 'chrome', |
| ], |
| 'sources!': [ |