summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_tests.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rw-r--r--chrome/chrome_tests.gypi20
1 files changed, 0 insertions, 20 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 7403c54..c585f2a 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -2320,16 +2320,6 @@
'browser/printing/print_system_task_proxy_unittest.cc',
],
}],
- ['component == "shared_library"', {
- # This is needed for tests that subclass
- # RendererWebKitPlatformSupportImpl, which subclasses stuff in
- # glue, which refers to symbols defined in these files.
- # Hopefully this can be resolved with http://crbug.com/98755.
- 'sources': [
- '../content/renderer/renderer_glue.cc',
- '../content/common/socket_stream_dispatcher.cc',
- ]},
- ],
],
},
{
@@ -2933,16 +2923,6 @@
'../webkit/webkit.gyp:copy_npapi_test_plugin',
],
}],
- ['component == "shared_library"', {
- # This is needed for tests that subclass
- # RendererWebKitPlatformSupportImpl, which subclasses stuff in
- # glue, which refers to symbols defined in these files.
- # Hopefully this can be resolved with http://crbug.com/98755.
- 'sources': [
- '../content/renderer/renderer_glue.cc',
- '../content/common/socket_stream_dispatcher.cc',
- ]},
- ],
], # conditions
}, # target browser_tests
{