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

Unified Diff: extensions/extensions.gyp

Issue 234563003: extensions: Introduce a fake ExtensionsClient implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: initialize on testsuite Created 6 years, 8 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: extensions/extensions.gyp
diff --git a/extensions/extensions.gyp b/extensions/extensions.gyp
index 4227cc0533845c94987202425c2e29b19acf7913..b50f3cc5d2ba5af9ca9129b06c75de09b5cb06f4 100644
--- a/extensions/extensions.gyp
+++ b/extensions/extensions.gyp
@@ -20,7 +20,7 @@
'../chrome/chrome_resources.gyp:chrome_strings',
# Need default icons in theme_resources.grd
'../chrome/chrome_resources.gyp:theme_resources',
-
+
# TODO(tfarina): This dep here is for extensions/common/constants.*
# We should find a way to compile this module within extensions_common.
'../chrome/common_constants.gyp:common_constants',
@@ -479,6 +479,12 @@
'common/url_pattern_unittest.cc',
'common/user_script_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',
],
},
]

Powered by Google App Engine
This is Rietveld 408576698