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

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 f9ad613dfcc9dc666e310f88aa7eadeb51acb940..fe91a9b047c15a94079f2e3b4c6cac739fd5330b 100644
--- a/webkit/tools/test_shell/test_shell.gypi
+++ b/webkit/tools/test_shell/test_shell.gypi
@@ -333,6 +333,17 @@
],
},
{
+ 'target_name': 'test_shell_test_support',
+ 'type': 'static_library',
+ 'dependencies': [
+ '<(DEPTH)/webkit/support/webkit_support.gyp:glue'
+ ],
+ 'sources': [
+ '../../plugins/npapi/stub_plugin_list.cc',
+ '../../plugins/npapi/stub_plugin_list.h',
tony 2011/06/14 17:46:56 Can we just include these files in test_shell_test
Bernhard Bauer 2011/06/15 10:04:57 I need them in browser_tests as well, and I didn't
+ ]
+ },
+ {
'target_name': 'test_shell_tests',
'type': 'executable',
'variables': {
@@ -346,6 +357,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',
« webkit/plugins/npapi/stub_plugin_list.h ('K') | « webkit/plugins/npapi/stub_plugin_list.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698