diff options
author | ycxiao@chromium.org <ycxiao@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-25 21:54:46 +0000 |
---|---|---|
committer | ycxiao@chromium.org <ycxiao@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-25 21:54:46 +0000 |
commit | 54f4c9365c700f6622125f06e9af19a2a1226643 (patch) | |
tree | adf11ef3c1df24598fc3d20fd60354b64494edd7 /net/net.gyp | |
parent | b3c9dd097b9db87290001715c0add9ebbc309b5f (diff) | |
download | chromium_src-54f4c9365c700f6622125f06e9af19a2a1226643.zip chromium_src-54f4c9365c700f6622125f06e9af19a2a1226643.tar.gz chromium_src-54f4c9365c700f6622125f06e9af19a2a1226643.tar.bz2 |
Update the url_request_http_job according to the asynchronous CookieMonster API.
BUG=68657
TEST=XXX
Review URL: http://codereview.chromium.org/7210046
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93966 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/net.gyp')
-rw-r--r-- | net/net.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/net.gyp b/net/net.gyp index 949266b..3e96a26 100644 --- a/net/net.gyp +++ b/net/net.gyp @@ -1189,6 +1189,8 @@ 'base/cert_test_util.h', 'base/cookie_monster_store_test.cc', 'base/cookie_monster_store_test.h', + 'base/cookie_store_test_helpers.cc', + 'base/cookie_store_test_helpers.h', 'base/net_test_suite.cc', 'base/net_test_suite.h', 'base/test_completion_callback.cc', |