diff options
author | sanjeevr@chromium.org <sanjeevr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-09 05:33:17 +0000 |
---|---|---|
committer | sanjeevr@chromium.org <sanjeevr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-09 05:33:17 +0000 |
commit | 0b3a4c08db4956ce3bdd57f09fe7878a03a170d4 (patch) | |
tree | 43ade3a012590481a08a96218c5e856169bb3a7e /jingle/jingle.gyp | |
parent | b8400aab032d7976ec07a69a61756c305d9283ec (diff) | |
download | chromium_src-0b3a4c08db4956ce3bdd57f09fe7878a03a170d4.zip chromium_src-0b3a4c08db4956ce3bdd57f09fe7878a03a170d4.tar.gz chromium_src-0b3a4c08db4956ce3bdd57f09fe7878a03a170d4.tar.bz2 |
Added support for other authentication mechanisms in jingle. This will allow us to use OAuth2 tokens when OAuth2 support is ready in Talk.
BUG=None
TEST=Test cloud print and sync for regressions.
Review URL: http://codereview.chromium.org/6649006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77434 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'jingle/jingle.gyp')
-rw-r--r-- | jingle/jingle.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jingle/jingle.gyp b/jingle/jingle.gyp index 9af72b4..fbc1b72 100644 --- a/jingle/jingle.gyp +++ b/jingle/jingle.gyp @@ -21,6 +21,7 @@ 'notifier/base/fake_ssl_client_socket.h', 'notifier/base/notification_method.h', 'notifier/base/notification_method.cc', + 'notifier/base/notifier_options.cc', 'notifier/base/notifier_options.h', 'notifier/base/task_pump.cc', 'notifier/base/task_pump.h', |