diff options
author | sanjeevr@chromium.org <sanjeevr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-04 23:46:46 +0000 |
---|---|---|
committer | sanjeevr@chromium.org <sanjeevr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-04 23:46:46 +0000 |
commit | 6ef414fef2fc84004a3a7da1b1e513700fb24018 (patch) | |
tree | e689c4521d09d38767f0ab80842c8649daa9f0e7 /build | |
parent | 1a6f614da2d7e0a6e60a7350eca02c29fc8c4c5d (diff) | |
download | chromium_src-6ef414fef2fc84004a3a7da1b1e513700fb24018.zip chromium_src-6ef414fef2fc84004a3a7da1b1e513700fb24018.tar.gz chromium_src-6ef414fef2fc84004a3a7da1b1e513700fb24018.tar.bz2 |
Moved XMPP notifier library from chrome/browser/sync to chrome/common/net.
BUG=None
TEST=No functional change
Review URL: http://codereview.chromium.org/1956001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46413 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/all.gyp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp index b17b3b3..de43a7c 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -148,6 +148,7 @@ '../printing/printing.gyp:printing_unittests', '../chrome/chrome.gyp:browser_tests', '../chrome/chrome.gyp:nacl_ui_tests', + '../chrome/chrome.gyp:notifier_unit_tests', '../chrome/chrome.gyp:sync_unit_tests', '../chrome/chrome.gyp:ui_tests', '../chrome/chrome.gyp:unit_tests', @@ -163,6 +164,7 @@ '../chrome/chrome.gyp:browser_tests', '../chrome/chrome.gyp:memory_test', '../chrome/chrome.gyp:nacl_ui_tests', + '../chrome/chrome.gyp:notifier_unit_tests', '../chrome/chrome.gyp:page_cycler_tests', '../chrome/chrome.gyp:startup_tests', '../chrome/chrome.gyp:sync_unit_tests', @@ -185,6 +187,7 @@ 'dependencies': [ '../base/base.gyp:base_unittests', 'temp_gyp/googleurl.gyp:googleurl_unittests', + '../chrome/chrome.gyp:notifier_unit_tests', '../chrome/chrome.gyp:sync_unit_tests', '../net/net.gyp:net_unittests', '../ipc/ipc.gyp:ipc_tests', @@ -208,6 +211,7 @@ '../chrome/chrome.gyp:interactive_ui_tests', '../chrome/chrome.gyp:memory_test', '../chrome/chrome.gyp:nacl_ui_tests', + '../chrome/chrome.gyp:notifier_unit_tests', '../chrome/chrome.gyp:page_cycler_tests', '../chrome/chrome.gyp:plugin_tests', '../chrome/chrome.gyp:selenium_tests', @@ -259,6 +263,7 @@ '../ipc/ipc.gyp:ipc_tests', '../media/media.gyp:media_unittests', '../printing/printing.gyp:printing_unittests', + '../chrome/chrome.gyp:notifier_unit_tests', '../chrome/chrome.gyp:sync_unit_tests', '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests', '../chrome/chrome.gyp:unit_tests', @@ -283,6 +288,7 @@ '../chrome/chrome.gyp:chrome', '../chrome/chrome.gyp:interactive_ui_tests', '../chrome/chrome.gyp:memory_test', + '../chrome/chrome.gyp:notifier_unit_tests', '../chrome/chrome.gyp:page_cycler_tests', '../chrome/chrome.gyp:startup_tests', '../chrome/chrome.gyp:sync_unit_tests', |