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

Unified Diff: chrome/chrome_tests.gypi

Issue 9274003: GYP infrastructure for App Mode app launcher (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix make build Created 8 years, 11 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
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/test/base/app_mode_app_tests.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 824bfe721ca9a9b6bdd5f872c2ec4d80008137c0..a67c30877017cc6b9862534e3341d983f5afb4a2 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -4179,7 +4179,30 @@
'$(SDKROOT)/System/Library/Frameworks/Cocoa.framework',
],
},
- },
+ }, # target renderer_sandbox_tests
+ {
+ # Tests for Mac app launcher.
+ 'target_name': 'app_mode_app_tests',
+ 'type': 'executable',
+ 'product_name': 'App Mode Loader Tests',
+ 'dependencies': [
+ '../base/base.gyp:test_support_base',
+ '../testing/gtest.gyp:gtest',
+ 'app_mode_app_support',
+ ],
+ 'sources': [
+ '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"', {
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/test/base/app_mode_app_tests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698