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

Unified Diff: chrome/chrome_tests.gypi

Issue 8538016: Revert 109534 since this change broke clobbered component build. (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
« no previous file with comments | « chrome/chrome_installer_util.gypi ('k') | chrome/nacl.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
===================================================================
--- chrome/chrome_tests.gypi (revision 109652)
+++ chrome/chrome_tests.gypi (working copy)
@@ -2341,16 +2341,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',
- ]},
- ],
],
},
{
@@ -2955,16 +2945,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
{
« no previous file with comments | « chrome/chrome_installer_util.gypi ('k') | chrome/nacl.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698