| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index 940fc9a6fd32b398568c01f6e80db60ea8a641e0..08d2dc2415500bf51da7ec58f3f7bcda2b92f162 100644
|
| --- a/chrome/chrome_tests.gypi
|
| +++ b/chrome/chrome_tests.gypi
|
| @@ -2689,36 +2689,6 @@
|
| },
|
| ],
|
| 'conditions': [
|
| - ['OS=="mac"', {
|
| - 'targets': [
|
| - {
|
| - # Tests for Mac app launcher.
|
| - 'target_name': 'app_mode_app_tests',
|
| - 'type': 'executable',
|
| - 'product_name': 'app_mode_app_tests',
|
| - 'dependencies': [
|
| - '../base/base.gyp:test_support_base',
|
| - '../chrome/common_constants.gyp:common_constants',
|
| - '../testing/gtest.gyp:gtest',
|
| - 'chrome.gyp:chrome', # run time dependency
|
| - 'app_mode_app_support',
|
| - ],
|
| - 'sources': [
|
| - 'common/mac/app_mode_chrome_locator_unittest.mm',
|
| - 'test/base/app_mode_app_tests.cc',
|
| - ],
|
| - 'include_dirs': [
|
| - '..',
|
| - ],
|
| - 'link_settings': {
|
| - 'libraries': [
|
| - '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework',
|
| - '$(SDKROOT)/System/Library/Frameworks/Foundation.framework',
|
| - ],
|
| - },
|
| - }, # target app_mode_app_tests
|
| - ],
|
| - }],
|
| ['OS!="mac"', {
|
| 'targets': [
|
| {
|
|
|