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

Unified Diff: extensions/shell/app_shell.gyp

Issue 471453003: Add an app_shell_unittests target (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: (app-shell-tests) fix GN build 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
« no previous file with comments | « extensions/extensions.gyp ('k') | extensions/shell/browser/shell_nacl_browser_delegate_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/shell/app_shell.gyp
diff --git a/extensions/shell/app_shell.gyp b/extensions/shell/app_shell.gyp
index 32a277279a217281653975378ba47d7cba2dcd0f..e78d3b72a3acfd70eec6d7d61af1910232a74f07 100644
--- a/extensions/shell/app_shell.gyp
+++ b/extensions/shell/app_shell.gyp
@@ -184,6 +184,24 @@
],
},
{
+ 'target_name': 'app_shell_unittests',
+ 'type': 'executable',
+ 'dependencies': [
+ 'app_shell_lib',
+ '<(DEPTH)/base/base.gyp:base',
+ '<(DEPTH)/base/base.gyp:test_support_base',
+ '<(DEPTH)/content/content.gyp:content_app_both',
+ '<(DEPTH)/content/content_shell_and_tests.gyp:test_support_content',
+ '<(DEPTH)/extensions/extensions.gyp:extensions_shell_and_test_pak',
+ '<(DEPTH)/extensions/extensions.gyp:extensions_test_support',
+ '<(DEPTH)/testing/gtest.gyp:gtest',
+ ],
+ 'sources': [
+ '../test/extensions_unittests_main.cc',
+ 'browser/shell_nacl_browser_delegate_unittest.cc',
+ ],
+ },
+ {
'target_name': 'app_shell_version_header',
'type': 'none',
'direct_dependent_settings': {
« no previous file with comments | « extensions/extensions.gyp ('k') | extensions/shell/browser/shell_nacl_browser_delegate_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698