diff options
author | hellner@google.com <hellner@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-17 18:08:49 +0000 |
---|---|---|
committer | hellner@google.com <hellner@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-17 18:08:49 +0000 |
commit | 48fe88ff1ad52d9616b8bbb3b29a21d008731fc6 (patch) | |
tree | 2de1b39e90d44d01c6b01c769bcb5a834ae6aa4a /jingle/jingle.gyp | |
parent | aaafb52bd0117abdde6c13bc2b4a048c338a0da5 (diff) | |
download | chromium_src-48fe88ff1ad52d9616b8bbb3b29a21d008731fc6.zip chromium_src-48fe88ff1ad52d9616b8bbb3b29a21d008731fc6.tar.gz chromium_src-48fe88ff1ad52d9616b8bbb3b29a21d008731fc6.tar.bz2 |
This change updates the libjingle logging so that it writes to chromiums VLOG instead of its own logging mechanism.
Review URL: http://codereview.chromium.org/8991010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@117917 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'jingle/jingle.gyp')
-rw-r--r-- | jingle/jingle.gyp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/jingle/jingle.gyp b/jingle/jingle.gyp index d1ff340..0778453 100644 --- a/jingle/jingle.gyp +++ b/jingle/jingle.gyp @@ -1,4 +1,4 @@ -# Copyright (c) 2011 The Chromium Authors. All rights reserved. +# Copyright (c) 2012 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. @@ -156,6 +156,7 @@ 'glue/channel_socket_adapter_unittest.cc', 'glue/jingle_glue_mock_objects.cc', 'glue/jingle_glue_mock_objects.h', + 'glue/logging_unittest.cc', 'glue/pseudotcp_adapter_unittest.cc', 'glue/thread_wrapper_unittest.cc', 'notifier/base/chrome_async_socket_unittest.cc', |