mobile/android/base/android-services.mozbuild

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

michael@0 1 # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
michael@0 2 # vim: set filetype=python:
michael@0 3 # This Source Code Form is subject to the terms of the Mozilla Public
michael@0 4 # License, v. 2.0. If a copy of the MPL was not distributed with this
michael@0 5 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
michael@0 6
michael@0 7 sync_thirdparty_java_files = [
michael@0 8 'ch/boye/httpclientandroidlib/androidextra/HttpClientAndroidLog.java',
michael@0 9 'ch/boye/httpclientandroidlib/annotation/GuardedBy.java',
michael@0 10 'ch/boye/httpclientandroidlib/annotation/Immutable.java',
michael@0 11 'ch/boye/httpclientandroidlib/annotation/NotThreadSafe.java',
michael@0 12 'ch/boye/httpclientandroidlib/annotation/ThreadSafe.java',
michael@0 13 'ch/boye/httpclientandroidlib/auth/AUTH.java',
michael@0 14 'ch/boye/httpclientandroidlib/auth/AuthenticationException.java',
michael@0 15 'ch/boye/httpclientandroidlib/auth/AuthScheme.java',
michael@0 16 'ch/boye/httpclientandroidlib/auth/AuthSchemeFactory.java',
michael@0 17 'ch/boye/httpclientandroidlib/auth/AuthSchemeRegistry.java',
michael@0 18 'ch/boye/httpclientandroidlib/auth/AuthScope.java',
michael@0 19 'ch/boye/httpclientandroidlib/auth/AuthState.java',
michael@0 20 'ch/boye/httpclientandroidlib/auth/BasicUserPrincipal.java',
michael@0 21 'ch/boye/httpclientandroidlib/auth/ContextAwareAuthScheme.java',
michael@0 22 'ch/boye/httpclientandroidlib/auth/Credentials.java',
michael@0 23 'ch/boye/httpclientandroidlib/auth/InvalidCredentialsException.java',
michael@0 24 'ch/boye/httpclientandroidlib/auth/MalformedChallengeException.java',
michael@0 25 'ch/boye/httpclientandroidlib/auth/NTCredentials.java',
michael@0 26 'ch/boye/httpclientandroidlib/auth/NTUserPrincipal.java',
michael@0 27 'ch/boye/httpclientandroidlib/auth/params/AuthParamBean.java',
michael@0 28 'ch/boye/httpclientandroidlib/auth/params/AuthParams.java',
michael@0 29 'ch/boye/httpclientandroidlib/auth/params/AuthPNames.java',
michael@0 30 'ch/boye/httpclientandroidlib/auth/UsernamePasswordCredentials.java',
michael@0 31 'ch/boye/httpclientandroidlib/client/AuthCache.java',
michael@0 32 'ch/boye/httpclientandroidlib/client/AuthenticationHandler.java',
michael@0 33 'ch/boye/httpclientandroidlib/client/CircularRedirectException.java',
michael@0 34 'ch/boye/httpclientandroidlib/client/ClientProtocolException.java',
michael@0 35 'ch/boye/httpclientandroidlib/client/CookieStore.java',
michael@0 36 'ch/boye/httpclientandroidlib/client/CredentialsProvider.java',
michael@0 37 'ch/boye/httpclientandroidlib/client/entity/DecompressingEntity.java',
michael@0 38 'ch/boye/httpclientandroidlib/client/entity/DeflateDecompressingEntity.java',
michael@0 39 'ch/boye/httpclientandroidlib/client/entity/GzipDecompressingEntity.java',
michael@0 40 'ch/boye/httpclientandroidlib/client/entity/UrlEncodedFormEntity.java',
michael@0 41 'ch/boye/httpclientandroidlib/client/HttpClient.java',
michael@0 42 'ch/boye/httpclientandroidlib/client/HttpRequestRetryHandler.java',
michael@0 43 'ch/boye/httpclientandroidlib/client/HttpResponseException.java',
michael@0 44 'ch/boye/httpclientandroidlib/client/methods/AbortableHttpRequest.java',
michael@0 45 'ch/boye/httpclientandroidlib/client/methods/HttpDelete.java',
michael@0 46 'ch/boye/httpclientandroidlib/client/methods/HttpEntityEnclosingRequestBase.java',
michael@0 47 'ch/boye/httpclientandroidlib/client/methods/HttpGet.java',
michael@0 48 'ch/boye/httpclientandroidlib/client/methods/HttpHead.java',
michael@0 49 'ch/boye/httpclientandroidlib/client/methods/HttpOptions.java',
michael@0 50 'ch/boye/httpclientandroidlib/client/methods/HttpPost.java',
michael@0 51 'ch/boye/httpclientandroidlib/client/methods/HttpPut.java',
michael@0 52 'ch/boye/httpclientandroidlib/client/methods/HttpRequestBase.java',
michael@0 53 'ch/boye/httpclientandroidlib/client/methods/HttpTrace.java',
michael@0 54 'ch/boye/httpclientandroidlib/client/methods/HttpUriRequest.java',
michael@0 55 'ch/boye/httpclientandroidlib/client/NonRepeatableRequestException.java',
michael@0 56 'ch/boye/httpclientandroidlib/client/params/AllClientPNames.java',
michael@0 57 'ch/boye/httpclientandroidlib/client/params/AuthPolicy.java',
michael@0 58 'ch/boye/httpclientandroidlib/client/params/ClientParamBean.java',
michael@0 59 'ch/boye/httpclientandroidlib/client/params/ClientPNames.java',
michael@0 60 'ch/boye/httpclientandroidlib/client/params/CookiePolicy.java',
michael@0 61 'ch/boye/httpclientandroidlib/client/params/HttpClientParams.java',
michael@0 62 'ch/boye/httpclientandroidlib/client/protocol/ClientContext.java',
michael@0 63 'ch/boye/httpclientandroidlib/client/protocol/ClientContextConfigurer.java',
michael@0 64 'ch/boye/httpclientandroidlib/client/protocol/RequestAcceptEncoding.java',
michael@0 65 'ch/boye/httpclientandroidlib/client/protocol/RequestAddCookies.java',
michael@0 66 'ch/boye/httpclientandroidlib/client/protocol/RequestAuthCache.java',
michael@0 67 'ch/boye/httpclientandroidlib/client/protocol/RequestClientConnControl.java',
michael@0 68 'ch/boye/httpclientandroidlib/client/protocol/RequestDefaultHeaders.java',
michael@0 69 'ch/boye/httpclientandroidlib/client/protocol/RequestProxyAuthentication.java',
michael@0 70 'ch/boye/httpclientandroidlib/client/protocol/RequestTargetAuthentication.java',
michael@0 71 'ch/boye/httpclientandroidlib/client/protocol/ResponseAuthCache.java',
michael@0 72 'ch/boye/httpclientandroidlib/client/protocol/ResponseContentEncoding.java',
michael@0 73 'ch/boye/httpclientandroidlib/client/protocol/ResponseProcessCookies.java',
michael@0 74 'ch/boye/httpclientandroidlib/client/RedirectException.java',
michael@0 75 'ch/boye/httpclientandroidlib/client/RedirectHandler.java',
michael@0 76 'ch/boye/httpclientandroidlib/client/RedirectStrategy.java',
michael@0 77 'ch/boye/httpclientandroidlib/client/RequestDirector.java',
michael@0 78 'ch/boye/httpclientandroidlib/client/ResponseHandler.java',
michael@0 79 'ch/boye/httpclientandroidlib/client/UserTokenHandler.java',
michael@0 80 'ch/boye/httpclientandroidlib/client/utils/CloneUtils.java',
michael@0 81 'ch/boye/httpclientandroidlib/client/utils/Idn.java',
michael@0 82 'ch/boye/httpclientandroidlib/client/utils/JdkIdn.java',
michael@0 83 'ch/boye/httpclientandroidlib/client/utils/Punycode.java',
michael@0 84 'ch/boye/httpclientandroidlib/client/utils/Rfc3492Idn.java',
michael@0 85 'ch/boye/httpclientandroidlib/client/utils/URIUtils.java',
michael@0 86 'ch/boye/httpclientandroidlib/client/utils/URLEncodedUtils.java',
michael@0 87 'ch/boye/httpclientandroidlib/conn/BasicEofSensorWatcher.java',
michael@0 88 'ch/boye/httpclientandroidlib/conn/BasicManagedEntity.java',
michael@0 89 'ch/boye/httpclientandroidlib/conn/ClientConnectionManager.java',
michael@0 90 'ch/boye/httpclientandroidlib/conn/ClientConnectionManagerFactory.java',
michael@0 91 'ch/boye/httpclientandroidlib/conn/ClientConnectionOperator.java',
michael@0 92 'ch/boye/httpclientandroidlib/conn/ClientConnectionRequest.java',
michael@0 93 'ch/boye/httpclientandroidlib/conn/ConnectionKeepAliveStrategy.java',
michael@0 94 'ch/boye/httpclientandroidlib/conn/ConnectionPoolTimeoutException.java',
michael@0 95 'ch/boye/httpclientandroidlib/conn/ConnectionReleaseTrigger.java',
michael@0 96 'ch/boye/httpclientandroidlib/conn/ConnectTimeoutException.java',
michael@0 97 'ch/boye/httpclientandroidlib/conn/EofSensorInputStream.java',
michael@0 98 'ch/boye/httpclientandroidlib/conn/EofSensorWatcher.java',
michael@0 99 'ch/boye/httpclientandroidlib/conn/HttpHostConnectException.java',
michael@0 100 'ch/boye/httpclientandroidlib/conn/HttpRoutedConnection.java',
michael@0 101 'ch/boye/httpclientandroidlib/conn/ManagedClientConnection.java',
michael@0 102 'ch/boye/httpclientandroidlib/conn/MultihomePlainSocketFactory.java',
michael@0 103 'ch/boye/httpclientandroidlib/conn/OperatedClientConnection.java',
michael@0 104 'ch/boye/httpclientandroidlib/conn/params/ConnConnectionParamBean.java',
michael@0 105 'ch/boye/httpclientandroidlib/conn/params/ConnConnectionPNames.java',
michael@0 106 'ch/boye/httpclientandroidlib/conn/params/ConnManagerParamBean.java',
michael@0 107 'ch/boye/httpclientandroidlib/conn/params/ConnManagerParams.java',
michael@0 108 'ch/boye/httpclientandroidlib/conn/params/ConnManagerPNames.java',
michael@0 109 'ch/boye/httpclientandroidlib/conn/params/ConnPerRoute.java',
michael@0 110 'ch/boye/httpclientandroidlib/conn/params/ConnPerRouteBean.java',
michael@0 111 'ch/boye/httpclientandroidlib/conn/params/ConnRouteParamBean.java',
michael@0 112 'ch/boye/httpclientandroidlib/conn/params/ConnRouteParams.java',
michael@0 113 'ch/boye/httpclientandroidlib/conn/params/ConnRoutePNames.java',
michael@0 114 'ch/boye/httpclientandroidlib/conn/routing/BasicRouteDirector.java',
michael@0 115 'ch/boye/httpclientandroidlib/conn/routing/HttpRoute.java',
michael@0 116 'ch/boye/httpclientandroidlib/conn/routing/HttpRouteDirector.java',
michael@0 117 'ch/boye/httpclientandroidlib/conn/routing/HttpRoutePlanner.java',
michael@0 118 'ch/boye/httpclientandroidlib/conn/routing/RouteInfo.java',
michael@0 119 'ch/boye/httpclientandroidlib/conn/routing/RouteTracker.java',
michael@0 120 'ch/boye/httpclientandroidlib/conn/scheme/HostNameResolver.java',
michael@0 121 'ch/boye/httpclientandroidlib/conn/scheme/LayeredSchemeSocketFactory.java',
michael@0 122 'ch/boye/httpclientandroidlib/conn/scheme/LayeredSchemeSocketFactoryAdaptor.java',
michael@0 123 'ch/boye/httpclientandroidlib/conn/scheme/LayeredSocketFactory.java',
michael@0 124 'ch/boye/httpclientandroidlib/conn/scheme/LayeredSocketFactoryAdaptor.java',
michael@0 125 'ch/boye/httpclientandroidlib/conn/scheme/PlainSocketFactory.java',
michael@0 126 'ch/boye/httpclientandroidlib/conn/scheme/Scheme.java',
michael@0 127 'ch/boye/httpclientandroidlib/conn/scheme/SchemeRegistry.java',
michael@0 128 'ch/boye/httpclientandroidlib/conn/scheme/SchemeSocketFactory.java',
michael@0 129 'ch/boye/httpclientandroidlib/conn/scheme/SchemeSocketFactoryAdaptor.java',
michael@0 130 'ch/boye/httpclientandroidlib/conn/scheme/SocketFactory.java',
michael@0 131 'ch/boye/httpclientandroidlib/conn/scheme/SocketFactoryAdaptor.java',
michael@0 132 'ch/boye/httpclientandroidlib/conn/ssl/AbstractVerifier.java',
michael@0 133 'ch/boye/httpclientandroidlib/conn/ssl/AllowAllHostnameVerifier.java',
michael@0 134 'ch/boye/httpclientandroidlib/conn/ssl/BrowserCompatHostnameVerifier.java',
michael@0 135 'ch/boye/httpclientandroidlib/conn/ssl/SSLSocketFactory.java',
michael@0 136 'ch/boye/httpclientandroidlib/conn/ssl/StrictHostnameVerifier.java',
michael@0 137 'ch/boye/httpclientandroidlib/conn/ssl/TrustManagerDecorator.java',
michael@0 138 'ch/boye/httpclientandroidlib/conn/ssl/TrustSelfSignedStrategy.java',
michael@0 139 'ch/boye/httpclientandroidlib/conn/ssl/TrustStrategy.java',
michael@0 140 'ch/boye/httpclientandroidlib/conn/ssl/X509HostnameVerifier.java',
michael@0 141 'ch/boye/httpclientandroidlib/conn/util/InetAddressUtils.java',
michael@0 142 'ch/boye/httpclientandroidlib/ConnectionClosedException.java',
michael@0 143 'ch/boye/httpclientandroidlib/ConnectionReuseStrategy.java',
michael@0 144 'ch/boye/httpclientandroidlib/cookie/ClientCookie.java',
michael@0 145 'ch/boye/httpclientandroidlib/cookie/Cookie.java',
michael@0 146 'ch/boye/httpclientandroidlib/cookie/CookieAttributeHandler.java',
michael@0 147 'ch/boye/httpclientandroidlib/cookie/CookieIdentityComparator.java',
michael@0 148 'ch/boye/httpclientandroidlib/cookie/CookieOrigin.java',
michael@0 149 'ch/boye/httpclientandroidlib/cookie/CookiePathComparator.java',
michael@0 150 'ch/boye/httpclientandroidlib/cookie/CookieRestrictionViolationException.java',
michael@0 151 'ch/boye/httpclientandroidlib/cookie/CookieSpec.java',
michael@0 152 'ch/boye/httpclientandroidlib/cookie/CookieSpecFactory.java',
michael@0 153 'ch/boye/httpclientandroidlib/cookie/CookieSpecRegistry.java',
michael@0 154 'ch/boye/httpclientandroidlib/cookie/MalformedCookieException.java',
michael@0 155 'ch/boye/httpclientandroidlib/cookie/params/CookieSpecParamBean.java',
michael@0 156 'ch/boye/httpclientandroidlib/cookie/params/CookieSpecPNames.java',
michael@0 157 'ch/boye/httpclientandroidlib/cookie/SetCookie.java',
michael@0 158 'ch/boye/httpclientandroidlib/cookie/SetCookie2.java',
michael@0 159 'ch/boye/httpclientandroidlib/cookie/SM.java',
michael@0 160 'ch/boye/httpclientandroidlib/entity/AbstractHttpEntity.java',
michael@0 161 'ch/boye/httpclientandroidlib/entity/BasicHttpEntity.java',
michael@0 162 'ch/boye/httpclientandroidlib/entity/BufferedHttpEntity.java',
michael@0 163 'ch/boye/httpclientandroidlib/entity/ByteArrayEntity.java',
michael@0 164 'ch/boye/httpclientandroidlib/entity/ContentLengthStrategy.java',
michael@0 165 'ch/boye/httpclientandroidlib/entity/ContentProducer.java',
michael@0 166 'ch/boye/httpclientandroidlib/entity/EntityTemplate.java',
michael@0 167 'ch/boye/httpclientandroidlib/entity/FileEntity.java',
michael@0 168 'ch/boye/httpclientandroidlib/entity/HttpEntityWrapper.java',
michael@0 169 'ch/boye/httpclientandroidlib/entity/InputStreamEntity.java',
michael@0 170 'ch/boye/httpclientandroidlib/entity/SerializableEntity.java',
michael@0 171 'ch/boye/httpclientandroidlib/entity/StringEntity.java',
michael@0 172 'ch/boye/httpclientandroidlib/FormattedHeader.java',
michael@0 173 'ch/boye/httpclientandroidlib/Header.java',
michael@0 174 'ch/boye/httpclientandroidlib/HeaderElement.java',
michael@0 175 'ch/boye/httpclientandroidlib/HeaderElementIterator.java',
michael@0 176 'ch/boye/httpclientandroidlib/HeaderIterator.java',
michael@0 177 'ch/boye/httpclientandroidlib/HttpClientConnection.java',
michael@0 178 'ch/boye/httpclientandroidlib/HttpConnection.java',
michael@0 179 'ch/boye/httpclientandroidlib/HttpConnectionMetrics.java',
michael@0 180 'ch/boye/httpclientandroidlib/HttpEntity.java',
michael@0 181 'ch/boye/httpclientandroidlib/HttpEntityEnclosingRequest.java',
michael@0 182 'ch/boye/httpclientandroidlib/HttpException.java',
michael@0 183 'ch/boye/httpclientandroidlib/HttpHeaders.java',
michael@0 184 'ch/boye/httpclientandroidlib/HttpHost.java',
michael@0 185 'ch/boye/httpclientandroidlib/HttpInetConnection.java',
michael@0 186 'ch/boye/httpclientandroidlib/HttpMessage.java',
michael@0 187 'ch/boye/httpclientandroidlib/HttpRequest.java',
michael@0 188 'ch/boye/httpclientandroidlib/HttpRequestFactory.java',
michael@0 189 'ch/boye/httpclientandroidlib/HttpRequestInterceptor.java',
michael@0 190 'ch/boye/httpclientandroidlib/HttpResponse.java',
michael@0 191 'ch/boye/httpclientandroidlib/HttpResponseFactory.java',
michael@0 192 'ch/boye/httpclientandroidlib/HttpResponseInterceptor.java',
michael@0 193 'ch/boye/httpclientandroidlib/HttpServerConnection.java',
michael@0 194 'ch/boye/httpclientandroidlib/HttpStatus.java',
michael@0 195 'ch/boye/httpclientandroidlib/HttpVersion.java',
michael@0 196 'ch/boye/httpclientandroidlib/impl/AbstractHttpClientConnection.java',
michael@0 197 'ch/boye/httpclientandroidlib/impl/AbstractHttpServerConnection.java',
michael@0 198 'ch/boye/httpclientandroidlib/impl/auth/AuthSchemeBase.java',
michael@0 199 'ch/boye/httpclientandroidlib/impl/auth/BasicScheme.java',
michael@0 200 'ch/boye/httpclientandroidlib/impl/auth/BasicSchemeFactory.java',
michael@0 201 'ch/boye/httpclientandroidlib/impl/auth/DigestScheme.java',
michael@0 202 'ch/boye/httpclientandroidlib/impl/auth/DigestSchemeFactory.java',
michael@0 203 'ch/boye/httpclientandroidlib/impl/auth/NTLMEngine.java',
michael@0 204 'ch/boye/httpclientandroidlib/impl/auth/NTLMEngineException.java',
michael@0 205 'ch/boye/httpclientandroidlib/impl/auth/NTLMEngineImpl.java',
michael@0 206 'ch/boye/httpclientandroidlib/impl/auth/NTLMScheme.java',
michael@0 207 'ch/boye/httpclientandroidlib/impl/auth/NTLMSchemeFactory.java',
michael@0 208 'ch/boye/httpclientandroidlib/impl/auth/RFC2617Scheme.java',
michael@0 209 'ch/boye/httpclientandroidlib/impl/auth/SpnegoTokenGenerator.java',
michael@0 210 'ch/boye/httpclientandroidlib/impl/auth/UnsupportedDigestAlgorithmException.java',
michael@0 211 'ch/boye/httpclientandroidlib/impl/client/AbstractAuthenticationHandler.java',
michael@0 212 'ch/boye/httpclientandroidlib/impl/client/AbstractHttpClient.java',
michael@0 213 'ch/boye/httpclientandroidlib/impl/client/BasicAuthCache.java',
michael@0 214 'ch/boye/httpclientandroidlib/impl/client/BasicCookieStore.java',
michael@0 215 'ch/boye/httpclientandroidlib/impl/client/BasicCredentialsProvider.java',
michael@0 216 'ch/boye/httpclientandroidlib/impl/client/BasicResponseHandler.java',
michael@0 217 'ch/boye/httpclientandroidlib/impl/client/ClientParamsStack.java',
michael@0 218 'ch/boye/httpclientandroidlib/impl/client/ContentEncodingHttpClient.java',
michael@0 219 'ch/boye/httpclientandroidlib/impl/client/DefaultConnectionKeepAliveStrategy.java',
michael@0 220 'ch/boye/httpclientandroidlib/impl/client/DefaultHttpClient.java',
michael@0 221 'ch/boye/httpclientandroidlib/impl/client/DefaultHttpRequestRetryHandler.java',
michael@0 222 'ch/boye/httpclientandroidlib/impl/client/DefaultProxyAuthenticationHandler.java',
michael@0 223 'ch/boye/httpclientandroidlib/impl/client/DefaultRedirectHandler.java',
michael@0 224 'ch/boye/httpclientandroidlib/impl/client/DefaultRedirectStrategy.java',
michael@0 225 'ch/boye/httpclientandroidlib/impl/client/DefaultRedirectStrategyAdaptor.java',
michael@0 226 'ch/boye/httpclientandroidlib/impl/client/DefaultRequestDirector.java',
michael@0 227 'ch/boye/httpclientandroidlib/impl/client/DefaultTargetAuthenticationHandler.java',
michael@0 228 'ch/boye/httpclientandroidlib/impl/client/DefaultUserTokenHandler.java',
michael@0 229 'ch/boye/httpclientandroidlib/impl/client/EntityEnclosingRequestWrapper.java',
michael@0 230 'ch/boye/httpclientandroidlib/impl/client/RedirectLocations.java',
michael@0 231 'ch/boye/httpclientandroidlib/impl/client/RequestWrapper.java',
michael@0 232 'ch/boye/httpclientandroidlib/impl/client/RoutedRequest.java',
michael@0 233 'ch/boye/httpclientandroidlib/impl/client/TunnelRefusedException.java',
michael@0 234 'ch/boye/httpclientandroidlib/impl/conn/AbstractClientConnAdapter.java',
michael@0 235 'ch/boye/httpclientandroidlib/impl/conn/AbstractPooledConnAdapter.java',
michael@0 236 'ch/boye/httpclientandroidlib/impl/conn/AbstractPoolEntry.java',
michael@0 237 'ch/boye/httpclientandroidlib/impl/conn/ConnectionShutdownException.java',
michael@0 238 'ch/boye/httpclientandroidlib/impl/conn/DefaultClientConnection.java',
michael@0 239 'ch/boye/httpclientandroidlib/impl/conn/DefaultClientConnectionOperator.java',
michael@0 240 'ch/boye/httpclientandroidlib/impl/conn/DefaultHttpRoutePlanner.java',
michael@0 241 'ch/boye/httpclientandroidlib/impl/conn/DefaultResponseParser.java',
michael@0 242 'ch/boye/httpclientandroidlib/impl/conn/HttpInetSocketAddress.java',
michael@0 243 'ch/boye/httpclientandroidlib/impl/conn/IdleConnectionHandler.java',
michael@0 244 'ch/boye/httpclientandroidlib/impl/conn/LoggingSessionInputBuffer.java',
michael@0 245 'ch/boye/httpclientandroidlib/impl/conn/LoggingSessionOutputBuffer.java',
michael@0 246 'ch/boye/httpclientandroidlib/impl/conn/ProxySelectorRoutePlanner.java',
michael@0 247 'ch/boye/httpclientandroidlib/impl/conn/SchemeRegistryFactory.java',
michael@0 248 'ch/boye/httpclientandroidlib/impl/conn/SingleClientConnManager.java',
michael@0 249 'ch/boye/httpclientandroidlib/impl/conn/tsccm/AbstractConnPool.java',
michael@0 250 'ch/boye/httpclientandroidlib/impl/conn/tsccm/BasicPooledConnAdapter.java',
michael@0 251 'ch/boye/httpclientandroidlib/impl/conn/tsccm/BasicPoolEntry.java',
michael@0 252 'ch/boye/httpclientandroidlib/impl/conn/tsccm/BasicPoolEntryRef.java',
michael@0 253 'ch/boye/httpclientandroidlib/impl/conn/tsccm/ConnPoolByRoute.java',
michael@0 254 'ch/boye/httpclientandroidlib/impl/conn/tsccm/PoolEntryRequest.java',
michael@0 255 'ch/boye/httpclientandroidlib/impl/conn/tsccm/RefQueueHandler.java',
michael@0 256 'ch/boye/httpclientandroidlib/impl/conn/tsccm/RefQueueWorker.java',
michael@0 257 'ch/boye/httpclientandroidlib/impl/conn/tsccm/RouteSpecificPool.java',
michael@0 258 'ch/boye/httpclientandroidlib/impl/conn/tsccm/ThreadSafeClientConnManager.java',
michael@0 259 'ch/boye/httpclientandroidlib/impl/conn/tsccm/WaitingThread.java',
michael@0 260 'ch/boye/httpclientandroidlib/impl/conn/tsccm/WaitingThreadAborter.java',
michael@0 261 'ch/boye/httpclientandroidlib/impl/conn/Wire.java',
michael@0 262 'ch/boye/httpclientandroidlib/impl/cookie/AbstractCookieAttributeHandler.java',
michael@0 263 'ch/boye/httpclientandroidlib/impl/cookie/AbstractCookieSpec.java',
michael@0 264 'ch/boye/httpclientandroidlib/impl/cookie/BasicClientCookie.java',
michael@0 265 'ch/boye/httpclientandroidlib/impl/cookie/BasicClientCookie2.java',
michael@0 266 'ch/boye/httpclientandroidlib/impl/cookie/BasicCommentHandler.java',
michael@0 267 'ch/boye/httpclientandroidlib/impl/cookie/BasicDomainHandler.java',
michael@0 268 'ch/boye/httpclientandroidlib/impl/cookie/BasicExpiresHandler.java',
michael@0 269 'ch/boye/httpclientandroidlib/impl/cookie/BasicMaxAgeHandler.java',
michael@0 270 'ch/boye/httpclientandroidlib/impl/cookie/BasicPathHandler.java',
michael@0 271 'ch/boye/httpclientandroidlib/impl/cookie/BasicSecureHandler.java',
michael@0 272 'ch/boye/httpclientandroidlib/impl/cookie/BestMatchSpec.java',
michael@0 273 'ch/boye/httpclientandroidlib/impl/cookie/BestMatchSpecFactory.java',
michael@0 274 'ch/boye/httpclientandroidlib/impl/cookie/BrowserCompatSpec.java',
michael@0 275 'ch/boye/httpclientandroidlib/impl/cookie/BrowserCompatSpecFactory.java',
michael@0 276 'ch/boye/httpclientandroidlib/impl/cookie/CookieSpecBase.java',
michael@0 277 'ch/boye/httpclientandroidlib/impl/cookie/DateParseException.java',
michael@0 278 'ch/boye/httpclientandroidlib/impl/cookie/DateUtils.java',
michael@0 279 'ch/boye/httpclientandroidlib/impl/cookie/IgnoreSpec.java',
michael@0 280 'ch/boye/httpclientandroidlib/impl/cookie/IgnoreSpecFactory.java',
michael@0 281 'ch/boye/httpclientandroidlib/impl/cookie/NetscapeDomainHandler.java',
michael@0 282 'ch/boye/httpclientandroidlib/impl/cookie/NetscapeDraftHeaderParser.java',
michael@0 283 'ch/boye/httpclientandroidlib/impl/cookie/NetscapeDraftSpec.java',
michael@0 284 'ch/boye/httpclientandroidlib/impl/cookie/NetscapeDraftSpecFactory.java',
michael@0 285 'ch/boye/httpclientandroidlib/impl/cookie/PublicSuffixFilter.java',
michael@0 286 'ch/boye/httpclientandroidlib/impl/cookie/PublicSuffixListParser.java',
michael@0 287 'ch/boye/httpclientandroidlib/impl/cookie/RFC2109DomainHandler.java',
michael@0 288 'ch/boye/httpclientandroidlib/impl/cookie/RFC2109Spec.java',
michael@0 289 'ch/boye/httpclientandroidlib/impl/cookie/RFC2109SpecFactory.java',
michael@0 290 'ch/boye/httpclientandroidlib/impl/cookie/RFC2109VersionHandler.java',
michael@0 291 'ch/boye/httpclientandroidlib/impl/cookie/RFC2965CommentUrlAttributeHandler.java',
michael@0 292 'ch/boye/httpclientandroidlib/impl/cookie/RFC2965DiscardAttributeHandler.java',
michael@0 293 'ch/boye/httpclientandroidlib/impl/cookie/RFC2965DomainAttributeHandler.java',
michael@0 294 'ch/boye/httpclientandroidlib/impl/cookie/RFC2965PortAttributeHandler.java',
michael@0 295 'ch/boye/httpclientandroidlib/impl/cookie/RFC2965Spec.java',
michael@0 296 'ch/boye/httpclientandroidlib/impl/cookie/RFC2965SpecFactory.java',
michael@0 297 'ch/boye/httpclientandroidlib/impl/cookie/RFC2965VersionAttributeHandler.java',
michael@0 298 'ch/boye/httpclientandroidlib/impl/DefaultConnectionReuseStrategy.java',
michael@0 299 'ch/boye/httpclientandroidlib/impl/DefaultHttpClientConnection.java',
michael@0 300 'ch/boye/httpclientandroidlib/impl/DefaultHttpRequestFactory.java',
michael@0 301 'ch/boye/httpclientandroidlib/impl/DefaultHttpResponseFactory.java',
michael@0 302 'ch/boye/httpclientandroidlib/impl/DefaultHttpServerConnection.java',
michael@0 303 'ch/boye/httpclientandroidlib/impl/EnglishReasonPhraseCatalog.java',
michael@0 304 'ch/boye/httpclientandroidlib/impl/entity/EntityDeserializer.java',
michael@0 305 'ch/boye/httpclientandroidlib/impl/entity/EntitySerializer.java',
michael@0 306 'ch/boye/httpclientandroidlib/impl/entity/LaxContentLengthStrategy.java',
michael@0 307 'ch/boye/httpclientandroidlib/impl/entity/StrictContentLengthStrategy.java',
michael@0 308 'ch/boye/httpclientandroidlib/impl/HttpConnectionMetricsImpl.java',
michael@0 309 'ch/boye/httpclientandroidlib/impl/io/AbstractMessageParser.java',
michael@0 310 'ch/boye/httpclientandroidlib/impl/io/AbstractMessageWriter.java',
michael@0 311 'ch/boye/httpclientandroidlib/impl/io/AbstractSessionInputBuffer.java',
michael@0 312 'ch/boye/httpclientandroidlib/impl/io/AbstractSessionOutputBuffer.java',
michael@0 313 'ch/boye/httpclientandroidlib/impl/io/ChunkedInputStream.java',
michael@0 314 'ch/boye/httpclientandroidlib/impl/io/ChunkedOutputStream.java',
michael@0 315 'ch/boye/httpclientandroidlib/impl/io/ContentLengthInputStream.java',
michael@0 316 'ch/boye/httpclientandroidlib/impl/io/ContentLengthOutputStream.java',
michael@0 317 'ch/boye/httpclientandroidlib/impl/io/HttpRequestParser.java',
michael@0 318 'ch/boye/httpclientandroidlib/impl/io/HttpRequestWriter.java',
michael@0 319 'ch/boye/httpclientandroidlib/impl/io/HttpResponseParser.java',
michael@0 320 'ch/boye/httpclientandroidlib/impl/io/HttpResponseWriter.java',
michael@0 321 'ch/boye/httpclientandroidlib/impl/io/HttpTransportMetricsImpl.java',
michael@0 322 'ch/boye/httpclientandroidlib/impl/io/IdentityInputStream.java',
michael@0 323 'ch/boye/httpclientandroidlib/impl/io/IdentityOutputStream.java',
michael@0 324 'ch/boye/httpclientandroidlib/impl/io/SocketInputBuffer.java',
michael@0 325 'ch/boye/httpclientandroidlib/impl/io/SocketOutputBuffer.java',
michael@0 326 'ch/boye/httpclientandroidlib/impl/NoConnectionReuseStrategy.java',
michael@0 327 'ch/boye/httpclientandroidlib/impl/SocketHttpClientConnection.java',
michael@0 328 'ch/boye/httpclientandroidlib/impl/SocketHttpServerConnection.java',
michael@0 329 'ch/boye/httpclientandroidlib/io/BufferInfo.java',
michael@0 330 'ch/boye/httpclientandroidlib/io/EofSensor.java',
michael@0 331 'ch/boye/httpclientandroidlib/io/HttpMessageParser.java',
michael@0 332 'ch/boye/httpclientandroidlib/io/HttpMessageWriter.java',
michael@0 333 'ch/boye/httpclientandroidlib/io/HttpTransportMetrics.java',
michael@0 334 'ch/boye/httpclientandroidlib/io/SessionInputBuffer.java',
michael@0 335 'ch/boye/httpclientandroidlib/io/SessionOutputBuffer.java',
michael@0 336 'ch/boye/httpclientandroidlib/MalformedChunkCodingException.java',
michael@0 337 'ch/boye/httpclientandroidlib/message/AbstractHttpMessage.java',
michael@0 338 'ch/boye/httpclientandroidlib/message/BasicHeader.java',
michael@0 339 'ch/boye/httpclientandroidlib/message/BasicHeaderElement.java',
michael@0 340 'ch/boye/httpclientandroidlib/message/BasicHeaderElementIterator.java',
michael@0 341 'ch/boye/httpclientandroidlib/message/BasicHeaderIterator.java',
michael@0 342 'ch/boye/httpclientandroidlib/message/BasicHeaderValueFormatter.java',
michael@0 343 'ch/boye/httpclientandroidlib/message/BasicHeaderValueParser.java',
michael@0 344 'ch/boye/httpclientandroidlib/message/BasicHttpEntityEnclosingRequest.java',
michael@0 345 'ch/boye/httpclientandroidlib/message/BasicHttpRequest.java',
michael@0 346 'ch/boye/httpclientandroidlib/message/BasicHttpResponse.java',
michael@0 347 'ch/boye/httpclientandroidlib/message/BasicLineFormatter.java',
michael@0 348 'ch/boye/httpclientandroidlib/message/BasicLineParser.java',
michael@0 349 'ch/boye/httpclientandroidlib/message/BasicListHeaderIterator.java',
michael@0 350 'ch/boye/httpclientandroidlib/message/BasicNameValuePair.java',
michael@0 351 'ch/boye/httpclientandroidlib/message/BasicRequestLine.java',
michael@0 352 'ch/boye/httpclientandroidlib/message/BasicStatusLine.java',
michael@0 353 'ch/boye/httpclientandroidlib/message/BasicTokenIterator.java',
michael@0 354 'ch/boye/httpclientandroidlib/message/BufferedHeader.java',
michael@0 355 'ch/boye/httpclientandroidlib/message/HeaderGroup.java',
michael@0 356 'ch/boye/httpclientandroidlib/message/HeaderValueFormatter.java',
michael@0 357 'ch/boye/httpclientandroidlib/message/HeaderValueParser.java',
michael@0 358 'ch/boye/httpclientandroidlib/message/LineFormatter.java',
michael@0 359 'ch/boye/httpclientandroidlib/message/LineParser.java',
michael@0 360 'ch/boye/httpclientandroidlib/message/ParserCursor.java',
michael@0 361 'ch/boye/httpclientandroidlib/MethodNotSupportedException.java',
michael@0 362 'ch/boye/httpclientandroidlib/NameValuePair.java',
michael@0 363 'ch/boye/httpclientandroidlib/NoHttpResponseException.java',
michael@0 364 'ch/boye/httpclientandroidlib/params/AbstractHttpParams.java',
michael@0 365 'ch/boye/httpclientandroidlib/params/BasicHttpParams.java',
michael@0 366 'ch/boye/httpclientandroidlib/params/CoreConnectionPNames.java',
michael@0 367 'ch/boye/httpclientandroidlib/params/CoreProtocolPNames.java',
michael@0 368 'ch/boye/httpclientandroidlib/params/DefaultedHttpParams.java',
michael@0 369 'ch/boye/httpclientandroidlib/params/HttpAbstractParamBean.java',
michael@0 370 'ch/boye/httpclientandroidlib/params/HttpConnectionParamBean.java',
michael@0 371 'ch/boye/httpclientandroidlib/params/HttpConnectionParams.java',
michael@0 372 'ch/boye/httpclientandroidlib/params/HttpParams.java',
michael@0 373 'ch/boye/httpclientandroidlib/params/HttpProtocolParamBean.java',
michael@0 374 'ch/boye/httpclientandroidlib/params/HttpProtocolParams.java',
michael@0 375 'ch/boye/httpclientandroidlib/params/SyncBasicHttpParams.java',
michael@0 376 'ch/boye/httpclientandroidlib/ParseException.java',
michael@0 377 'ch/boye/httpclientandroidlib/protocol/BasicHttpContext.java',
michael@0 378 'ch/boye/httpclientandroidlib/protocol/BasicHttpProcessor.java',
michael@0 379 'ch/boye/httpclientandroidlib/protocol/DefaultedHttpContext.java',
michael@0 380 'ch/boye/httpclientandroidlib/protocol/ExecutionContext.java',
michael@0 381 'ch/boye/httpclientandroidlib/protocol/HTTP.java',
michael@0 382 'ch/boye/httpclientandroidlib/protocol/HttpContext.java',
michael@0 383 'ch/boye/httpclientandroidlib/protocol/HttpDateGenerator.java',
michael@0 384 'ch/boye/httpclientandroidlib/protocol/HttpExpectationVerifier.java',
michael@0 385 'ch/boye/httpclientandroidlib/protocol/HttpProcessor.java',
michael@0 386 'ch/boye/httpclientandroidlib/protocol/HttpRequestExecutor.java',
michael@0 387 'ch/boye/httpclientandroidlib/protocol/HttpRequestHandler.java',
michael@0 388 'ch/boye/httpclientandroidlib/protocol/HttpRequestHandlerRegistry.java',
michael@0 389 'ch/boye/httpclientandroidlib/protocol/HttpRequestHandlerResolver.java',
michael@0 390 'ch/boye/httpclientandroidlib/protocol/HttpRequestInterceptorList.java',
michael@0 391 'ch/boye/httpclientandroidlib/protocol/HttpResponseInterceptorList.java',
michael@0 392 'ch/boye/httpclientandroidlib/protocol/HttpService.java',
michael@0 393 'ch/boye/httpclientandroidlib/protocol/ImmutableHttpProcessor.java',
michael@0 394 'ch/boye/httpclientandroidlib/protocol/RequestConnControl.java',
michael@0 395 'ch/boye/httpclientandroidlib/protocol/RequestContent.java',
michael@0 396 'ch/boye/httpclientandroidlib/protocol/RequestDate.java',
michael@0 397 'ch/boye/httpclientandroidlib/protocol/RequestExpectContinue.java',
michael@0 398 'ch/boye/httpclientandroidlib/protocol/RequestTargetHost.java',
michael@0 399 'ch/boye/httpclientandroidlib/protocol/RequestUserAgent.java',
michael@0 400 'ch/boye/httpclientandroidlib/protocol/ResponseConnControl.java',
michael@0 401 'ch/boye/httpclientandroidlib/protocol/ResponseContent.java',
michael@0 402 'ch/boye/httpclientandroidlib/protocol/ResponseDate.java',
michael@0 403 'ch/boye/httpclientandroidlib/protocol/ResponseServer.java',
michael@0 404 'ch/boye/httpclientandroidlib/protocol/SyncBasicHttpContext.java',
michael@0 405 'ch/boye/httpclientandroidlib/protocol/UriPatternMatcher.java',
michael@0 406 'ch/boye/httpclientandroidlib/ProtocolException.java',
michael@0 407 'ch/boye/httpclientandroidlib/ProtocolVersion.java',
michael@0 408 'ch/boye/httpclientandroidlib/ReasonPhraseCatalog.java',
michael@0 409 'ch/boye/httpclientandroidlib/RequestLine.java',
michael@0 410 'ch/boye/httpclientandroidlib/StatusLine.java',
michael@0 411 'ch/boye/httpclientandroidlib/TokenIterator.java',
michael@0 412 'ch/boye/httpclientandroidlib/TruncatedChunkException.java',
michael@0 413 'ch/boye/httpclientandroidlib/UnsupportedHttpVersionException.java',
michael@0 414 'ch/boye/httpclientandroidlib/util/ByteArrayBuffer.java',
michael@0 415 'ch/boye/httpclientandroidlib/util/CharArrayBuffer.java',
michael@0 416 'ch/boye/httpclientandroidlib/util/EncodingUtils.java',
michael@0 417 'ch/boye/httpclientandroidlib/util/EntityUtils.java',
michael@0 418 'ch/boye/httpclientandroidlib/util/ExceptionUtils.java',
michael@0 419 'ch/boye/httpclientandroidlib/util/LangUtils.java',
michael@0 420 'ch/boye/httpclientandroidlib/util/VersionInfo.java',
michael@0 421 'org/json/simple/ItemList.java',
michael@0 422 'org/json/simple/JSONArray.java',
michael@0 423 'org/json/simple/JSONAware.java',
michael@0 424 'org/json/simple/JSONObject.java',
michael@0 425 'org/json/simple/JSONStreamAware.java',
michael@0 426 'org/json/simple/JSONValue.java',
michael@0 427 'org/json/simple/parser/ContainerFactory.java',
michael@0 428 'org/json/simple/parser/ContentHandler.java',
michael@0 429 'org/json/simple/parser/JSONParser.java',
michael@0 430 'org/json/simple/parser/ParseException.java',
michael@0 431 'org/json/simple/parser/Yylex.java',
michael@0 432 'org/json/simple/parser/Yytoken.java',
michael@0 433 'org/mozilla/apache/commons/codec/binary/Base32.java',
michael@0 434 'org/mozilla/apache/commons/codec/binary/Base32InputStream.java',
michael@0 435 'org/mozilla/apache/commons/codec/binary/Base32OutputStream.java',
michael@0 436 'org/mozilla/apache/commons/codec/binary/Base64.java',
michael@0 437 'org/mozilla/apache/commons/codec/binary/Base64InputStream.java',
michael@0 438 'org/mozilla/apache/commons/codec/binary/Base64OutputStream.java',
michael@0 439 'org/mozilla/apache/commons/codec/binary/BaseNCodec.java',
michael@0 440 'org/mozilla/apache/commons/codec/binary/BaseNCodecInputStream.java',
michael@0 441 'org/mozilla/apache/commons/codec/binary/BaseNCodecOutputStream.java',
michael@0 442 'org/mozilla/apache/commons/codec/binary/BinaryCodec.java',
michael@0 443 'org/mozilla/apache/commons/codec/binary/Hex.java',
michael@0 444 'org/mozilla/apache/commons/codec/binary/StringUtils.java',
michael@0 445 'org/mozilla/apache/commons/codec/BinaryDecoder.java',
michael@0 446 'org/mozilla/apache/commons/codec/BinaryEncoder.java',
michael@0 447 'org/mozilla/apache/commons/codec/CharEncoding.java',
michael@0 448 'org/mozilla/apache/commons/codec/Decoder.java',
michael@0 449 'org/mozilla/apache/commons/codec/DecoderException.java',
michael@0 450 'org/mozilla/apache/commons/codec/digest/DigestUtils.java',
michael@0 451 'org/mozilla/apache/commons/codec/Encoder.java',
michael@0 452 'org/mozilla/apache/commons/codec/EncoderException.java',
michael@0 453 'org/mozilla/apache/commons/codec/language/AbstractCaverphone.java',
michael@0 454 'org/mozilla/apache/commons/codec/language/Caverphone.java',
michael@0 455 'org/mozilla/apache/commons/codec/language/Caverphone1.java',
michael@0 456 'org/mozilla/apache/commons/codec/language/Caverphone2.java',
michael@0 457 'org/mozilla/apache/commons/codec/language/ColognePhonetic.java',
michael@0 458 'org/mozilla/apache/commons/codec/language/DoubleMetaphone.java',
michael@0 459 'org/mozilla/apache/commons/codec/language/Metaphone.java',
michael@0 460 'org/mozilla/apache/commons/codec/language/RefinedSoundex.java',
michael@0 461 'org/mozilla/apache/commons/codec/language/Soundex.java',
michael@0 462 'org/mozilla/apache/commons/codec/language/SoundexUtils.java',
michael@0 463 'org/mozilla/apache/commons/codec/net/BCodec.java',
michael@0 464 'org/mozilla/apache/commons/codec/net/QCodec.java',
michael@0 465 'org/mozilla/apache/commons/codec/net/QuotedPrintableCodec.java',
michael@0 466 'org/mozilla/apache/commons/codec/net/RFC1522Codec.java',
michael@0 467 'org/mozilla/apache/commons/codec/net/URLCodec.java',
michael@0 468 'org/mozilla/apache/commons/codec/net/Utils.java',
michael@0 469 'org/mozilla/apache/commons/codec/StringDecoder.java',
michael@0 470 'org/mozilla/apache/commons/codec/StringEncoder.java',
michael@0 471 'org/mozilla/apache/commons/codec/StringEncoderComparator.java',
michael@0 472 ]
michael@0 473
michael@0 474 sync_java_files = [
michael@0 475 'background/announcements/Announcement.java',
michael@0 476 'background/announcements/AnnouncementPresenter.java',
michael@0 477 'background/announcements/AnnouncementsBroadcastReceiver.java',
michael@0 478 'background/announcements/AnnouncementsBroadcastService.java',
michael@0 479 'background/announcements/AnnouncementsFetchDelegate.java',
michael@0 480 'background/announcements/AnnouncementsFetcher.java',
michael@0 481 'background/announcements/AnnouncementsFetchResourceDelegate.java',
michael@0 482 'background/announcements/AnnouncementsService.java',
michael@0 483 'background/BackgroundService.java',
michael@0 484 'background/bagheera/BagheeraClient.java',
michael@0 485 'background/bagheera/BagheeraRequestDelegate.java',
michael@0 486 'background/bagheera/BoundedByteArrayEntity.java',
michael@0 487 'background/bagheera/DeflateHelper.java',
michael@0 488 'background/common/DateUtils.java',
michael@0 489 'background/common/log/Logger.java',
michael@0 490 'background/common/log/writers/AndroidLevelCachingLogWriter.java',
michael@0 491 'background/common/log/writers/AndroidLogWriter.java',
michael@0 492 'background/common/log/writers/LevelFilteringLogWriter.java',
michael@0 493 'background/common/log/writers/LogWriter.java',
michael@0 494 'background/common/log/writers/PrintLogWriter.java',
michael@0 495 'background/common/log/writers/SimpleTagLogWriter.java',
michael@0 496 'background/common/log/writers/StringLogWriter.java',
michael@0 497 'background/common/log/writers/TagLogWriter.java',
michael@0 498 'background/common/log/writers/ThreadLocalTagLogWriter.java',
michael@0 499 'background/datareporting/TelemetryRecorder.java',
michael@0 500 'background/db/CursorDumper.java',
michael@0 501 'background/db/Tab.java',
michael@0 502 'background/fxa/FxAccount10AuthDelegate.java',
michael@0 503 'background/fxa/FxAccount10CreateDelegate.java',
michael@0 504 'background/fxa/FxAccount20CreateDelegate.java',
michael@0 505 'background/fxa/FxAccount20LoginDelegate.java',
michael@0 506 'background/fxa/FxAccountAgeLockoutHelper.java',
michael@0 507 'background/fxa/FxAccountClient.java',
michael@0 508 'background/fxa/FxAccountClient10.java',
michael@0 509 'background/fxa/FxAccountClient20.java',
michael@0 510 'background/fxa/FxAccountClientException.java',
michael@0 511 'background/fxa/FxAccountRemoteError.java',
michael@0 512 'background/fxa/FxAccountUtils.java',
michael@0 513 'background/fxa/PasswordStretcher.java',
michael@0 514 'background/fxa/QuickPasswordStretcher.java',
michael@0 515 'background/fxa/SkewHandler.java',
michael@0 516 'background/healthreport/Environment.java',
michael@0 517 'background/healthreport/EnvironmentBuilder.java',
michael@0 518 'background/healthreport/EnvironmentV1.java',
michael@0 519 'background/healthreport/HealthReportBroadcastReceiver.java',
michael@0 520 'background/healthreport/HealthReportBroadcastService.java',
michael@0 521 'background/healthreport/HealthReportDatabases.java',
michael@0 522 'background/healthreport/HealthReportDatabaseStorage.java',
michael@0 523 'background/healthreport/HealthReportGenerator.java',
michael@0 524 'background/healthreport/HealthReportProvider.java',
michael@0 525 'background/healthreport/HealthReportStorage.java',
michael@0 526 'background/healthreport/HealthReportUtils.java',
michael@0 527 'background/healthreport/ProfileInformationCache.java',
michael@0 528 'background/healthreport/prune/HealthReportPruneService.java',
michael@0 529 'background/healthreport/prune/PrunePolicy.java',
michael@0 530 'background/healthreport/prune/PrunePolicyDatabaseStorage.java',
michael@0 531 'background/healthreport/prune/PrunePolicyStorage.java',
michael@0 532 'background/healthreport/upload/AndroidSubmissionClient.java',
michael@0 533 'background/healthreport/upload/HealthReportUploadService.java',
michael@0 534 'background/healthreport/upload/ObsoleteDocumentTracker.java',
michael@0 535 'background/healthreport/upload/SubmissionClient.java',
michael@0 536 'background/healthreport/upload/SubmissionPolicy.java',
michael@0 537 'background/nativecode/NativeCrypto.java',
michael@0 538 'background/preferences/PreferenceFragment.java',
michael@0 539 'background/preferences/PreferenceManagerCompat.java',
michael@0 540 'browserid/ASNUtils.java',
michael@0 541 'browserid/BrowserIDKeyPair.java',
michael@0 542 'browserid/DSACryptoImplementation.java',
michael@0 543 'browserid/JSONWebTokenUtils.java',
michael@0 544 'browserid/MockMyIDTokenFactory.java',
michael@0 545 'browserid/RSACryptoImplementation.java',
michael@0 546 'browserid/SigningPrivateKey.java',
michael@0 547 'browserid/verifier/BrowserIDRemoteVerifierClient.java',
michael@0 548 'browserid/verifier/BrowserIDVerifierClient.java',
michael@0 549 'browserid/verifier/BrowserIDVerifierDelegate.java',
michael@0 550 'browserid/verifier/BrowserIDVerifierException.java',
michael@0 551 'browserid/VerifyingPublicKey.java',
michael@0 552 'fxa/activities/FxAccountAbstractActivity.java',
michael@0 553 'fxa/activities/FxAccountAbstractSetupActivity.java',
michael@0 554 'fxa/activities/FxAccountConfirmAccountActivity.java',
michael@0 555 'fxa/activities/FxAccountCreateAccountActivity.java',
michael@0 556 'fxa/activities/FxAccountCreateAccountNotAllowedActivity.java',
michael@0 557 'fxa/activities/FxAccountGetStartedActivity.java',
michael@0 558 'fxa/activities/FxAccountSetupTask.java',
michael@0 559 'fxa/activities/FxAccountSignInActivity.java',
michael@0 560 'fxa/activities/FxAccountStatusActivity.java',
michael@0 561 'fxa/activities/FxAccountStatusFragment.java',
michael@0 562 'fxa/activities/FxAccountUpdateCredentialsActivity.java',
michael@0 563 'fxa/activities/FxAccountVerifiedAccountActivity.java',
michael@0 564 'fxa/authenticator/AccountPickler.java',
michael@0 565 'fxa/authenticator/AndroidFxAccount.java',
michael@0 566 'fxa/authenticator/FxAccountAuthenticator.java',
michael@0 567 'fxa/authenticator/FxAccountAuthenticatorService.java',
michael@0 568 'fxa/authenticator/FxAccountLoginDelegate.java',
michael@0 569 'fxa/authenticator/FxAccountLoginException.java',
michael@0 570 'fxa/FirefoxAccounts.java',
michael@0 571 'fxa/login/BaseRequestDelegate.java',
michael@0 572 'fxa/login/Cohabiting.java',
michael@0 573 'fxa/login/Doghouse.java',
michael@0 574 'fxa/login/Engaged.java',
michael@0 575 'fxa/login/FxAccountLoginStateMachine.java',
michael@0 576 'fxa/login/FxAccountLoginTransition.java',
michael@0 577 'fxa/login/Married.java',
michael@0 578 'fxa/login/Separated.java',
michael@0 579 'fxa/login/State.java',
michael@0 580 'fxa/login/StateFactory.java',
michael@0 581 'fxa/login/TokensAndKeysState.java',
michael@0 582 'fxa/receivers/FxAccountDeletedReceiver.java',
michael@0 583 'fxa/receivers/FxAccountDeletedService.java',
michael@0 584 'fxa/receivers/FxAccountUpgradeReceiver.java',
michael@0 585 'fxa/sync/FxAccountGlobalSession.java',
michael@0 586 'fxa/sync/FxAccountNotificationManager.java',
michael@0 587 'fxa/sync/FxAccountSchedulePolicy.java',
michael@0 588 'fxa/sync/FxAccountSyncAdapter.java',
michael@0 589 'fxa/sync/FxAccountSyncService.java',
michael@0 590 'fxa/sync/FxAccountSyncStatusHelper.java',
michael@0 591 'fxa/sync/SchedulePolicy.java',
michael@0 592 'sync/AlreadySyncingException.java',
michael@0 593 'sync/BackoffHandler.java',
michael@0 594 'sync/BadRequiredFieldJSONException.java',
michael@0 595 'sync/CollectionKeys.java',
michael@0 596 'sync/CommandProcessor.java',
michael@0 597 'sync/CommandRunner.java',
michael@0 598 'sync/config/AccountPickler.java',
michael@0 599 'sync/config/activities/SelectEnginesActivity.java',
michael@0 600 'sync/config/ClientRecordTerminator.java',
michael@0 601 'sync/config/ConfigurationMigrator.java',
michael@0 602 'sync/CredentialException.java',
michael@0 603 'sync/crypto/CryptoException.java',
michael@0 604 'sync/crypto/CryptoInfo.java',
michael@0 605 'sync/crypto/HKDF.java',
michael@0 606 'sync/crypto/HMACVerificationException.java',
michael@0 607 'sync/crypto/KeyBundle.java',
michael@0 608 'sync/crypto/MissingCryptoInputException.java',
michael@0 609 'sync/crypto/NoKeyBundleException.java',
michael@0 610 'sync/crypto/PBKDF2.java',
michael@0 611 'sync/crypto/PersistedCrypto5Keys.java',
michael@0 612 'sync/CryptoRecord.java',
michael@0 613 'sync/DelayedWorkTracker.java',
michael@0 614 'sync/delegates/BaseGlobalSessionCallback.java',
michael@0 615 'sync/delegates/ClientsDataDelegate.java',
michael@0 616 'sync/delegates/FreshStartDelegate.java',
michael@0 617 'sync/delegates/GlobalSessionCallback.java',
michael@0 618 'sync/delegates/JSONRecordFetchDelegate.java',
michael@0 619 'sync/delegates/KeyUploadDelegate.java',
michael@0 620 'sync/delegates/MetaGlobalDelegate.java',
michael@0 621 'sync/delegates/NodeAssignmentCallback.java',
michael@0 622 'sync/delegates/WipeServerDelegate.java',
michael@0 623 'sync/EngineSettings.java',
michael@0 624 'sync/ExtendedJSONObject.java',
michael@0 625 'sync/GlobalSession.java',
michael@0 626 'sync/HTTPFailureException.java',
michael@0 627 'sync/InfoCollections.java',
michael@0 628 'sync/InfoCounts.java',
michael@0 629 'sync/jpake/BigIntegerHelper.java',
michael@0 630 'sync/jpake/Gx3OrGx4IsZeroOrOneException.java',
michael@0 631 'sync/jpake/IncorrectZkpException.java',
michael@0 632 'sync/jpake/JPakeClient.java',
michael@0 633 'sync/jpake/JPakeCrypto.java',
michael@0 634 'sync/jpake/JPakeJson.java',
michael@0 635 'sync/jpake/JPakeNoActivePairingException.java',
michael@0 636 'sync/jpake/JPakeNumGenerator.java',
michael@0 637 'sync/jpake/JPakeNumGeneratorRandom.java',
michael@0 638 'sync/jpake/JPakeParty.java',
michael@0 639 'sync/jpake/stage/CompleteStage.java',
michael@0 640 'sync/jpake/stage/ComputeFinalStage.java',
michael@0 641 'sync/jpake/stage/ComputeKeyVerificationStage.java',
michael@0 642 'sync/jpake/stage/ComputeStepOneStage.java',
michael@0 643 'sync/jpake/stage/ComputeStepTwoStage.java',
michael@0 644 'sync/jpake/stage/DecryptDataStage.java',
michael@0 645 'sync/jpake/stage/DeleteChannel.java',
michael@0 646 'sync/jpake/stage/GetChannelStage.java',
michael@0 647 'sync/jpake/stage/GetRequestStage.java',
michael@0 648 'sync/jpake/stage/JPakeStage.java',
michael@0 649 'sync/jpake/stage/PutRequestStage.java',
michael@0 650 'sync/jpake/stage/VerifyPairingStage.java',
michael@0 651 'sync/jpake/Zkp.java',
michael@0 652 'sync/JSONRecordFetcher.java',
michael@0 653 'sync/KeyBundleProvider.java',
michael@0 654 'sync/MetaGlobal.java',
michael@0 655 'sync/MetaGlobalException.java',
michael@0 656 'sync/MetaGlobalMissingEnginesException.java',
michael@0 657 'sync/MetaGlobalNotSetException.java',
michael@0 658 'sync/middleware/Crypto5MiddlewareRepository.java',
michael@0 659 'sync/middleware/Crypto5MiddlewareRepositorySession.java',
michael@0 660 'sync/middleware/MiddlewareRepository.java',
michael@0 661 'sync/middleware/MiddlewareRepositorySession.java',
michael@0 662 'sync/net/AuthHeaderProvider.java',
michael@0 663 'sync/net/BaseResource.java',
michael@0 664 'sync/net/BaseResourceDelegate.java',
michael@0 665 'sync/net/BasicAuthHeaderProvider.java',
michael@0 666 'sync/net/BrowserIDAuthHeaderProvider.java',
michael@0 667 'sync/net/ConnectionMonitorThread.java',
michael@0 668 'sync/net/HandleProgressException.java',
michael@0 669 'sync/net/HawkAuthHeaderProvider.java',
michael@0 670 'sync/net/HMACAuthHeaderProvider.java',
michael@0 671 'sync/net/HttpResponseObserver.java',
michael@0 672 'sync/net/Resource.java',
michael@0 673 'sync/net/ResourceDelegate.java',
michael@0 674 'sync/net/SRPConstants.java',
michael@0 675 'sync/net/SyncResponse.java',
michael@0 676 'sync/net/SyncStorageCollectionRequest.java',
michael@0 677 'sync/net/SyncStorageCollectionRequestDelegate.java',
michael@0 678 'sync/net/SyncStorageRecordRequest.java',
michael@0 679 'sync/net/SyncStorageRequest.java',
michael@0 680 'sync/net/SyncStorageRequestDelegate.java',
michael@0 681 'sync/net/SyncStorageRequestIncrementalDelegate.java',
michael@0 682 'sync/net/SyncStorageResponse.java',
michael@0 683 'sync/net/TLSSocketFactory.java',
michael@0 684 'sync/net/WBOCollectionRequestDelegate.java',
michael@0 685 'sync/net/WBORequestDelegate.java',
michael@0 686 'sync/NoCollectionKeysSetException.java',
michael@0 687 'sync/NodeAuthenticationException.java',
michael@0 688 'sync/NonArrayJSONException.java',
michael@0 689 'sync/NonObjectJSONException.java',
michael@0 690 'sync/NullClusterURLException.java',
michael@0 691 'sync/PersistedMetaGlobal.java',
michael@0 692 'sync/PrefsBackoffHandler.java',
michael@0 693 'sync/receivers/SyncAccountDeletedReceiver.java',
michael@0 694 'sync/receivers/SyncAccountDeletedService.java',
michael@0 695 'sync/receivers/UpgradeReceiver.java',
michael@0 696 'sync/repositories/android/AndroidBrowserBookmarksDataAccessor.java',
michael@0 697 'sync/repositories/android/AndroidBrowserBookmarksRepository.java',
michael@0 698 'sync/repositories/android/AndroidBrowserBookmarksRepositorySession.java',
michael@0 699 'sync/repositories/android/AndroidBrowserHistoryDataAccessor.java',
michael@0 700 'sync/repositories/android/AndroidBrowserHistoryDataExtender.java',
michael@0 701 'sync/repositories/android/AndroidBrowserHistoryRepository.java',
michael@0 702 'sync/repositories/android/AndroidBrowserHistoryRepositorySession.java',
michael@0 703 'sync/repositories/android/AndroidBrowserRepository.java',
michael@0 704 'sync/repositories/android/AndroidBrowserRepositoryDataAccessor.java',
michael@0 705 'sync/repositories/android/AndroidBrowserRepositorySession.java',
michael@0 706 'sync/repositories/android/BookmarksDeletionManager.java',
michael@0 707 'sync/repositories/android/BookmarksInsertionManager.java',
michael@0 708 'sync/repositories/android/BrowserContractHelpers.java',
michael@0 709 'sync/repositories/android/CachedSQLiteOpenHelper.java',
michael@0 710 'sync/repositories/android/ClientsDatabase.java',
michael@0 711 'sync/repositories/android/ClientsDatabaseAccessor.java',
michael@0 712 'sync/repositories/android/FennecTabsRepository.java',
michael@0 713 'sync/repositories/android/FormHistoryRepositorySession.java',
michael@0 714 'sync/repositories/android/PasswordsRepositorySession.java',
michael@0 715 'sync/repositories/android/RepoUtils.java',
michael@0 716 'sync/repositories/BookmarkNeedsReparentingException.java',
michael@0 717 'sync/repositories/BookmarksRepository.java',
michael@0 718 'sync/repositories/ConstrainedServer11Repository.java',
michael@0 719 'sync/repositories/delegates/DeferrableRepositorySessionCreationDelegate.java',
michael@0 720 'sync/repositories/delegates/DeferredRepositorySessionBeginDelegate.java',
michael@0 721 'sync/repositories/delegates/DeferredRepositorySessionFetchRecordsDelegate.java',
michael@0 722 'sync/repositories/delegates/DeferredRepositorySessionFinishDelegate.java',
michael@0 723 'sync/repositories/delegates/DeferredRepositorySessionStoreDelegate.java',
michael@0 724 'sync/repositories/delegates/RepositorySessionBeginDelegate.java',
michael@0 725 'sync/repositories/delegates/RepositorySessionCleanDelegate.java',
michael@0 726 'sync/repositories/delegates/RepositorySessionCreationDelegate.java',
michael@0 727 'sync/repositories/delegates/RepositorySessionFetchRecordsDelegate.java',
michael@0 728 'sync/repositories/delegates/RepositorySessionFinishDelegate.java',
michael@0 729 'sync/repositories/delegates/RepositorySessionGuidsSinceDelegate.java',
michael@0 730 'sync/repositories/delegates/RepositorySessionStoreDelegate.java',
michael@0 731 'sync/repositories/delegates/RepositorySessionWipeDelegate.java',
michael@0 732 'sync/repositories/domain/BookmarkRecord.java',
michael@0 733 'sync/repositories/domain/BookmarkRecordFactory.java',
michael@0 734 'sync/repositories/domain/ClientRecord.java',
michael@0 735 'sync/repositories/domain/ClientRecordFactory.java',
michael@0 736 'sync/repositories/domain/FormHistoryRecord.java',
michael@0 737 'sync/repositories/domain/HistoryRecord.java',
michael@0 738 'sync/repositories/domain/HistoryRecordFactory.java',
michael@0 739 'sync/repositories/domain/PasswordRecord.java',
michael@0 740 'sync/repositories/domain/PasswordRecordFactory.java',
michael@0 741 'sync/repositories/domain/Record.java',
michael@0 742 'sync/repositories/domain/RecordParseException.java',
michael@0 743 'sync/repositories/domain/TabsRecord.java',
michael@0 744 'sync/repositories/domain/TabsRecordFactory.java',
michael@0 745 'sync/repositories/domain/VersionConstants.java',
michael@0 746 'sync/repositories/FetchFailedException.java',
michael@0 747 'sync/repositories/HashSetStoreTracker.java',
michael@0 748 'sync/repositories/HistoryRepository.java',
michael@0 749 'sync/repositories/IdentityRecordFactory.java',
michael@0 750 'sync/repositories/InactiveSessionException.java',
michael@0 751 'sync/repositories/InvalidBookmarkTypeException.java',
michael@0 752 'sync/repositories/InvalidRequestException.java',
michael@0 753 'sync/repositories/InvalidSessionTransitionException.java',
michael@0 754 'sync/repositories/MultipleRecordsForGuidException.java',
michael@0 755 'sync/repositories/NoContentProviderException.java',
michael@0 756 'sync/repositories/NoGuidForIdException.java',
michael@0 757 'sync/repositories/NoStoreDelegateException.java',
michael@0 758 'sync/repositories/NullCursorException.java',
michael@0 759 'sync/repositories/ParentNotFoundException.java',
michael@0 760 'sync/repositories/ProfileDatabaseException.java',
michael@0 761 'sync/repositories/RecordFactory.java',
michael@0 762 'sync/repositories/RecordFilter.java',
michael@0 763 'sync/repositories/Repository.java',
michael@0 764 'sync/repositories/RepositorySession.java',
michael@0 765 'sync/repositories/RepositorySessionBundle.java',
michael@0 766 'sync/repositories/Server11Repository.java',
michael@0 767 'sync/repositories/Server11RepositorySession.java',
michael@0 768 'sync/repositories/StoreFailedException.java',
michael@0 769 'sync/repositories/StoreTracker.java',
michael@0 770 'sync/repositories/StoreTrackingRepositorySession.java',
michael@0 771 'sync/Server11PreviousPostFailedException.java',
michael@0 772 'sync/Server11RecordPostFailedException.java',
michael@0 773 'sync/setup/activities/AccountActivity.java',
michael@0 774 'sync/setup/activities/ActivityUtils.java',
michael@0 775 'sync/setup/activities/ClientRecordArrayAdapter.java',
michael@0 776 'sync/setup/activities/LocaleAware.java',
michael@0 777 'sync/setup/activities/RedirectToSetupActivity.java',
michael@0 778 'sync/setup/activities/SendTabActivity.java',
michael@0 779 'sync/setup/activities/SendTabData.java',
michael@0 780 'sync/setup/activities/SetupFailureActivity.java',
michael@0 781 'sync/setup/activities/SetupSuccessActivity.java',
michael@0 782 'sync/setup/activities/SetupSyncActivity.java',
michael@0 783 'sync/setup/activities/SyncActivity.java',
michael@0 784 'sync/setup/activities/WebURLFinder.java',
michael@0 785 'sync/setup/activities/WebViewActivity.java',
michael@0 786 'sync/setup/auth/AccountAuthenticator.java',
michael@0 787 'sync/setup/auth/AuthenticateAccountStage.java',
michael@0 788 'sync/setup/auth/AuthenticationResult.java',
michael@0 789 'sync/setup/auth/AuthenticatorStage.java',
michael@0 790 'sync/setup/auth/EnsureUserExistenceStage.java',
michael@0 791 'sync/setup/auth/FetchUserNodeStage.java',
michael@0 792 'sync/setup/Constants.java',
michael@0 793 'sync/setup/InvalidSyncKeyException.java',
michael@0 794 'sync/setup/SyncAccounts.java',
michael@0 795 'sync/setup/SyncAuthenticatorService.java',
michael@0 796 'sync/SharedPreferencesClientsDataDelegate.java',
michael@0 797 'sync/SharedPreferencesNodeAssignmentCallback.java',
michael@0 798 'sync/stage/AbstractNonRepositorySyncStage.java',
michael@0 799 'sync/stage/AbstractSessionManagingSyncStage.java',
michael@0 800 'sync/stage/AndroidBrowserBookmarksServerSyncStage.java',
michael@0 801 'sync/stage/AndroidBrowserHistoryServerSyncStage.java',
michael@0 802 'sync/stage/CheckPreconditionsStage.java',
michael@0 803 'sync/stage/CompletedStage.java',
michael@0 804 'sync/stage/EnsureClusterURLStage.java',
michael@0 805 'sync/stage/EnsureCrypto5KeysStage.java',
michael@0 806 'sync/stage/FennecTabsServerSyncStage.java',
michael@0 807 'sync/stage/FetchInfoCollectionsStage.java',
michael@0 808 'sync/stage/FetchMetaGlobalStage.java',
michael@0 809 'sync/stage/FormHistoryServerSyncStage.java',
michael@0 810 'sync/stage/GlobalSyncStage.java',
michael@0 811 'sync/stage/NoSuchStageException.java',
michael@0 812 'sync/stage/NoSyncIDException.java',
michael@0 813 'sync/stage/PasswordsServerSyncStage.java',
michael@0 814 'sync/stage/SafeConstrainedServer11Repository.java',
michael@0 815 'sync/stage/ServerSyncStage.java',
michael@0 816 'sync/stage/SyncClientsEngineStage.java',
michael@0 817 'sync/stage/UploadMetaGlobalStage.java',
michael@0 818 'sync/Sync11Configuration.java',
michael@0 819 'sync/syncadapter/SyncAdapter.java',
michael@0 820 'sync/syncadapter/SyncService.java',
michael@0 821 'sync/SyncConfiguration.java',
michael@0 822 'sync/SyncConfigurationException.java',
michael@0 823 'sync/SyncException.java',
michael@0 824 'sync/synchronizer/ConcurrentRecordConsumer.java',
michael@0 825 'sync/synchronizer/RecordConsumer.java',
michael@0 826 'sync/synchronizer/RecordsChannel.java',
michael@0 827 'sync/synchronizer/RecordsChannelDelegate.java',
michael@0 828 'sync/synchronizer/RecordsConsumerDelegate.java',
michael@0 829 'sync/synchronizer/SerialRecordConsumer.java',
michael@0 830 'sync/synchronizer/ServerLocalSynchronizer.java',
michael@0 831 'sync/synchronizer/ServerLocalSynchronizerSession.java',
michael@0 832 'sync/synchronizer/SessionNotBegunException.java',
michael@0 833 'sync/synchronizer/Synchronizer.java',
michael@0 834 'sync/synchronizer/SynchronizerDelegate.java',
michael@0 835 'sync/synchronizer/SynchronizerSession.java',
michael@0 836 'sync/synchronizer/SynchronizerSessionDelegate.java',
michael@0 837 'sync/synchronizer/UnbundleError.java',
michael@0 838 'sync/synchronizer/UnexpectedSessionException.java',
michael@0 839 'sync/SynchronizerConfiguration.java',
michael@0 840 'sync/ThreadPool.java',
michael@0 841 'sync/UnexpectedJSONException.java',
michael@0 842 'sync/UnknownSynchronizerConfigurationVersionException.java',
michael@0 843 'sync/Utils.java',
michael@0 844 'tokenserver/TokenServerClient.java',
michael@0 845 'tokenserver/TokenServerClientDelegate.java',
michael@0 846 'tokenserver/TokenServerException.java',
michael@0 847 'tokenserver/TokenServerToken.java',
michael@0 848 ]
michael@0 849
michael@0 850 sync_generated_java_files = [
michael@0 851 'org/mozilla/gecko/background/announcements/AnnouncementsConstants.java',
michael@0 852 'org/mozilla/gecko/background/common/GlobalConstants.java',
michael@0 853 'org/mozilla/gecko/background/healthreport/HealthReportConstants.java',
michael@0 854 'org/mozilla/gecko/fxa/FxAccountConstants.java',
michael@0 855 'org/mozilla/gecko/sync/SyncConstants.java',
michael@0 856 ]

mercurial