diff options
author | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-11 16:28:00 +0000 |
---|---|---|
committer | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-11 16:28:00 +0000 |
commit | 893442d1fe73611d5b270389bc4f079cbfcc143a (patch) | |
tree | a12a6b2ed97173b24b0c6423a1b59cba8c3e9b4e /webkit | |
parent | 2c43860ea8b89bb7d213940af832fe4a4fa8c329 (diff) | |
download | chromium_src-893442d1fe73611d5b270389bc4f079cbfcc143a.zip chromium_src-893442d1fe73611d5b270389bc4f079cbfcc143a.tar.gz chromium_src-893442d1fe73611d5b270389bc4f079cbfcc143a.tar.bz2 |
Remove duplicate plugin_geturl_test.cc from the to-be-ported list.
Review URL: http://codereview.chromium.org/9750
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5174 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/glue/plugins/test/SConscript | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/webkit/glue/plugins/test/SConscript b/webkit/glue/plugins/test/SConscript index 6d9ab1f..be4207c 100644 --- a/webkit/glue/plugins/test/SConscript +++ b/webkit/glue/plugins/test/SConscript @@ -23,7 +23,6 @@ if env['PLATFORM'] == 'win32': # TODO(port): Port these. input_files.extend([ 'plugin_execute_script_delete_test.cc', - 'plugin_geturl_test.cc', 'plugin_javascript_open_popup.cc', 'plugin_client.cc', # Includes not ported headers. 'plugin_npobject_lifetime_test.cc', # Has win32-isms (HWND, CALLBACK). |