Status: Untriaged
Owner: t...@chromium.org
Labels: Type-Cleanup Pri-2 OS-All Area-Misc

New issue 8611 by s...@chromium.org: automation_provider.cc should not use  
URLRequestMockHttpJob
http://code.google.com/p/chromium/issues/detail?id=8611

chrome/browser/automation/automation_provider.cc is using
URLRequestMockHttpJob directly, which requires building
url_request_mock_http_job.cc into libbrowser.a.

We're trying to move all mocks into a separate libtest_support.a library so
they don't have to ship in the production code.

This will require some change to have the unit tests push the mocker in
instead of relying on its availability at build time. When this happens,
browser/automation/url_request_mock_http_job.cc should be moved from the
'browser' target to the 'test_support' target in chrome.gyp.  (Comments in
chrome.gyp already identify where this should take place.)


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to