Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(700)

Unified Diff: chrome/chrome_tests.gypi

Issue 8501025: reenable component build w/ fix to test_support_content (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
{

Powered by Google App Engine
This is Rietveld 408576698