| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index 0a6c65d17821f208493984104ce510ebc4e345b7..e6dd03d0ba596672c900f0459617f4edceb7240e 100644
|
| --- a/chrome/chrome_tests.gypi
|
| +++ b/chrome/chrome_tests.gypi
|
| @@ -2360,6 +2360,16 @@
|
| 'browser/printing/print_system_task_proxy_unittest.cc',
|
| ],
|
| }],
|
| + ['component=="shared_library" and incremental_chrome_dll!=1', {
|
| + # 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',
|
| + ]},
|
| + ],
|
| ],
|
| },
|
| {
|
| @@ -2975,6 +2985,16 @@
|
| '../webkit/webkit.gyp:copy_npapi_test_plugin',
|
| ],
|
| }],
|
| + ['component=="shared_library" and incremental_chrome_dll!=1', {
|
| + # 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
|
| {
|
|
|