diff options
author | nyquist@chromium.org <nyquist@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-12 16:07:20 +0000 |
---|---|---|
committer | nyquist@chromium.org <nyquist@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-12 16:07:20 +0000 |
commit | 8d8e18a3ae07fd1dc070b5c65b6f27cccf602998 (patch) | |
tree | 848e7e86ca737ed9279c0c3ca35cd1188b609e6b /chrome/chrome.gyp | |
parent | 636ee43284f75156541540698d89df1227ff3b12 (diff) | |
download | chromium_src-8d8e18a3ae07fd1dc070b5c65b6f27cccf602998.zip chromium_src-8d8e18a3ae07fd1dc070b5c65b6f27cccf602998.tar.gz chromium_src-8d8e18a3ae07fd1dc070b5c65b6f27cccf602998.tar.bz2 |
[sync] Add java InvalidationController for Android.
* Adds InvalidationController to facilitate the move to the new
invalidation client, but still supporting the old way.
* Sets up the chromium test shell to be able to run the new tests for
sync.
* Upstreaming a few base test utilities for MockContext and
SharedPreferences.
InvalidationController and InvalidationControllerTest provided by
dsmyers@chromium.org.
BUG=159221
Review URL: https://chromiumcodereview.appspot.com/11778084
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176533 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r-- | chrome/chrome.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index 6e0cb29..2579fe6 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -1072,6 +1072,7 @@ '../content/content.gyp:content_java', '../content/content.gyp:navigation_interception_java', '../content/content.gyp:web_contents_delegate_android_java', + '../sync/sync.gyp:sync_java', '../third_party/guava/guava.gyp:guava_javalib', '../ui/ui.gyp:ui_java', ], |