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

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: 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
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index a13a31914350345836d6fc806ee2acf587b5d9ef..f127a76a2d6b97cbc7afc0594eb7ceb7ed2f03a5 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -4178,7 +4178,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"', {

Powered by Google App Engine
This is Rietveld 408576698