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

Unified Diff: extensions/extensions.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/BUILD.gn ('k') | extensions/shell/app_shell.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/extensions.gyp
diff --git a/extensions/extensions.gyp b/extensions/extensions.gyp
index b1afa205c3f641022e6a76fa98e56627117ae7f3..10fb21217e6ce795cec800ceb1f96fce72e932b7 100644
--- a/extensions/extensions.gyp
+++ b/extensions/extensions.gyp
@@ -741,6 +741,7 @@
'common/api/api.gyp:extensions_api',
'extensions_browser',
'extensions_common',
+ 'extensions_resources.gyp:extensions_resources',
],
'include_dirs': [
'..',
@@ -769,6 +770,12 @@
'common/value_builder.h',
'renderer/test_extensions_renderer_client.cc',
'renderer/test_extensions_renderer_client.h',
+ 'test/test_extensions_client.cc',
+ 'test/test_extensions_client.h',
+ 'test/test_permission_message_provider.cc',
+ 'test/test_permission_message_provider.h',
+ 'test/test_permissions_provider.cc',
+ 'test/test_permissions_provider.h',
],
# Disable c4267 warnings until we fix size_t to int truncations.
'msvs_disabled_warnings': [ 4267, ],
@@ -906,12 +913,6 @@
'renderer/script_context_set_unittest.cc',
'renderer/utils_unittest.cc',
'test/extensions_unittests_main.cc',
- 'test/test_extensions_client.cc',
- 'test/test_extensions_client.h',
- 'test/test_permission_message_provider.cc',
- 'test/test_permission_message_provider.h',
- 'test/test_permissions_provider.cc',
- 'test/test_permissions_provider.h',
],
# Disable c4267 warnings until we fix size_t to int truncations.
'msvs_disabled_warnings': [ 4267, ],
« no previous file with comments | « extensions/BUILD.gn ('k') | extensions/shell/app_shell.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698