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

Unified Diff: webkit/tools/test_shell/test_shell.gypi

Issue 7041005: Content settings extension API: Implement ContentSetting.getResourceIdentifiers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 9 years, 6 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: webkit/tools/test_shell/test_shell.gypi
diff --git a/webkit/tools/test_shell/test_shell.gypi b/webkit/tools/test_shell/test_shell.gypi
index 3cf6adc4b55a28529a2ce95d5eec850089162db2..37abb0199a1cee84ddf92e731efa74debe7cd463 100644
--- a/webkit/tools/test_shell/test_shell.gypi
+++ b/webkit/tools/test_shell/test_shell.gypi
@@ -331,6 +331,17 @@
],
},
{
+ 'target_name': 'test_shell_test_support',
+ 'type': 'static_library',
+ 'dependencies': [
+ '<(DEPTH)/webkit/support/webkit_support.gyp:glue'
+ ],
+ 'sources': [
+ '../../plugins/npapi/mock_plugin_list.cc',
+ '../../plugins/npapi/mock_plugin_list.h',
+ ]
+ },
+ {
'target_name': 'test_shell_tests',
'type': 'executable',
'variables': {
@@ -343,6 +354,7 @@
],
'dependencies': [
'test_shell_common',
+ 'test_shell_test_support',
'<(DEPTH)/base/base.gyp:test_support_base',
'<(DEPTH)/media/media.gyp:media_test_support',
'<(DEPTH)/net/net.gyp:net',

Powered by Google App Engine
This is Rietveld 408576698