| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index a7f031402b4a09c861dde3f55cf95d5c40b01ca5..02e6b72ebf707db85614fab2b5c0cbf50a3b2da0 100644
|
| --- a/chrome/chrome_tests.gypi
|
| +++ b/chrome/chrome_tests.gypi
|
| @@ -1195,7 +1195,6 @@
|
| 'browser/browsing_data_indexed_db_helper_unittest.cc',
|
| 'browser/browsing_data_local_storage_helper_unittest.cc',
|
| 'browser/chrome_browser_application_mac_unittest.mm',
|
| - 'browser/chrome_plugin_unittest.cc',
|
| 'browser/chromeos/customization_document_unittest.cc',
|
| 'browser/chromeos/external_metrics_unittest.cc',
|
| 'browser/chromeos/gview_request_interceptor_unittest.cc',
|
| @@ -1995,7 +1994,6 @@
|
| 'installer_util_strings',
|
| '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
|
| '../third_party/isimpledom/isimpledom.gyp:isimpledom',
|
| - 'test_chrome_plugin', # run time dependency
|
| ],
|
| 'conditions': [
|
| ['win_use_allocator_shim==1', {
|
| @@ -3440,28 +3438,6 @@
|
| },],
|
| ],
|
| },
|
| - {
|
| - 'target_name': 'test_chrome_plugin',
|
| - 'type': 'shared_library',
|
| - 'msvs_guid': '7F0A70F6-BE3F-4C19-B435-956AB8F30BA4',
|
| - 'dependencies': [
|
| - '../base/base.gyp:base',
|
| - '../build/temp_gyp/googleurl.gyp:googleurl',
|
| - ],
|
| - 'include_dirs': [
|
| - '..',
|
| - ],
|
| - 'link_settings': {
|
| - 'libraries': [
|
| - '-lwinmm.lib',
|
| - ],
|
| - },
|
| - 'sources': [
|
| - 'test/chrome_plugin/test_chrome_plugin.cc',
|
| - 'test/chrome_plugin/test_chrome_plugin.def',
|
| - 'test/chrome_plugin/test_chrome_plugin.h',
|
| - ],
|
| - },
|
| ]}, # 'targets'
|
| ], # OS=="win"
|
| # If you change this condition, make sure you also change it in all.gyp
|
|
|