Index: chrome/chrome_tests.gypi |
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi |
index 0f5530300997c9e339d8e08848940c8b301851f2..14dab8877b523dbc0198a1bdb97f6970393a4a82 100644 |
--- a/chrome/chrome_tests.gypi |
+++ b/chrome/chrome_tests.gypi |
@@ -2320,6 +2320,16 @@ |
'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', |
+ ]}, |
+ ], |
], |
}, |
{ |
@@ -2924,6 +2934,16 @@ |
'../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 |
{ |