diff options
author | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-28 16:57:03 +0000 |
---|---|---|
committer | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-28 16:57:03 +0000 |
commit | 6de751f7caa908c996e0bd61cfaeecea8b6459b1 (patch) | |
tree | a7c52b13b3967953f7b954d69789cf6fab6a6f75 /build/all.gyp | |
parent | abd08d0adcfa37c35033a5cefc41f9b9ed6a4934 (diff) | |
download | chromium_src-6de751f7caa908c996e0bd61cfaeecea8b6459b1.zip chromium_src-6de751f7caa908c996e0bd61cfaeecea8b6459b1.tar.gz chromium_src-6de751f7caa908c996e0bd61cfaeecea8b6459b1.tar.bz2 |
Add JingleThreadWrapper.
JingleThreadWrapper wraps chromium thread with a talk_base::Thread interface.
BUG=None
TEST=Unittests
Review URL: http://codereview.chromium.org/6747017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79576 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/all.gyp')
-rw-r--r-- | build/all.gyp | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/build/all.gyp b/build/all.gyp index 70b9db1..db99203 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -159,7 +159,7 @@ '../ui/ui.gyp:gfx_unittests', '../gpu/gpu.gyp:gpu_unittests', '../ipc/ipc.gyp:ipc_tests', - '../jingle/jingle.gyp:notifier_unit_tests', + '../jingle/jingle.gyp:jingle_unittests', '../media/media.gyp:media_unittests', '../net/net.gyp:net_unittests', '../printing/printing.gyp:printing_unittests', @@ -264,7 +264,7 @@ '../ui/ui.gyp:gfx_unittests', '../gpu/gpu.gyp:gpu_unittests', '../ipc/ipc.gyp:ipc_tests', - '../jingle/jingle.gyp:notifier_unit_tests', + '../jingle/jingle.gyp:jingle_unittests', '../media/media.gyp:media_unittests', '../printing/printing.gyp:printing_unittests', '../remoting/remoting.gyp:remoting_unittests', @@ -294,7 +294,7 @@ '../ui/ui.gyp:gfx_unittests', '../gpu/gpu.gyp:gpu_unittests', '../ipc/ipc.gyp:ipc_tests', - '../jingle/jingle.gyp:notifier_unit_tests', + '../jingle/jingle.gyp:jingle_unittests', '../media/media.gyp:media_unittests', '../printing/printing.gyp:printing_unittests', '../remoting/remoting.gyp:remoting_unittests', @@ -310,7 +310,7 @@ 'temp_gyp/googleurl.gyp:googleurl_unittests', '../net/net.gyp:net_unittests', '../ipc/ipc.gyp:ipc_tests', - '../jingle/jingle.gyp:notifier_unit_tests', + '../jingle/jingle.gyp:jingle_unittests', '../media/media.gyp:media_unittests', '../printing/printing.gyp:printing_unittests', '../remoting/remoting.gyp:remoting_unittests', @@ -334,7 +334,7 @@ '../chrome/chrome.gyp:unit_tests', '../chrome/chrome.gyp:ui_tests', '../ui/ui.gyp:gfx_unittests', - '../jingle/jingle.gyp:notifier_unit_tests', + '../jingle/jingle.gyp:jingle_unittests', '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests', ], }, @@ -380,7 +380,7 @@ '../ui/ui.gyp:gfx_unittests', '../gpu/gpu.gyp:gpu_unittests', '../ipc/ipc.gyp:ipc_tests', - '../jingle/jingle.gyp:notifier_unit_tests', + '../jingle/jingle.gyp:jingle_unittests', '../media/media.gyp:media_unittests', '../printing/printing.gyp:printing_unittests', '../remoting/remoting.gyp:remoting_unittests', @@ -407,7 +407,7 @@ '../chrome/app/locales/locales.gyp:*', '../chrome/chrome.gyp:sync_unit_tests', '../ipc/ipc.gyp:ipc_tests', - '../jingle/jingle.gyp:notifier_unit_tests', + '../jingle/jingle.gyp:jingle_unittests', '../media/media.gyp:media_unittests', '../net/net.gyp:net_unittests', '../printing/printing.gyp:printing_unittests', @@ -482,7 +482,7 @@ '../chrome/chrome.gyp:url_fetch_test', '../ui/ui.gyp:gfx_unittests', '../ipc/ipc.gyp:ipc_tests', - '../jingle/jingle.gyp:notifier_unit_tests', + '../jingle/jingle.gyp:jingle_unittests', '../media/media.gyp:ffmpeg_tests', '../media/media.gyp:media_unittests', '../media/media.gyp:omx_test', |