diff options
author | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-27 00:53:13 +0000 |
---|---|---|
committer | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-27 00:53:13 +0000 |
commit | 3bdd51b06b25a4cb4c88f0e14040bc3846f242d3 (patch) | |
tree | 40f778bde01287a90a06b2412acbbc438391c93a /chrome_frame | |
parent | 6a3daaa75ac807f9af7dd75cbb7e5e26b7e5bf95 (diff) | |
download | chromium_src-3bdd51b06b25a4cb4c88f0e14040bc3846f242d3.zip chromium_src-3bdd51b06b25a4cb4c88f0e14040bc3846f242d3.tar.gz chromium_src-3bdd51b06b25a4cb4c88f0e14040bc3846f242d3.tar.bz2 |
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
Diffstat (limited to 'chrome_frame')
-rw-r--r-- | chrome_frame/chrome_frame.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
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', |