Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5587)

Unified Diff: chrome/chrome_tests.gypi

Issue 501303002: [Mac] Make app shims load the same framework version as the running Chrome process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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': [
{

Powered by Google App Engine
This is Rietveld 408576698