What is the Tor Browser? The Tor software protects you by bouncing your communications around a distributed network of relays run by volunteers all around the world: it prevents somebody watching your Internet connection from learning what sites you visit, it prevents the sites you visit from learning your physical location, and it lets you access sites which are blocked.
13 lines
476 B
Text
13 lines
476 B
Text
$NetBSD: patch-mobile_android_installer_package-manifest.in,v 1.1 2016/02/14 07:30:54 ryoon Exp $
|
|
|
|
--- mobile/android/installer/package-manifest.in.orig 2015-02-17 21:40:48.000000000 +0000
|
|
+++ mobile/android/installer/package-manifest.in
|
|
@@ -440,7 +440,7 @@
|
|
@BINPATH@/components/dom_webspeechsynth.xpt
|
|
#endif
|
|
|
|
-#ifdef MOZ_DEBUG
|
|
+#if defined(ENABLE_TESTS) && defined(MOZ_DEBUG)
|
|
@BINPATH@/components/TestInterfaceJS.js
|
|
@BINPATH@/components/TestInterfaceJS.manifest
|
|
#endif
|