From 3bdd51b06b25a4cb4c88f0e14040bc3846f242d3 Mon Sep 17 00:00:00 2001 From: "erg@google.com" Date: Thu, 27 Jan 2011 00:53:13 +0000 Subject: Hopefully fix chrome_frame_net_tests. In r72682, I removed this line since I assumed it was including the test utils in the same file, not the unit tests. Put the unit tests themselves back. BUG=68682 TEST=compiles + chrome_frame_net_tests starts running again. Review URL: http://codereview.chromium.org/6350018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72734 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome_frame/chrome_frame.gyp | 1 + 1 file changed, 1 insertion(+) (limited to 'chrome_frame') diff --git a/chrome_frame/chrome_frame.gyp b/chrome_frame/chrome_frame.gyp index bfc88f3..9527440 100644 --- a/chrome_frame/chrome_frame.gyp +++ b/chrome_frame/chrome_frame.gyp @@ -484,6 +484,7 @@ 'npchrome_frame', ], 'sources': [ + '../net/url_request/url_request_unittest.cc', 'test/chrome_frame_test_utils.cc', 'test/chrome_frame_test_utils.h', 'test/simulate_input.cc', -- cgit v1.1