diff options
author | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-22 20:07:51 +0000 |
---|---|---|
committer | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-22 20:07:51 +0000 |
commit | 1eb35c3e087bd291fc9d10a6a9e2f3172998f23d (patch) | |
tree | 576da9a1a123c934394f9f33483b1e41d1c6453e /jingle/jingle.gyp | |
parent | 80d1a8c2443c3dc71de5f94f4ca5e7f3a9f6b052 (diff) | |
download | chromium_src-1eb35c3e087bd291fc9d10a6a9e2f3172998f23d.zip chromium_src-1eb35c3e087bd291fc9d10a6a9e2f3172998f23d.tar.gz chromium_src-1eb35c3e087bd291fc9d10a6a9e2f3172998f23d.tar.bz2 |
[Jingle] Refactored some notifier-related structs/classes
Moved ServerInformation into its own header and added ServerList typedef.
Added notifier_options_util.{h,cc}.
BUG=None
Review URL: http://codereview.chromium.org/6708076
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79026 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'jingle/jingle.gyp')
-rw-r--r-- | jingle/jingle.gyp | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/jingle/jingle.gyp b/jingle/jingle.gyp index 06e27f9..7077884 100644 --- a/jingle/jingle.gyp +++ b/jingle/jingle.gyp @@ -17,12 +17,19 @@ 'sources': [ 'notifier/base/chrome_async_socket.cc', 'notifier/base/chrome_async_socket.h', + 'notifier/base/const_communicator.h', 'notifier/base/fake_ssl_client_socket.cc', 'notifier/base/fake_ssl_client_socket.h', + 'notifier/base/gaia_token_pre_xmpp_auth.cc', + 'notifier/base/gaia_token_pre_xmpp_auth.h', 'notifier/base/notification_method.h', 'notifier/base/notification_method.cc', 'notifier/base/notifier_options.cc', 'notifier/base/notifier_options.h', + 'notifier/base/notifier_options_util.cc', + 'notifier/base/notifier_options_util.h', + 'notifier/base/server_information.cc', + 'notifier/base/server_information.h', 'notifier/base/task_pump.cc', 'notifier/base/task_pump.h', 'notifier/base/weak_xmpp_client.cc', @@ -35,9 +42,6 @@ 'notifier/communicator/connection_options.h', 'notifier/communicator/connection_settings.cc', 'notifier/communicator/connection_settings.h', - 'notifier/communicator/const_communicator.h', - 'notifier/communicator/gaia_token_pre_xmpp_auth.cc', - 'notifier/communicator/gaia_token_pre_xmpp_auth.h', 'notifier/communicator/login.cc', 'notifier/communicator/login.h', 'notifier/communicator/login_settings.cc', |