summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorParménides GV <parmegv@sdf.org>2014-04-28 12:00:44 +0200
committerParménides GV <parmegv@sdf.org>2014-04-28 12:00:44 +0200
commitdec816eecc8375d9f031a4b59753302e8ab9b16c (patch)
tree47751f7773abe880beaeea939b0b5825f351124e
parent5fc5d37330d3535a0f421632694d1e7918fc22d7 (diff)
parentd4caf8f35fc9dd43d370439e8f6b6727909b15b9 (diff)
Merge branch 'develop'0.5.1
-rw-r--r--.gitignore11
-rw-r--r--.tx/config10
-rw-r--r--CHANGELOG8
-rw-r--r--README.md75
-rw-r--r--app/build.gradle31
-rw-r--r--app/openvpn/.gitignore1
-rw-r--r--app/openvpn/config.h618
-rwxr-xr-xapp/ovpnlibs/assets/minivpn.armeabibin0 -> 5216 bytes
-rwxr-xr-xapp/ovpnlibs/assets/minivpn.armeabi-v7abin0 -> 5228 bytes
-rwxr-xr-xapp/ovpnlibs/assets/minivpn.mipsbin0 -> 5164 bytes
-rwxr-xr-xapp/ovpnlibs/assets/minivpn.x86bin0 -> 5268 bytes
-rw-r--r--app/src/androidTest/java/se/leap/bitmaskclient/test/testConfigurationWizard.java2
-rw-r--r--app/src/androidTest/java/se/leap/bitmaskclient/test/testDashboard.java4
-rw-r--r--app/src/debug/AndroidManifest.xml27
-rw-r--r--app/src/debug/assets/urls/cdev.bitmask.net.url3
-rw-r--r--app/src/debug/assets/urls/dev.bitmask.net.url3
-rw-r--r--app/src/debug/java/se/leap/bitmaskclient/ConfigurationWizard.java (renamed from app/src/main/java/se/leap/bitmaskclient/ConfigurationWizard.java)72
-rw-r--r--app/src/debug/java/se/leap/bitmaskclient/NewProviderDialog.java (renamed from app/src/main/java/se/leap/bitmaskclient/NewProviderDialog.java)0
-rw-r--r--app/src/debug/java/se/leap/bitmaskclient/ProviderAPI.java (renamed from app/src/main/java/se/leap/bitmaskclient/ProviderAPI.java)6
-rw-r--r--app/src/debug/java/se/leap/bitmaskclient/ProviderDetailFragment.java (renamed from app/src/main/java/se/leap/bitmaskclient/ProviderDetailFragment.java)0
-rw-r--r--app/src/debug/java/se/leap/bitmaskclient/ProviderListContent.java (renamed from app/src/main/java/se/leap/bitmaskclient/ProviderListContent.java)28
-rw-r--r--app/src/debug/res/layout-xlarge/new_provider_dialog.xml (renamed from app/src/main/res/layout-xlarge/new_provider_dialog.xml)0
-rw-r--r--app/src/debug/res/layout/new_provider_dialog.xml (renamed from app/src/main/res/layout/new_provider_dialog.xml)0
-rw-r--r--app/src/debug/res/values/strings.xml4
-rw-r--r--app/src/main/AndroidManifest.xml24
-rw-r--r--app/src/main/java/se/leap/bitmaskclient/Dashboard.java34
-rw-r--r--app/src/main/java/se/leap/bitmaskclient/EIP.java9
-rw-r--r--app/src/main/java/se/leap/bitmaskclient/EipServiceFragment.java32
-rw-r--r--app/src/main/java/se/leap/bitmaskclient/OnBootReceiver.java24
-rw-r--r--app/src/main/java/se/leap/openvpn/OpenVpnService.java37
-rw-r--r--app/src/main/java/se/leap/openvpn/ProfileManager.java3
-rw-r--r--app/src/main/res/values/strings.xml1
-rw-r--r--app/src/release/java/se/leap/bitmaskclient/ConfigurationWizard.java588
-rw-r--r--app/src/release/java/se/leap/bitmaskclient/NewProviderDialog.java117
-rw-r--r--app/src/release/java/se/leap/bitmaskclient/ProviderAPI.java860
-rw-r--r--app/src/release/java/se/leap/bitmaskclient/ProviderDetailFragment.java115
-rw-r--r--app/src/release/java/se/leap/bitmaskclient/ProviderListContent.java85
-rw-r--r--app/src/release/res/layout-xlarge/new_provider_dialog.xml19
-rw-r--r--app/src/release/res/layout/new_provider_dialog.xml18
-rw-r--r--import-summary.txt9517
40 files changed, 2747 insertions, 9639 deletions
diff --git a/.gitignore b/.gitignore
index 4f4b96a7..c4d9ae2a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -47,10 +47,10 @@ openvpn/src/Makefile.in
openvpn/src/compat/Makefile.in
openvpn/src/openvpnserv/Makefile.in
openvpn/tests/Makefile.in
-app/assets/minivpn.armeabi
-app/assets/minivpn.armeabi-v7a
-app/assets/minivpn.mips
-app/assets/minivpn.x86
+bitmask_android/assets/minivpn.armeabi
+bitmask_android/assets/minivpn.armeabi-v7a
+bitmask_android/assets/minivpn.mips
+bitmask_android/assets/minivpn.x86
openvpn/a.out.dSYM
openvpn/config-version.h
openvpn/config.status
@@ -69,10 +69,11 @@ id.zip
/build-native.sh~
local.properties
+gradle.properties*
*~
*.iml
.idea
build
.gradle
jniLibs
-/app/ovpnlibs/
+bitmask_android/ovpnlibs/
diff --git a/.tx/config b/.tx/config
new file mode 100644
index 00000000..08f7fd2b
--- /dev/null
+++ b/.tx/config
@@ -0,0 +1,10 @@
+[main]
+host = https://www.transifex.com
+
+[bitmask-android.strings]
+source_lang = en
+source_file = res/values/strings.xml
+file_filter = res/values-<lang>/strings.xml
+trans.zh_CN = res/values-zh-rCN/strings.xml
+trans.zh_TW = res/values-zh-rTW/strings.xml
+
diff --git a/CHANGELOG b/CHANGELOG
index f6ffdc0e..d1f82e4e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,11 @@
+0.5.1 April 26 2014 - the "blue sky" release
+Features
+- Autostart
+- Gradle build system
+Bugs Fixed
+- README file describes the building process correctly
+- Provider data is downloaded only using its commercial certificate
+
0.5 April 4 2014 - the "soft winds" release
Features
- Replace bitmask.net with demo.bitmask.net
diff --git a/README.md b/README.md
new file mode 100644
index 00000000..7ac299bd
--- /dev/null
+++ b/README.md
@@ -0,0 +1,75 @@
+# Bitmask Android App
+
+This repository contains the source code for the [Bitmask](https://bitmask.net/) Android app.
+
+Please see the [issues](https://github.com/leapcode/bitmask_android/issues) section to
+report any bugs or feature requests and to see the list of known issues.
+
+## License
+
+* [See LICENSE file](https://github.com/leapcode/bitmask_android/blob/master/LICENSE.txt)
+
+## Build Requirements
+
+Install from developer.android.com:
+
+* Android SDK, API 17: http://developer.android.com/sdk/index.html
+* Android NDK, r9d: http://developer.android.com/tools/sdk/ndk/index.html
+
+Make sure add the necessary android tools to your bin path. For example, assuming you installed
+the SDK and NDK to `~/dev` on a linux machine, you would add this to your path:
+
+ ~/dev/android-sdk-linux/tools
+ ~/dev/android-sdk-linux/platform-tools
+ ~/dev/android-ndk-r9d
+
+Installable via `android` command (SDK Manager):
+
+* Android SDK Build-tools, 19.0.3
+* Android Support Repository, 4+
+
+Finally, install a java compiler. For example:
+
+ sudo apt-get install default-jdk
+
+### Build native sources
+
+To build NDK sources, you need to issue these commands:
+
+ cd app
+ ./build-native.sh
+ cd .. (to get back to the project directory)
+
+### Compiling from the command line
+#### Signed APK
+
+If you want to release a signed APK, you'll have to create a gradle.properties file in the project root with the following structure:
+
+ storeFileProperty=fullPath
+ storePasswordProperty=store password without quotation marks
+ keyAliasProperty=key alias without quotation marks
+ keyPasswordProperty=key password without quotation marks
+
+#### Actual command
+ ./gradlew build
+
+The resulting apk(s) will be in `app/build/apk`.
+
+### Using Android Studio
+
+* `Import project` => select bitmask_android top folder
+
+## Acknowledgements
+
+This project bases its work in [ics-openvpn project](https://code.google.com/p/ics-openvpn/).
+
+## Contributing
+
+Please fork this repository and contribute back using
+[pull requests](https://github.com/leapcode/leap_android/pulls).
+
+Our preferred method for receiving translations is our [Transifex project](https://www.transifex.com/projects/p/bitmask-android).
+
+Any contributions, large or small, major features, bug fixes, additional
+language translations, unit/integration tests are welcomed and appreciated
+but will be thoroughly reviewed and discussed.
diff --git a/app/build.gradle b/app/build.gradle
index d59533ea..4795488d 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -2,7 +2,7 @@ apply plugin: 'android'
android {
compileSdkVersion 19
- buildToolsVersion "19.0.1"
+ buildToolsVersion "19.0.3"
defaultConfig {
minSdkVersion 14
@@ -12,28 +12,41 @@ android {
testInstrumentationRunner "android.test.InstrumentationTestRunner"
}
+ signingConfigs {
+ release {
+ storeFile project.hasProperty('storeFileProperty') ? file(storeFileProperty) : null
+ storePassword project.hasProperty('storePasswordProperty') ? storePasswordProperty : ""
+ keyAlias project.hasProperty('keyAliasProperty') ? keyAliasProperty : ""
+ keyPassword project.hasProperty('keyPasswordProperty') ? keyPasswordProperty : ""
+ }
+ }
+
buildTypes {
release {
- runProguard false
- proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
+ //runProguard true
+ signingConfig signingConfigs.release.isSigningReady() ? signingConfigs.release : signingConfigs.debug
}
}
lintOptions {
- abortOnError false
+ abortOnError false
}
-
+
sourceSets {
- main
- {
+ main {
assets.srcDirs = ['assets', 'ovpnlibs/assets']
jniLibs.srcDirs = ['ovpnlibs/jniLibs']
jni.srcDirs = [] //disable automatic ndk-build
+ }
+ debug {
+ assets.srcDirs = ['src/debug/assets']
}
}
-}
+
+ check.dependsOn connectedCheck
+ }
dependencies {
androidTestCompile 'com.android.support:support-v4:+'
androidTestCompile 'com.jayway.android.robotium:robotium-solo:4.3.1'
-}
+} \ No newline at end of file
diff --git a/app/openvpn/.gitignore b/app/openvpn/.gitignore
index a04afff7..6a69be43 100644
--- a/app/openvpn/.gitignore
+++ b/app/openvpn/.gitignore
@@ -25,7 +25,6 @@ aclocal.m4
autodefs.h
autom4te.cache
config.guess
-config.h
config.h.in
config.log
config.status
diff --git a/app/openvpn/config.h b/app/openvpn/config.h
new file mode 100644
index 00000000..0d86c1d9
--- /dev/null
+++ b/app/openvpn/config.h
@@ -0,0 +1,618 @@
+/* config.h. Generated from config.h.in by configure. */
+/* config.h.in. Generated from configure.ac by autoheader. */
+
+
+/* DISABLE PERSISTEN TUN */
+#undef TUNSETPERSIST
+
+/* Enable deferred authentication */
+#define CONFIGURE_DEF_AUTH 1
+
+/* Enable internal packet filter */
+#undef CONFIGURE_PF //1
+
+/* enable iproute2 support */
+#undef CONFIG_FEATURE_IPROUTE
+
+/* Use memory debugging function in OpenSSL */
+/* #undef CRYPTO_MDEBUG */
+
+/* Use dmalloc memory debugging library */
+/* #undef DMALLOC */
+
+/* Dimension to use for empty array declaration */
+#define EMPTY_ARRAY_SIZE 0
+
+/* Enable client capability only */
+#define ENABLE_CLIENT_ONLY 1
+
+/* Enable client/server capability */
+#define ENABLE_CLIENT_SERVER 1
+
+/* Enable debugging support */
+#define ENABLE_DEBUG 1
+
+/* Enable internal fragmentation support */
+#define ENABLE_FRAGMENT 1
+
+/* Enable HTTP proxy support */
+#define ENABLE_HTTP_PROXY 1
+
+/* Enable management server capability */
+#define ENABLE_MANAGEMENT 1
+
+/* Enable multi-homed UDP server capability */
+#define ENABLE_MULTIHOME 0
+
+/* Allow --askpass and --auth-user-pass passwords to be read from a file */
+#define ENABLE_PASSWORD_SAVE 1
+
+/* Enable TCP Server port sharing */
+#define ENABLE_PORT_SHARE 1
+
+/* Enable smaller executable size */
+/* #undef ENABLE_SMALL */
+
+/* Enable Socks proxy support */
+#define ENABLE_SOCKS 1
+
+/* Define to 1 if you have the `accept' function. */
+#define HAVE_ACCEPT 1
+
+/* Define to 1 if you have the <arpa/inet.h> header file. */
+#define HAVE_ARPA_INET_H 1
+
+/* Define to 1 if you have the `bind' function. */
+#define HAVE_BIND 1
+
+/* Define to 1 if you have the `chdir' function. */
+#define HAVE_CHDIR 1
+
+/* Define to 1 if you have the `chroot' function. */
+#define HAVE_CHROOT 1
+
+/* Define to 1 if you have the `chsize' function. */
+/* #undef HAVE_CHSIZE */
+
+/* struct cmsghdr needed for extended socket error support */
+#define HAVE_CMSGHDR 1
+
+/* Define to 1 if you have the `connect' function. */
+#define HAVE_CONNECT 1
+
+/* Define to 1 if your compiler supports GNU GCC-style variadic macros */
+#define HAVE_CPP_VARARG_MACRO_GCC 1
+
+/* Define to 1 if your compiler supports ISO C99 variadic macros */
+#define HAVE_CPP_VARARG_MACRO_ISO 1
+
+/* Define to 1 if you have the `ctime' function. */
+#define HAVE_CTIME 1
+
+/* Define to 1 if you have the <ctype.h> header file. */
+#define HAVE_CTYPE_H 1
+
+/* Define to 1 if you have the `daemon' function. */
+#define HAVE_DAEMON 1
+
+/* Define to 1 if you have the `dup' function. */
+#define HAVE_DUP 1
+
+/* Define to 1 if you have the `dup2' function. */
+#define HAVE_DUP2 1
+
+/* Define to 1 if you have the `ENGINE_cleanup' function. */
+#define HAVE_ENGINE_CLEANUP 0
+
+/* Define to 1 if you have the `ENGINE_load_builtin_engines' function. */
+#define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 0
+
+/* Define to 1 if you have the `ENGINE_register_all_complete' function. */
+#define HAVE_ENGINE_REGISTER_ALL_COMPLETE 0
+
+/* epoll_create function is defined */
+#define HAVE_EPOLL_CREATE 1
+
+/* Define to 1 if you have the <errno.h> header file. */
+#define HAVE_ERRNO_H 1
+
+/* Define to 1 if you have the <err.h> header file. */
+#define HAVE_ERR_H 1
+
+/* Define to 1 if you have the `EVP_CIPHER_CTX_set_key_length' function. */
+#define HAVE_EVP_CIPHER_CTX_SET_KEY_LENGTH 1
+
+/* Define to 1 if you have the `execve' function. */
+#define HAVE_EXECVE 1
+
+/* Define to 1 if you have the <fcntl.h> header file. */
+#define HAVE_FCNTL_H 1
+
+/* Define to 1 if you have the `flock' function. */
+#define HAVE_FLOCK 1
+
+/* Define to 1 if you have the `fork' function. */
+#define HAVE_FORK 1
+
+/* Define to 1 if you have the `ftruncate' function. */
+#define HAVE_FTRUNCATE 1
+
+/* Define to 1 if you have the `getgrnam' function. */
+#define HAVE_GETGRNAM 1
+
+/* Define to 1 if you have the `gethostbyname' function. */
+#define HAVE_GETHOSTBYNAME 1
+
+/* Define to 1 if you have the `getpass' function. */
+/* #define HAVE_GETPASS 1 */
+
+/* Define to 1 if you have the `getpeereid' function. */
+/* #undef HAVE_GETPEEREID */
+
+/* Define to 1 if you have the `getpeername' function. */
+#define HAVE_GETPEERNAME 1
+
+/* Define to 1 if you have the `getpid' function. */
+#define HAVE_GETPID 1
+
+/* Define to 1 if you have the `getpwnam' function. */
+#define HAVE_GETPWNAM 1
+
+/* Define to 1 if you have the `getsockname' function. */
+#define HAVE_GETSOCKNAME 1
+
+/* Define to 1 if you have the `getsockopt' function. */
+#define HAVE_GETSOCKOPT 1
+
+/* Define to 1 if you have the `gettimeofday' function. */
+#define HAVE_GETTIMEOFDAY 1
+
+/* Define to 1 if you have the <grp.h> header file. */
+#define HAVE_GRP_H 1
+
+/* Define to 1 if you have the `inet_ntoa' function. */
+#define HAVE_INET_NTOA 1
+
+/* Define to 1 if you have the <inttypes.h> header file. */
+#define HAVE_INTTYPES_H 1
+
+/* struct in_pktinfo needed for IP_PKTINFO support */
+#define HAVE_IN_PKTINFO 1
+
+/* struct iovec needed for IPv6 support */
+#define HAVE_IOVEC 1
+
+/* struct iphdr needed for IPv6 support */
+#define HAVE_IPHDR 1
+
+/* Define to 1 if you have the <linux/errqueue.h> header file. */
+#define HAVE_LINUX_ERRQUEUE_H 1
+
+/* Define to 1 if you have the <linux/if_tun.h> header file. */
+#define HAVE_LINUX_IF_TUN_H 1
+
+/* Define to 1 if you have the <linux/sockios.h> header file. */
+#define HAVE_LINUX_SOCKIOS_H 1
+
+/* Define to 1 if you have the <linux/types.h> header file. */
+#define HAVE_LINUX_TYPES_H 1
+
+/* Define to 1 if you have the `listen' function. */
+#define HAVE_LISTEN 1
+
+/* Define to 1 if you have the <memory.h> header file. */
+#define HAVE_MEMORY_H 1
+
+/* Define to 1 if you have the `memset' function. */
+#define HAVE_MEMSET 1
+
+/* Define to 1 if you have the `mlockall' function. */
+/* #define HAVE_MLOCKALL 1*/
+
+/* struct msghdr needed for extended socket error support */
+#define HAVE_MSGHDR 1
+
+/* Define to 1 if you have the <netdb.h> header file. */
+#define HAVE_NETDB_H 1
+
+/* Define to 1 if you have the <netinet/if_ether.h> header file. */
+#define HAVE_NETINET_IF_ETHER_H 1
+
+/* Define to 1 if you have the <netinet/in.h> header file. */
+#define HAVE_NETINET_IN_H 1
+
+/* Define to 1 if you have the <netinet/in_systm.h> header file. */
+#define HAVE_NETINET_IN_SYSTM_H 1
+
+/* Define to 1 if you have the <netinet/ip.h> header file. */
+#define HAVE_NETINET_IP_H 1
+
+/* Define to 1 if you have the <netinet/tcp.h> header file. */
+#define HAVE_NETINET_TCP_H 1
+
+/* Define to 1 if you have the <net/if.h> header file. */
+#define HAVE_NET_IF_H 1
+
+/* Define to 1 if you have the <net/if_tun.h> header file. */
+/* #undef HAVE_NET_IF_TUN_H */
+
+/* Define to 1 if you have the <net/tun/if_tun.h> header file. */
+/* #undef HAVE_NET_TUN_IF_TUN_H */
+
+/* Define to 1 if you have the `nice' function. */
+#define HAVE_NICE 1
+
+/* Define to 1 if you have the `openlog' function. */
+#define HAVE_OPENLOG 1
+
+/* Define to 1 if you have the <openssl/engine.h> header file. */
+#define HAVE_OPENSSL_ENGINE_H 0
+
+/* Define to 1 if you have the `poll' function. */
+#define HAVE_POLL 1
+
+/* Define if you have POSIX threads libraries and header files. */
+/* #undef HAVE_PTHREAD */
+
+/* Define to 1 if you have the `putenv' function. */
+#define HAVE_PUTENV 1
+
+/* Define to 1 if you have the <pwd.h> header file. */
+#define HAVE_PWD_H 1
+
+/* Define to 1 if you have the `readv' function. */
+#define HAVE_READV 1
+
+/* Define to 1 if you have the `recv' function. */
+#define HAVE_RECV 1
+
+/* Define to 1 if you have the `recvfrom' function. */
+#define HAVE_RECVFROM 1
+
+/* Define to 1 if you have the `recvmsg' function. */
+#define HAVE_RECVMSG 1
+
+/* Define to 1 if you have the <resolv.h> header file. */
+#define HAVE_RESOLV_H 1
+
+/* Indicates if res_init is available */
+#define HAVE_RES_INIT 1
+
+/* Define to 1 if you have the `select' function. */
+#define HAVE_SELECT 1
+
+/* Define to 1 if you have the `send' function. */
+#define HAVE_SEND 1
+
+/* Define to 1 if you have the `sendmsg' function. */
+#define HAVE_SENDMSG 1
+
+/* Define to 1 if you have the `sendto' function. */
+#define HAVE_SENDTO 1
+
+/* SELinux support */
+/* #undef HAVE_SETCON */
+
+/* Define to 1 if you have the `setgid' function. */
+#define HAVE_SETGID 1
+
+/* Define to 1 if you have the `setgroups' function. */
+#define HAVE_SETGROUPS 1
+
+/* Define to 1 if you have the `setsid' function. */
+#define HAVE_SETSID 1
+
+/* Define to 1 if you have the `setsockopt' function. */
+#define HAVE_SETSOCKOPT 1
+
+/* Define to 1 if you have the `setuid' function. */
+#define HAVE_SETUID 1
+
+/* Define to 1 if you have the <signal.h> header file. */
+#define HAVE_SIGNAL_H 1
+
+/* Define to 1 if you have the `socket' function. */
+#define HAVE_SOCKET 1
+
+/* struct sock_extended_err needed for extended socket error support */
+#define HAVE_SOCK_EXTENDED_ERR 1
+
+/* Define to 1 if you have the `stat' function. */
+#define HAVE_STAT 1
+
+/* Define to 1 if you have the <stdarg.h> header file. */
+#define HAVE_STDARG_H 1
+
+/* Define to 1 if you have the <stdint.h> header file. */
+#define HAVE_STDINT_H 1
+
+/* Define to 1 if you have the <stdio.h> header file. */
+#define HAVE_STDIO_H 1
+
+/* Define to 1 if you have the <stdlib.h> header file. */
+#define HAVE_STDLIB_H 1
+
+/* Define to 1 if you have the `strdup' function. */
+#define HAVE_STRDUP 1
+
+/* Define to 1 if you have the `strerror' function. */
+#define HAVE_STRERROR 1
+
+/* Define to 1 if you have the <strings.h> header file. */
+#define HAVE_STRINGS_H 1
+
+/* Define to 1 if you have the <string.h> header file. */
+#define HAVE_STRING_H 1
+
+/* Define to 1 if you have the <stropts.h> header file. */
+#define HAVE_STROPTS_H 1
+
+/* Define to 1 if you have the `syslog' function. */
+ #define HAVE_SYSLOG 1
+
+/* Define to 1 if you have the <syslog.h> header file. */
+#define HAVE_SYSLOG_H 1
+
+/* Define to 1 if you have the `system' function. */
+#define HAVE_SYSTEM 1
+
+/* Define to 1 if you have the <sys/epoll.h> header file. */
+#define HAVE_SYS_EPOLL_H 1
+
+/* Define to 1 if you have the <sys/file.h> header file. */
+#define HAVE_SYS_FILE_H 1
+
+/* Define to 1 if you have the <sys/ioctl.h> header file. */
+#define HAVE_SYS_IOCTL_H 1
+
+/* Define to 1 if you have the <sys/mman.h> header file. */
+#define HAVE_SYS_MMAN_H 1
+
+/* Define to 1 if you have the <sys/poll.h> header file. */
+#define HAVE_SYS_POLL_H 1
+
+/* Define to 1 if you have the <sys/socket.h> header file. */
+#define HAVE_SYS_SOCKET_H 1
+
+/* Define to 1 if you have the <sys/sockio.h> header file. */
+/* #undef HAVE_SYS_SOCKIO_H */
+
+/* Define to 1 if you have the <sys/stat.h> header file. */
+#define HAVE_SYS_STAT_H 1
+
+/* Define to 1 if you have the <sys/time.h> header file. */
+#define HAVE_SYS_TIME_H 1
+
+/* Define to 1 if you have the <sys/types.h> header file. */
+#define HAVE_SYS_TYPES_H 1
+
+/* Define to 1 if you have the <sys/uio.h> header file. */
+#define HAVE_SYS_UIO_H 1
+
+/* Define to 1 if you have the <sys/un.h> header file. */
+#define HAVE_SYS_UN_H 1
+
+/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
+#define HAVE_SYS_WAIT_H 1
+
+/* Define to 1 if you have the `time' function. */
+#define HAVE_TIME 1
+
+/* struct tun_pi needed for IPv6 support */
+#define HAVE_TUN_PI 1
+
+/* Define to 1 if you have the `umask' function. */
+#define HAVE_UMASK 1
+
+/* Define to 1 if you have the <unistd.h> header file. */
+#define HAVE_UNISTD_H 1
+
+/* Define to 1 if you have the `unlink' function. */
+#define HAVE_UNLINK 1
+
+/* Define to 1 if you have the `vfork' function. */
+#define HAVE_VFORK 1
+
+/* Define to 1 if you have the <vfork.h> header file. */
+/* #undef HAVE_VFORK_H */
+
+/* Define to 1 if you have the `vsnprintf' function. */
+#define HAVE_VSNPRINTF 1
+
+/* Define to 1 if `fork' works. */
+#define HAVE_WORKING_FORK 1
+
+/* Define to 1 if `vfork' works. */
+#define HAVE_WORKING_VFORK 1
+
+/* Define to 1 if you have the `writev' function. */
+#define HAVE_WRITEV 1
+
+/* Path to ifconfig tool */
+#define IFCONFIG_PATH "/system/xbin/ifconfig"
+
+/* Path to iproute tool */
+#define IPROUTE_PATH "ip"
+
+/* Use lzo/ directory prefix for LZO header files (for LZO 2.0) */
+#define LZO_HEADER_DIR 1
+
+/* LZO version number */
+#define LZO_VERSION_NUM "2"
+
+/* Name of package */
+#define PACKAGE "openvpn"
+
+/* Define to the address where bug reports for this package should be sent. */
+#define PACKAGE_BUGREPORT "openvpn-users@lists.sourceforge.net"
+
+/* Define to the full name of this package. */
+#define PACKAGE_NAME "OpenVPN"
+
+/* Define to the full name and version of this package. */
+#define PACKAGE_STRING "OpenVPN 2.3_rc1+dspatch3"
+
+/* Define to the one symbol short name of this package. */
+#define PACKAGE_TARNAME "openvpn"
+
+/* Define to the version of this package. */
+#define PACKAGE_VERSION "2.3_beta1"
+
+/* Define to the necessary symbol if this constant uses a non-standard name on
+ your system. */
+/* #undef PTHREAD_CREATE_JOINABLE */
+
+/* Define as the return type of signal handlers (`int' or `void'). */
+#define RETSIGTYPE void
+
+/* Path to route tool */
+#define ROUTE_PATH "/system/xbin/route"
+
+/* The size of `unsigned int', as computed by sizeof. */
+#define SIZEOF_UNSIGNED_INT 4
+
+/* The size of `unsigned long', as computed by sizeof. */
+#define SIZEOF_UNSIGNED_LONG 4
+
+/* Define to 1 if you have the ANSI C header files. */
+#define STDC_HEADERS 1
+
+/* Enable strict options check between peers */
+/* #undef STRICT_OPTIONS_CHECK */
+
+/* The TAP-Win32 id defined in tap-win32/SOURCES */
+#define TAP_ID "tap0901"
+
+/* The TAP-Win32 version number is defined in tap-win32/SOURCES */
+#define TAP_WIN32_MIN_MAJOR 9
+
+/* The TAP-Win32 version number is defined in tap-win32/SOURCES */
+#define TAP_WIN32_MIN_MINOR 1
+
+/* A string representing our target */
+#define TARGET_ALIAS TARGET_ABI
+
+/* Are we running on Mac OS X? */
+/* #undef TARGET_DARWIN */
+
+/* Are we running on DragonFlyBSD? */
+/* #undef TARGET_DRAGONFLY */
+
+/* Are we running on FreeBSD? */
+/* #undef TARGET_FREEBSD */
+
+/* Are we running on Android Linux? */
+/* TARGET_LINUX is not enable since the TARGET_XXX options mainly
+ control different tun/tap, ifconfig behaviour and Android VpnProvider
+ is very different from Linux */
+#define TARGET_ANDROID
+
+/* Are we running on Linux? */
+/* #define TARGET_LINUX 1 */
+
+/* Are we running NetBSD? */
+/* #undef TARGET_NETBSD */
+
+/* Are we running on OpenBSD? */
+/* #undef TARGET_OPENBSD */
+
+/* Are we running on Solaris? */
+/* #undef TARGET_SOLARIS */
+
+/* Are we running WIN32? */
+/* #undef TARGET_WIN32 */
+
+/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
+#define TIME_WITH_SYS_TIME 1
+
+/* Win32 builtin */
+/* #undef UF */
+
+/* Use OpenSSL crypto library */
+#define USE_CRYPTO 1
+
+/* Use libdl for dynamic library loading */
+#define USE_LIBDL 1
+
+/* Use LoadLibrary to load DLLs on Windows */
+/* #undef USE_LOAD_LIBRARY */
+
+/* Use LZO compression library */
+#define ENABLE_LZO 1
+
+/* Enable PKCS11 capability */
+/* #undef USE_PKCS11 */
+
+/* Use pthread-based multithreading */
+/* #undef USE_PTHREAD */
+
+/* Use OpenSSL SSL library */
+#define ENABLE_SSL 1
+#define USE_SSL 1
+#define ENABLE_CRYPTO 1
+#define ENABLE_CRYPTO_OPENSSL 1
+
+/* Use valgrind memory debugging library */
+/* #undef USE_VALGRIND */
+
+/* Version number of package */
+#define VERSION "2.1.4"
+
+/* Enable GNU extensions on systems that have them. */
+#ifndef _GNU_SOURCE
+# define _GNU_SOURCE 1
+#endif
+
+/* Define to empty if `const' does not conform to ANSI C. */
+/* #undef const */
+
+/* Define to `int' if <sys/types.h> doesn't define. */
+/* #undef gid_t */
+
+/* Some systems don't define in_addr_t */
+/* #undef in_addr_t */
+
+/* Define to `__inline__' or `__inline' if that's what the C compiler
+ calls it, or to nothing if 'inline' is not supported under any name. */
+#ifndef __cplusplus
+/* #undef inline */
+#endif
+
+/* Define to `long int' if <sys/types.h> does not define. */
+/* #undef off_t */
+
+/* Define to `int' if <sys/types.h> does not define. */
+/* #undef pid_t */
+
+/* Define to `unsigned int' if <sys/types.h> does not define. */
+/* #undef size_t */
+
+/* type to use in place of socklen_t if not defined */
+/* #undef socklen_t */
+
+/* Define to `int' if <sys/types.h> doesn't define. */
+/* #undef uid_t */
+
+/* 16-bit unsigned type */
+/* #undef uint16_t */
+
+/* 32-bit unsigned type */
+/* #undef uint32_t */
+
+/* 8-bit unsigned type */
+/* #undef uint8_t */
+
+/* Define as `fork' if `vfork' does not work. */
+/* #undef vfork */
+
+/* Define to empty if the keyword `volatile' does not work. Warning: valid
+ code using `volatile' can become incorrect without. Disable with care. */
+/* #undef volatile */
+
+// New version
+#define HAVE_INET_NTOP 1
+#define HAVE_INET_PTON 1
+#define HAVE_LZO_LZOUTIL_H 1
+#define HAVE_LZO_LZO1X_H 1
+#define HAVE_SYS_TIME_H 1
+#define HAVE_TIME_H 1
diff --git a/app/ovpnlibs/assets/minivpn.armeabi b/app/ovpnlibs/assets/minivpn.armeabi
new file mode 100755
index 00000000..5c1865b1
--- /dev/null
+++ b/app/ovpnlibs/assets/minivpn.armeabi
Binary files differ
diff --git a/app/ovpnlibs/assets/minivpn.armeabi-v7a b/app/ovpnlibs/assets/minivpn.armeabi-v7a
new file mode 100755
index 00000000..cb506b63
--- /dev/null
+++ b/app/ovpnlibs/assets/minivpn.armeabi-v7a
Binary files differ
diff --git a/app/ovpnlibs/assets/minivpn.mips b/app/ovpnlibs/assets/minivpn.mips
new file mode 100755
index 00000000..6c8a3f5e
--- /dev/null
+++ b/app/ovpnlibs/assets/minivpn.mips
Binary files differ
diff --git a/app/ovpnlibs/assets/minivpn.x86 b/app/ovpnlibs/assets/minivpn.x86
new file mode 100755
index 00000000..a80bb27a
--- /dev/null
+++ b/app/ovpnlibs/assets/minivpn.x86
Binary files differ
diff --git a/app/src/androidTest/java/se/leap/bitmaskclient/test/testConfigurationWizard.java b/app/src/androidTest/java/se/leap/bitmaskclient/test/testConfigurationWizard.java
index 847d8cdd..8ddfbc57 100644
--- a/app/src/androidTest/java/se/leap/bitmaskclient/test/testConfigurationWizard.java
+++ b/app/src/androidTest/java/se/leap/bitmaskclient/test/testConfigurationWizard.java
@@ -46,7 +46,7 @@ public class testConfigurationWizard extends ActivityInstrumentationTestCase2<Co
public void testAddNewProvider() {
solo.clickOnActionBarItem(R.id.new_provider);
- solo.enterText(0, "dev.bitmask.net");
+ solo.enterText(0, "calyx.net");
solo.clickOnCheckBox(0);
solo.clickOnText(solo.getString(R.string.save));
added_providers = added_providers+1;
diff --git a/app/src/androidTest/java/se/leap/bitmaskclient/test/testDashboard.java b/app/src/androidTest/java/se/leap/bitmaskclient/test/testDashboard.java
index 269f1d18..bbc3e97d 100644
--- a/app/src/androidTest/java/se/leap/bitmaskclient/test/testDashboard.java
+++ b/app/src/androidTest/java/se/leap/bitmaskclient/test/testDashboard.java
@@ -50,14 +50,14 @@ public class testDashboard extends ActivityInstrumentationTestCase2<Dashboard> {
if(!solo.waitForText(getActivity().getString(R.string.eip_state_not_connected)))
fail();
- ConnectionManager.setMobileDataEnabled(false, solo.getCurrentActivity().getApplicationContext());
+ /*ConnectionManager.setMobileDataEnabled(false, solo.getCurrentActivity().getApplicationContext());
solo.clickOnView(solo.getView(R.id.eipSwitch));
if(!solo.waitForText(getActivity().getString(R.string.eip_status_start_pending)))
fail();
if(!solo.waitForText(getActivity().getString(R.string.state_nonetwork)))
fail();
-
+ */
}
public void testLogInAndOut() {
diff --git a/app/src/debug/AndroidManifest.xml b/app/src/debug/AndroidManifest.xml
new file mode 100644
index 00000000..4c648a5f
--- /dev/null
+++ b/app/src/debug/AndroidManifest.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2011 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<manifest xmlns:android="http://schemas.android.com/apk/res/android">
+
+ <!-- if you want to run test, this permissions are needed. Gradle will get rid of them once we implement it. -->
+ <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
+ <uses-permission android:name="android.permission.CHANGE_NETWORK_STATE"/>
+ <uses-permission android:name="android.permission.WRITE_SECURE_SETTINGS"/>
+ <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
+ <uses-permission android:name="android.permission.CHANGE_WIFI_STATE" />
+
+</manifest>
diff --git a/app/src/debug/assets/urls/cdev.bitmask.net.url b/app/src/debug/assets/urls/cdev.bitmask.net.url
new file mode 100644
index 00000000..4ceca5ee
--- /dev/null
+++ b/app/src/debug/assets/urls/cdev.bitmask.net.url
@@ -0,0 +1,3 @@
+{
+ "main_url" : "https://cdev.bitmask.net/"
+} \ No newline at end of file
diff --git a/app/src/debug/assets/urls/dev.bitmask.net.url b/app/src/debug/assets/urls/dev.bitmask.net.url
new file mode 100644
index 00000000..a1e53f69
--- /dev/null
+++ b/app/src/debug/assets/urls/dev.bitmask.net.url
@@ -0,0 +1,3 @@
+{
+ "main_url" : "https://dev.bitmask.net/"
+} \ No newline at end of file
diff --git a/app/src/main/java/se/leap/bitmaskclient/ConfigurationWizard.java b/app/src/debug/java/se/leap/bitmaskclient/ConfigurationWizard.java
index f0aac40b..cf013f3a 100644
--- a/app/src/main/java/se/leap/bitmaskclient/ConfigurationWizard.java
+++ b/app/src/debug/java/se/leap/bitmaskclient/ConfigurationWizard.java
@@ -49,6 +49,7 @@ import android.widget.ProgressBar;
import android.widget.RelativeLayout;
import android.widget.TextView;
import java.io.IOException;
+import java.io.InputStream;
import java.net.MalformedURLException;
import java.net.URL;
import java.util.Iterator;
@@ -80,10 +81,11 @@ implements ProviderListFragment.Callbacks, NewProviderDialogInterface, ProviderD
final public static String TAG = "se.leap.bitmaskclient.ConfigurationWizard";
final public static String TYPE_OF_CERTIFICATE = "type_of_certificate";
final public static String ANON_CERTIFICATE = "anon_certificate";
- final public static String AUTHED_CERTIFICATE = "authed_certificate";
+ final public static String AUTHED_CERTIFICATE = "authed_certificate";
final protected static String PROVIDER_SET = "PROVIDER SET";
final protected static String SERVICES_RETRIEVED = "SERVICES RETRIEVED";
+ final protected static String ASSETS_URL_FOLDER = "urls";
public ProviderAPIResultReceiver providerAPI_result_receiver;
private ProviderAPIBroadcastReceiver_Update providerAPI_broadcast_receiver_update;
@@ -353,34 +355,46 @@ implements ProviderListFragment.Callbacks, NewProviderDialogInterface, ProviderD
return listItem.getMeasuredHeight();
}
- /**
- * Loads providers data from url file contained in the project
- * @return true if the file was read correctly
- */
- private boolean loadPreseededProviders() {
- boolean loaded_preseeded_providers = false;
- AssetManager asset_manager = getAssets();
- String[] urls_filepaths = null;
- try {
- String url_files_folder = "urls";
- //TODO Put that folder in a better place (also inside the "for")
- urls_filepaths = asset_manager.list(url_files_folder);
- String provider_name = "";
- for(String url_filepath : urls_filepaths)
- {
- boolean custom = false;
- provider_name = url_filepath.subSequence(0, url_filepath.indexOf(".")).toString();
- if(ProviderListContent.ITEMS.isEmpty()) //TODO I have to implement a way of checking if a provider new or is already present in that ITEMS list
- ProviderListContent.addItem(new ProviderItem(provider_name, asset_manager.open(url_files_folder + "/" + url_filepath)));
- loaded_preseeded_providers = true;
- }
- } catch (IOException e) {
- loaded_preseeded_providers = false;
- }
-
- return loaded_preseeded_providers;
- }
-
+ /**
+ * Loads providers data from url files contained in the assets folder
+ * @return true if the files were correctly read
+ */
+ private boolean loadPreseededProviders() {
+ boolean loaded_preseeded_providers = false;
+ String[] urls_filepaths = null;
+ try {
+ //TODO Put that folder in a better place (also inside the "for")
+ urls_filepaths = getAssets().list(ASSETS_URL_FOLDER);
+ String provider_name = "";
+ for(String url_filepath : urls_filepaths) {
+ provider_name = url_filepath.subSequence(0, url_filepath.lastIndexOf(".")).toString();
+ String provider_main_url = extractProviderMainUrlFromAssetsFile(ASSETS_URL_FOLDER + "/" + url_filepath);
+ if(getId(provider_main_url).isEmpty())
+ ProviderListContent.addItem(new ProviderItem(provider_name, provider_main_url));
+ loaded_preseeded_providers = true;
+ }
+ } catch (IOException e) {
+ loaded_preseeded_providers = false;
+ }
+
+ return loaded_preseeded_providers;
+ }
+
+ private String extractProviderMainUrlFromAssetsFile(String filepath) {
+ String provider_main_url = "";
+ try {
+ InputStream input_stream_file_contents = getAssets().open(filepath);
+ byte[] urls_file_bytes = new byte[input_stream_file_contents.available()];
+ input_stream_file_contents.read(urls_file_bytes);
+ String urls_file_content = new String(urls_file_bytes);
+ JSONObject file_contents = new JSONObject(urls_file_content);
+ provider_main_url = file_contents.getString(Provider.MAIN_URL);
+ } catch (JSONException e) {
+ } catch (IOException e) {
+ }
+ return provider_main_url;
+ }
+
/**
* Asks ProviderAPI to download an anonymous (anon) VPN certificate.
*/
diff --git a/app/src/main/java/se/leap/bitmaskclient/NewProviderDialog.java b/app/src/debug/java/se/leap/bitmaskclient/NewProviderDialog.java
index cf09c64b..cf09c64b 100644
--- a/app/src/main/java/se/leap/bitmaskclient/NewProviderDialog.java
+++ b/app/src/debug/java/se/leap/bitmaskclient/NewProviderDialog.java
diff --git a/app/src/main/java/se/leap/bitmaskclient/ProviderAPI.java b/app/src/debug/java/se/leap/bitmaskclient/ProviderAPI.java
index 75ef511d..9f4b8d27 100644
--- a/app/src/main/java/se/leap/bitmaskclient/ProviderAPI.java
+++ b/app/src/debug/java/se/leap/bitmaskclient/ProviderAPI.java
@@ -467,7 +467,7 @@ public class ProviderAPI extends IntentService {
broadcast_progress(progress++);
CA_CERT_DOWNLOADED = true;
if(!PROVIDER_JSON_DOWNLOADED)
- current_download = getAndSetProviderJson(last_provider_main_url);
+ current_download = getAndSetProviderJson(last_provider_main_url, last_danger_on);
if(PROVIDER_JSON_DOWNLOADED || (current_download.containsKey(RESULT_KEY) && current_download.getBoolean(RESULT_KEY))) {
broadcast_progress(progress++);
PROVIDER_JSON_DOWNLOADED = true;
@@ -518,11 +518,11 @@ public class ProviderAPI extends IntentService {
return result;
}
- private Bundle getAndSetProviderJson(String provider_main_url) {
+ private Bundle getAndSetProviderJson(String provider_main_url, boolean danger_on) {
Bundle result = new Bundle();
if(setting_up_provider) {
- String provider_dot_json_string = downloadWithProviderCA(provider_main_url + "/provider.json", true);
+ String provider_dot_json_string = downloadWithCommercialCA(provider_main_url + "/provider.json", danger_on);
try {
JSONObject provider_json = new JSONObject(provider_dot_json_string);
diff --git a/app/src/main/java/se/leap/bitmaskclient/ProviderDetailFragment.java b/app/src/debug/java/se/leap/bitmaskclient/ProviderDetailFragment.java
index c067ce2b..c067ce2b 100644
--- a/app/src/main/java/se/leap/bitmaskclient/ProviderDetailFragment.java
+++ b/app/src/debug/java/se/leap/bitmaskclient/ProviderDetailFragment.java
diff --git a/app/src/main/java/se/leap/bitmaskclient/ProviderListContent.java b/app/src/debug/java/se/leap/bitmaskclient/ProviderListContent.java
index e1ca4f9a..8c8fb69f 100644
--- a/app/src/main/java/se/leap/bitmaskclient/ProviderListContent.java
+++ b/app/src/debug/java/se/leap/bitmaskclient/ProviderListContent.java
@@ -61,36 +61,10 @@ public class ProviderListContent {
final public static String DANGER_ON = "danger_on";
private String provider_main_url;
private String name;
-
- /**
- * @param name of the provider
- * @param urls_file_input_stream file input stream linking with the assets url file
- * @param custom if it's a new provider entered by the user or not
- * @param danger_on if the user trusts completely the new provider
- */
- public ProviderItem(String name, InputStream urls_file_input_stream) {
-
- try {
- byte[] urls_file_bytes = new byte[urls_file_input_stream.available()];
- urls_file_input_stream.read(urls_file_bytes);
- String urls_file_content = new String(urls_file_bytes);
- JSONObject file_contents = new JSONObject(urls_file_content);
- provider_main_url = file_contents.getString(Provider.MAIN_URL);
- this.name = name;
- } catch (JSONException e) {
- // TODO Auto-generated catch block
- e.printStackTrace();
- } catch (IOException e) {
- // TODO Auto-generated catch block
- e.printStackTrace();
- }
- }
-
+
/**
* @param name of the provider
* @param provider_main_url used to download provider.json file of the provider
- * @param provider_json already downloaded
- * @param custom if it's a new provider entered by the user or not
*/
public ProviderItem(String name, String provider_main_url) {
this.name = name;
diff --git a/app/src/main/res/layout-xlarge/new_provider_dialog.xml b/app/src/debug/res/layout-xlarge/new_provider_dialog.xml
index fc7d84ab..fc7d84ab 100644
--- a/app/src/main/res/layout-xlarge/new_provider_dialog.xml
+++ b/app/src/debug/res/layout-xlarge/new_provider_dialog.xml
diff --git a/app/src/main/res/layout/new_provider_dialog.xml b/app/src/debug/res/layout/new_provider_dialog.xml
index 19b8f442..19b8f442 100644
--- a/app/src/main/res/layout/new_provider_dialog.xml
+++ b/app/src/debug/res/layout/new_provider_dialog.xml
diff --git a/app/src/debug/res/values/strings.xml b/app/src/debug/res/values/strings.xml
new file mode 100644
index 00000000..3e568115
--- /dev/null
+++ b/app/src/debug/res/values/strings.xml
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <string name="danger_checkbox">Skip security check</string>
+</resources>
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index c1f13ba6..0c6d0b3f 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -17,19 +17,12 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="se.leap.bitmaskclient"
- android:versionCode="74"
- android:versionName="0.5" >
+ android:versionCode="77"
+ android:versionName="0.5.1" >
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
-
- <!-- if you want to run test, this permissions are needed. Gradle will get rid of them once we implement it. -->
- <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
- <uses-permission android:name="android.permission.CHANGE_NETWORK_STATE"/>
- <uses-permission android:name="android.permission.WRITE_SECURE_SETTINGS"/>
- <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
- <uses-permission android:name="android.permission.CHANGE_WIFI_STATE" />
-
+ <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
<!-- <uses-permission android:name="com.android.vending.BILLING" /> -->
<uses-sdk
@@ -50,7 +43,16 @@
</intent-filter>
</service>
<service android:name="se.leap.bitmaskclient.ProviderAPI" android:enabled="true"/>
-
+
+ <receiver
+ android:name="se.leap.bitmaskclient.OnBootReceiver"
+ android:enabled="true"
+ android:permission="android.permission.RECEIVE_BOOT_COMPLETED" >
+ <intent-filter>
+ <action android:name="android.intent.action.BOOT_COMPLETED" />
+ </intent-filter>
+ </receiver>
+
<activity
android:name="se.leap.openvpn.LaunchVPN"
android:label="@string/vpn_launch_title" >
diff --git a/app/src/main/java/se/leap/bitmaskclient/Dashboard.java b/app/src/main/java/se/leap/bitmaskclient/Dashboard.java
index b388b84a..3c17ebb8 100644
--- a/app/src/main/java/se/leap/bitmaskclient/Dashboard.java
+++ b/app/src/main/java/se/leap/bitmaskclient/Dashboard.java
@@ -57,7 +57,11 @@ public class Dashboard extends Activity implements LogInDialog.LogInDialogInterf
final public static String SHARED_PREFERENCES = "LEAPPreferences";
final public static String ACTION_QUIT = "quit";
- public static final String REQUEST_CODE = "request_code";
+ public static final String REQUEST_CODE = "request_code";
+ public static final String PARAMETERS = "dashboard parameters";
+ public static final String START_ON_BOOT = "dashboard start on boot";
+ final public static String ON_BOOT = "dashboard on boot";
+
private ProgressBar mProgressBar;
private TextView eipStatus;
@@ -90,14 +94,18 @@ public class Dashboard extends Activity implements LogInDialog.LogInDialogInterf
if (preferences.getString(Provider.KEY, "").isEmpty())
startActivityForResult(new Intent(this,ConfigurationWizard.class),CONFIGURE_LEAP);
else
- buildDashboard();
+ buildDashboard(getIntent().getBooleanExtra(ON_BOOT, false));
}
@Override
protected void onDestroy() {
super.onDestroy();
}
-
+
+ protected void onPause() {
+ super.onPause();
+ }
+
@Override
protected void onActivityResult(int requestCode, int resultCode, Intent data){
if ( requestCode == CONFIGURE_LEAP || requestCode == SWITCH_PROVIDER) {
@@ -108,13 +116,13 @@ public class Dashboard extends Activity implements LogInDialog.LogInDialogInterf
Intent updateEIP = new Intent(getApplicationContext(), EIP.class);
updateEIP.setAction(EIP.ACTION_UPDATE_EIP_SERVICE);
startService(updateEIP);
- buildDashboard();
+ buildDashboard(false);
invalidateOptionsMenu();
if(data != null && data.hasExtra(LogInDialog.VERB)) {
View view = ((ViewGroup)findViewById(android.R.id.content)).getChildAt(0);
logInDialog(view, Bundle.EMPTY);
}
- } else if(resultCode == RESULT_CANCELED && data.hasExtra(ACTION_QUIT)) {
+ } else if(resultCode == RESULT_CANCELED && (data == null || data.hasExtra(ACTION_QUIT))) {
finish();
} else
configErrorDialog();
@@ -152,7 +160,7 @@ public class Dashboard extends Activity implements LogInDialog.LogInDialogInterf
* Inflates permanent UI elements of the View and contains logic for what
* service dependent UI elements to include.
*/
- private void buildDashboard() {
+ private void buildDashboard(boolean hide_and_turn_on_eip) {
provider = Provider.getInstance();
provider.init( this );
@@ -167,7 +175,17 @@ public class Dashboard extends Activity implements LogInDialog.LogInDialogInterf
FragmentManager fragMan = getFragmentManager();
if ( provider.hasEIP()){
EipServiceFragment eipFragment = new EipServiceFragment();
+ if (hide_and_turn_on_eip) {
+ getSharedPreferences(Dashboard.SHARED_PREFERENCES, MODE_PRIVATE).edit().remove(Dashboard.START_ON_BOOT).commit();
+ Bundle arguments = new Bundle();
+ arguments.putBoolean(EipServiceFragment.START_ON_BOOT, true);
+ eipFragment.setArguments(arguments);
+ }
fragMan.beginTransaction().replace(R.id.servicesCollection, eipFragment, EipServiceFragment.TAG).commit();
+
+ if (hide_and_turn_on_eip) {
+ onBackPressed();
+ }
}
}
@@ -464,9 +482,9 @@ public class Dashboard extends Activity implements LogInDialog.LogInDialogInterf
// TODO validate "action"...how do we get the list of intent-filters for a class via Android API?
Intent eip_intent = new Intent(this, EIP.class);
eip_intent.setAction(EIP.ACTION_STOP_EIP);
- // eip_intent.putExtra(EIP.RECEIVER_TAG, eip_receiver);
+ // eip_intent.putExtra(EIP.RECEIVER_TAG, eip_receiver);fi
startService(eip_intent);
-
+
}
private void eipStart(){
diff --git a/app/src/main/java/se/leap/bitmaskclient/EIP.java b/app/src/main/java/se/leap/bitmaskclient/EIP.java
index e773e3b9..68688b90 100644
--- a/app/src/main/java/se/leap/bitmaskclient/EIP.java
+++ b/app/src/main/java/se/leap/bitmaskclient/EIP.java
@@ -108,11 +108,12 @@ public final class EIP extends IntentService {
@Override
public void onDestroy() {
- unbindService(mVpnServiceConn);
- mBound = false;
-
- super.onDestroy();
+ unbindService(mVpnServiceConn);
+ mBound = false;
+
+ super.onDestroy();
}
+
@Override
protected void onHandleIntent(Intent intent) {
diff --git a/app/src/main/java/se/leap/bitmaskclient/EipServiceFragment.java b/app/src/main/java/se/leap/bitmaskclient/EipServiceFragment.java
index b4cb541a..4341c9dc 100644
--- a/app/src/main/java/se/leap/bitmaskclient/EipServiceFragment.java
+++ b/app/src/main/java/se/leap/bitmaskclient/EipServiceFragment.java
@@ -27,6 +27,7 @@ import android.widget.TextView;
public class EipServiceFragment extends Fragment implements StateListener, OnCheckedChangeListener {
protected static final String IS_EIP_PENDING = "is_eip_pending";
+ public static final String START_ON_BOOT = "start on boot";
private View eipFragment;
private static Switch eipSwitch;
@@ -73,6 +74,8 @@ public class EipServiceFragment extends Fragment implements StateListener, OnChe
});
eipSwitch.setOnCheckedChangeListener(this);
+ if(getArguments() != null && getArguments().containsKey(START_ON_BOOT) && getArguments().getBoolean(START_ON_BOOT))
+ startEipFromScratch();
return eipFragment;
}
@@ -108,24 +111,32 @@ public class EipServiceFragment extends Fragment implements StateListener, OnChe
OpenVPN.removeStateListener(this);
}
-
+
@Override
public void onSaveInstanceState(Bundle outState) {
super.onSaveInstanceState(outState);
outState.putBoolean(IS_EIP_PENDING, mEipStartPending);
}
-
+
+ protected void saveEipStatus() {
+ boolean eip_is_on = false;
+ Log.d("bitmask", "saveEipStatus");
+ if(eipSwitch.isChecked()) {
+ eip_is_on = true;
+ }
+
+ if(getActivity() != null)
+ getActivity().getSharedPreferences(Dashboard.SHARED_PREFERENCES, Activity.MODE_PRIVATE).edit().putBoolean(Dashboard.START_ON_BOOT, eip_is_on).commit();
+ }
@Override
public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) {
+ Log.d("bitmask", "onCheckChanged");
if (buttonView.equals(eipSwitch) && !eipAutoSwitched){
boolean allowed_anon = getActivity().getSharedPreferences(Dashboard.SHARED_PREFERENCES, Activity.MODE_PRIVATE).getBoolean(EIP.ALLOWED_ANON, false);
String certificate = getActivity().getSharedPreferences(Dashboard.SHARED_PREFERENCES, Activity.MODE_PRIVATE).getString(EIP.CERTIFICATE, "");
if(allowed_anon || !certificate.isEmpty()) {
if (isChecked){
- mEipStartPending = true;
- eipFragment.findViewById(R.id.eipProgress).setVisibility(View.VISIBLE);
- ((TextView) eipFragment.findViewById(R.id.eipStatus)).setText(R.string.eip_status_start_pending);
- eipCommand(EIP.ACTION_START_EIP);
+ startEipFromScratch();
} else {
if (mEipStartPending){
AlertDialog.Builder alertBuilder = new AlertDialog.Builder(getActivity());
@@ -165,9 +176,18 @@ public class EipServiceFragment extends Fragment implements StateListener, OnChe
eipStatus.setText(R.string.state_noprocess);
}
eipAutoSwitched = true;
+ saveEipStatus();
}
+ public void startEipFromScratch() {
+ mEipStartPending = true;
+ eipFragment.findViewById(R.id.eipProgress).setVisibility(View.VISIBLE);
+ ((TextView) eipFragment.findViewById(R.id.eipStatus)).setText(R.string.eip_status_start_pending);
+ eipSwitch.setChecked(true);
+ saveEipStatus();
+ eipCommand(EIP.ACTION_START_EIP);
+ }
/**
* Send a command to EIP
diff --git a/app/src/main/java/se/leap/bitmaskclient/OnBootReceiver.java b/app/src/main/java/se/leap/bitmaskclient/OnBootReceiver.java
new file mode 100644
index 00000000..eb196d46
--- /dev/null
+++ b/app/src/main/java/se/leap/bitmaskclient/OnBootReceiver.java
@@ -0,0 +1,24 @@
+package se.leap.bitmaskclient;
+
+import android.content.BroadcastReceiver;
+import android.content.Context;
+import android.content.Intent;
+import android.util.Log;
+
+
+public class OnBootReceiver extends BroadcastReceiver {
+
+ // Debug: am broadcast -a android.intent.action.BOOT_COMPLETED
+ @Override
+ public void onReceive(Context context, Intent intent) {
+ if (Intent.ACTION_BOOT_COMPLETED.equals(intent.getAction())) {
+ if (!context.getSharedPreferences(Dashboard.SHARED_PREFERENCES, Context.MODE_PRIVATE).getString(Provider.KEY, "").isEmpty() && context.getSharedPreferences(Dashboard.SHARED_PREFERENCES, Context.MODE_PRIVATE).getBoolean(Dashboard.START_ON_BOOT, false)) {
+ Intent dashboard_intent = new Intent(context, Dashboard.class);
+ dashboard_intent.setAction(EIP.ACTION_START_EIP);
+ dashboard_intent.putExtra(Dashboard.ON_BOOT, true);
+ dashboard_intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
+ context.startActivity(dashboard_intent);
+ }
+ }
+ }
+}
diff --git a/app/src/main/java/se/leap/openvpn/OpenVpnService.java b/app/src/main/java/se/leap/openvpn/OpenVpnService.java
index b5c9c798..deec8518 100644
--- a/app/src/main/java/se/leap/openvpn/OpenVpnService.java
+++ b/app/src/main/java/se/leap/openvpn/OpenVpnService.java
@@ -1,13 +1,8 @@
package se.leap.openvpn;
-import java.io.IOException;
-import java.lang.reflect.InvocationTargetException;
-import java.lang.reflect.Method;
-import java.util.Vector;
-import se.leap.bitmaskclient.Dashboard;
-import se.leap.bitmaskclient.R;
import android.annotation.TargetApi;
+import android.app.Activity;
import android.app.Notification;
import android.app.NotificationManager;
import android.app.PendingIntent;
@@ -20,11 +15,17 @@ import android.net.LocalSocket;
import android.net.LocalSocketAddress;
import android.net.VpnService;
import android.os.Binder;
-import android.os.Handler.Callback;
import android.os.Build;
+import android.os.Handler.Callback;
import android.os.IBinder;
import android.os.Message;
import android.os.ParcelFileDescriptor;
+import java.io.IOException;
+import java.lang.reflect.InvocationTargetException;
+import java.lang.reflect.Method;
+import java.util.Vector;
+import se.leap.bitmaskclient.Dashboard;
+import se.leap.bitmaskclient.R;
import se.leap.openvpn.OpenVPN.StateListener;
public class OpenVpnService extends VpnService implements StateListener, Callback {
@@ -163,7 +164,7 @@ public class OpenVpnService extends VpnService implements StateListener, Callbac
PendingIntent getLogPendingIntent() {
// Let the configure Button show the Dashboard
- Intent intent = new Intent(Dashboard.getAppContext(),Dashboard.class);
+ Intent intent = new Intent(getApplicationContext(),Dashboard.class);
intent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP);
PendingIntent startLW = PendingIntent.getActivity(getApplicationContext(), 0, intent, PendingIntent.FLAG_UPDATE_CURRENT);
intent.addFlags(Intent.FLAG_ACTIVITY_REORDER_TO_FRONT);
@@ -278,10 +279,11 @@ public class OpenVpnService extends VpnService implements StateListener, Callbac
@Override
public void onDestroy() {
- if (mProcessThread != null) {
+ if (mProcessThread != null) {
mSocketManager.managmentCommand("signal SIGINT\n");
mProcessThread.interrupt();
+
}
if (mNetworkStateReceiver!= null) {
this.unregisterReceiver(mNetworkStateReceiver);
@@ -468,11 +470,16 @@ public class OpenVpnService extends VpnService implements StateListener, Callbac
public void updateState(String state,String logmessage, int resid) {
// If the process is not running, ignore any state,
// Notification should be invisible in this state
- if(mProcessThread==null)
- return;
- if("CONNECTED".equals(state)) {
- mNotificationManager.cancel(OPENVPN_STATUS);
- } else if(!"BYTECOUNT".equals(state)) {
+ android.util.Log.d("OpenVpnService", "updateState(" + state + ","+logmessage);
+
+ if(mProcessThread==null) {
+ if(mNotificationManager != null)
+ mNotificationManager.cancel(OPENVPN_STATUS);
+ return;
+ }
+ if("CONNECTED".equalsIgnoreCase(state)) {
+ mNotificationManager.cancel(OPENVPN_STATUS);
+ } else if(!"BYTECOUNT".equals(state)) {
// Other notifications are shown,
// This also mean we are no longer connected, ignore bytecount messages until next
@@ -481,6 +488,8 @@ public class OpenVpnService extends VpnService implements StateListener, Callbac
boolean persist = false;
if (("NOPROCESS".equals(state) ) || ("EXITING").equals(state)){
showNotification(state, getString(R.string.eip_state_not_connected), ticker, false, 0, persist);
+ if(getSharedPreferences(Dashboard.SHARED_PREFERENCES, Activity.MODE_PRIVATE) != null)
+ getSharedPreferences(Dashboard.SHARED_PREFERENCES, Activity.MODE_PRIVATE).edit().putBoolean(Dashboard.START_ON_BOOT, false).commit();
}
else if (state.equals("GET_CONFIG") || state.equals("ASSIGN_IP")){ //don't show them in the notification message
}
diff --git a/app/src/main/java/se/leap/openvpn/ProfileManager.java b/app/src/main/java/se/leap/openvpn/ProfileManager.java
index b9eb3ab6..07a4087a 100644
--- a/app/src/main/java/se/leap/openvpn/ProfileManager.java
+++ b/app/src/main/java/se/leap/openvpn/ProfileManager.java
@@ -71,7 +71,8 @@ public class ProfileManager {
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(c);
Editor prefsedit = prefs.edit();
- prefsedit.putString(ONBOOTPROFILE, connectedrofile.getUUIDString());
+ //prefsedit.putString(ONBOOTPROFILE, connectedrofile.getUUIDString());
+ prefsedit.putString(ONBOOTPROFILE, VpnProfile.EXTRA_PROFILEUUID);
prefsedit.apply();
mLastConnectedVpn=connectedrofile;
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index bcb6ecc9..492c48c7 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -116,7 +116,6 @@
<string name="error_no_such_algorithm_exception_user_message">Update the app</string>
<string name="login_button">Log In</string>
<string name="logout_button">Log Out</string>
- <string name="danger_checkbox">Skip security check</string>
<string name="setup_error_title">Configuration Error</string>
<string name="setup_error_configure_button">Configure</string>
<string name="setup_error_close_button">Exit</string>
diff --git a/app/src/release/java/se/leap/bitmaskclient/ConfigurationWizard.java b/app/src/release/java/se/leap/bitmaskclient/ConfigurationWizard.java
new file mode 100644
index 00000000..a6b009e3
--- /dev/null
+++ b/app/src/release/java/se/leap/bitmaskclient/ConfigurationWizard.java
@@ -0,0 +1,588 @@
+/**
+ * Copyright (c) 2013 LEAP Encryption Access Project and contributers
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+ package se.leap.bitmaskclient;
+
+
+
+
+
+
+import android.app.Activity;
+import android.app.DialogFragment;
+import android.app.Fragment;
+import android.app.FragmentManager;
+import android.app.FragmentTransaction;
+import android.content.BroadcastReceiver;
+import android.content.Context;
+import android.content.Intent;
+import android.content.IntentFilter;
+import android.content.SharedPreferences;
+import android.content.res.AssetManager;
+import android.os.Bundle;
+import android.os.Handler;
+import android.util.Log;
+import android.view.Display;
+import android.view.Menu;
+import android.view.MenuItem;
+import android.view.View.MeasureSpec;
+import android.view.View;
+import android.view.ViewGroup;
+import android.view.WindowManager;
+import android.widget.ListAdapter;
+import android.widget.ListView;
+import android.widget.ProgressBar;
+import android.widget.ProgressBar;
+import android.widget.RelativeLayout;
+import android.widget.TextView;
+import java.io.IOException;
+import java.io.InputStream;
+import java.net.MalformedURLException;
+import java.net.URL;
+import java.util.Iterator;
+import org.json.JSONException;
+import org.json.JSONObject;
+import se.leap.bitmaskclient.DownloadFailedDialog.DownloadFailedDialogInterface;
+import se.leap.bitmaskclient.NewProviderDialog.NewProviderDialogInterface;
+import se.leap.bitmaskclient.ProviderAPIResultReceiver.Receiver;
+import se.leap.bitmaskclient.ProviderDetailFragment.ProviderDetailFragmentInterface;
+import se.leap.bitmaskclient.ProviderListContent.ProviderItem;
+import se.leap.bitmaskclient.R;
+
+/**
+ * Activity that builds and shows the list of known available providers.
+ *
+ * It also allows the user to enter custom providers with a button.
+ *
+ * @author parmegv
+ *
+ */
+public class ConfigurationWizard extends Activity
+implements ProviderListFragment.Callbacks, NewProviderDialogInterface, ProviderDetailFragmentInterface, DownloadFailedDialogInterface, Receiver {
+
+ private ProgressBar mProgressBar;
+ private TextView progressbar_description;
+ private ProviderListFragment provider_list_fragment;
+ private Intent mConfigState = new Intent();
+
+ final public static String TAG = "se.leap.bitmaskclient.ConfigurationWizard";
+ final public static String TYPE_OF_CERTIFICATE = "type_of_certificate";
+ final public static String ANON_CERTIFICATE = "anon_certificate";
+ final public static String AUTHED_CERTIFICATE = "authed_certificate";
+
+ final protected static String PROVIDER_SET = "PROVIDER SET";
+ final protected static String SERVICES_RETRIEVED = "SERVICES RETRIEVED";
+ final protected static String ASSETS_URL_FOLDER = "urls";
+
+ public ProviderAPIResultReceiver providerAPI_result_receiver;
+ private ProviderAPIBroadcastReceiver_Update providerAPI_broadcast_receiver_update;
+
+ private static SharedPreferences preferences;
+ private static boolean setting_up_provider = false;
+
+ @Override
+ protected void onCreate(Bundle savedInstanceState) {
+ super.onCreate(savedInstanceState);
+ preferences = getSharedPreferences(Dashboard.SHARED_PREFERENCES, MODE_PRIVATE);
+
+ setContentView(R.layout.configuration_wizard_activity);
+ mProgressBar = (ProgressBar) findViewById(R.id.progressbar_configuration_wizard);
+ mProgressBar.setVisibility(ProgressBar.INVISIBLE);
+ progressbar_description = (TextView) findViewById(R.id.progressbar_description);
+ progressbar_description.setVisibility(TextView.INVISIBLE);
+ providerAPI_result_receiver = new ProviderAPIResultReceiver(new Handler());
+ providerAPI_result_receiver.setReceiver(this);
+ providerAPI_broadcast_receiver_update = new ProviderAPIBroadcastReceiver_Update();
+ IntentFilter update_intent_filter = new IntentFilter(ProviderAPI.UPDATE_PROGRESSBAR);
+ update_intent_filter.addCategory(Intent.CATEGORY_DEFAULT);
+ registerReceiver(providerAPI_broadcast_receiver_update, update_intent_filter);
+
+ loadPreseededProviders();
+
+ // Only create our fragments if we're not restoring a saved instance
+ if ( savedInstanceState == null ){
+ // TODO Some welcome screen?
+ // We will need better flow control when we have more Fragments (e.g. user auth)
+ provider_list_fragment = ProviderListFragment.newInstance();
+ Bundle arguments = new Bundle();
+ int configuration_wizard_request_code = getIntent().getIntExtra(Dashboard.REQUEST_CODE, -1);
+ if(configuration_wizard_request_code == Dashboard.SWITCH_PROVIDER) {
+ arguments.putBoolean(ProviderListFragment.SHOW_ALL_PROVIDERS, true);
+ }
+ provider_list_fragment.setArguments(arguments);
+
+ FragmentManager fragmentManager = getFragmentManager();
+ fragmentManager.beginTransaction()
+ .replace(R.id.configuration_wizard_layout, provider_list_fragment, ProviderListFragment.TAG)
+ .commit();
+ }
+
+ // TODO: If exposing deep links into your app, handle intents here.
+ }
+
+ @Override
+ protected void onDestroy() {
+ super.onDestroy();
+ unregisterReceiver(providerAPI_broadcast_receiver_update);
+ }
+
+ public void refreshProviderList(int top_padding) {
+ ProviderListFragment new_provider_list_fragment = new ProviderListFragment();
+ Bundle top_padding_bundle = new Bundle();
+ top_padding_bundle.putInt(ProviderListFragment.TOP_PADDING, top_padding);
+ new_provider_list_fragment.setArguments(top_padding_bundle);
+
+ FragmentManager fragmentManager = getFragmentManager();
+ fragmentManager.beginTransaction()
+ .replace(R.id.configuration_wizard_layout, new_provider_list_fragment, ProviderListFragment.TAG)
+ .commit();
+ }
+
+ @Override
+ public void onReceiveResult(int resultCode, Bundle resultData) {
+ if(resultCode == ProviderAPI.PROVIDER_OK) {
+ mConfigState.setAction(PROVIDER_SET);
+
+ if (preferences.getBoolean(EIP.ALLOWED_ANON, false)){
+ mConfigState.putExtra(SERVICES_RETRIEVED, true);
+ downloadAnonCert();
+ } else {
+ mProgressBar.incrementProgressBy(1);
+ mProgressBar.setVisibility(ProgressBar.GONE);
+ progressbar_description.setVisibility(TextView.GONE);
+ setResult(RESULT_OK);
+ showProviderDetails(getCurrentFocus());
+ }
+ } else if(resultCode == ProviderAPI.PROVIDER_NOK) {
+ //refreshProviderList(0);
+ String reason_to_fail = resultData.getString(ProviderAPI.ERRORS);
+ showDownloadFailedDialog(getCurrentFocus(), reason_to_fail);
+ mProgressBar.setVisibility(ProgressBar.GONE);
+ progressbar_description.setVisibility(TextView.GONE);
+ preferences.edit().remove(Provider.KEY).commit();
+ setting_up_provider = false;
+ setResult(RESULT_CANCELED, mConfigState);
+ }
+ else if(resultCode == ProviderAPI.CORRECTLY_DOWNLOADED_CERTIFICATE) {
+ mProgressBar.incrementProgressBy(1);
+ mProgressBar.setVisibility(ProgressBar.GONE);
+ progressbar_description.setVisibility(TextView.GONE);
+ //refreshProviderList(0);
+ setResult(RESULT_OK);
+ showProviderDetails(getCurrentFocus());
+ } else if(resultCode == ProviderAPI.INCORRECTLY_DOWNLOADED_CERTIFICATE) {
+ //refreshProviderList(0);
+ mProgressBar.setVisibility(ProgressBar.GONE);
+ progressbar_description.setVisibility(TextView.GONE);
+ //Toast.makeText(getApplicationContext(), R.string.incorrectly_downloaded_certificate_message, Toast.LENGTH_LONG).show();
+ setResult(RESULT_CANCELED, mConfigState);
+ } else if(resultCode == AboutActivity.VIEWED) {
+ // Do nothing, right now
+ // I need this for CW to wait for the About activity to end before going back to Dashboard.
+ }
+ }
+
+ /**
+ * Callback method from {@link ProviderListFragment.Callbacks}
+ * indicating that the item with the given ID was selected.
+ */
+ @Override
+ public void onItemSelected(String id) {
+ //TODO Code 2 pane view
+ // resetOldConnection();
+ ProviderItem selected_provider = getProvider(id);
+ int provider_index = getProviderIndex(id);
+
+
+ startProgressBar(provider_index+1);
+ provider_list_fragment.hideAllBut(provider_index);
+
+ setUpProvider(selected_provider.providerMainUrl());
+ }
+
+ @Override
+ public void onBackPressed() {
+ if(setting_up_provider) {
+ stopSettingUpProvider();
+ } else {
+ usualBackButton();
+ }
+ }
+
+ private void stopSettingUpProvider() {
+ ProviderAPI.stop();
+ mProgressBar.setVisibility(ProgressBar.GONE);
+ mProgressBar.setProgress(0);
+ progressbar_description.setVisibility(TextView.GONE);
+ getSharedPreferences(Dashboard.SHARED_PREFERENCES, Activity.MODE_PRIVATE).edit().remove(Provider.KEY).commit();
+ setting_up_provider = false;
+ showAllProviders();
+ }
+
+ private void usualBackButton() {
+ try {
+ boolean is_provider_set_up = new JSONObject(preferences.getString(Provider.KEY, "no provider")) != null ? true : false;
+ boolean is_provider_set_up_truly = new JSONObject(preferences.getString(Provider.KEY, "no provider")).length() != 0 ? true : false;
+ if(!is_provider_set_up || !is_provider_set_up_truly) {
+ askDashboardToQuitApp();
+ } else {
+ setResult(RESULT_OK);
+ }
+ } catch (JSONException e) {
+ askDashboardToQuitApp();
+ super.onBackPressed();
+ e.printStackTrace();
+ }
+ super.onBackPressed();
+ }
+ private void askDashboardToQuitApp() {
+ Intent ask_quit = new Intent();
+ ask_quit.putExtra(Dashboard.ACTION_QUIT, Dashboard.ACTION_QUIT);
+ setResult(RESULT_CANCELED, ask_quit);
+ }
+
+ private ProviderItem getProvider(String name) {
+ Iterator<ProviderItem> providers_iterator = ProviderListContent.ITEMS.iterator();
+ while(providers_iterator.hasNext()) {
+ ProviderItem provider = providers_iterator.next();
+ if(provider.name().equalsIgnoreCase(name)) {
+ return provider;
+ }
+ }
+ return null;
+ }
+
+ private String getId(String provider_main_url_string) {
+ try {
+ URL provider_url = new URL(provider_main_url_string);
+ URL aux_provider_url;
+ Iterator<ProviderItem> providers_iterator = ProviderListContent.ITEMS.iterator();
+ while(providers_iterator.hasNext()) {
+ ProviderItem provider = providers_iterator.next();
+ aux_provider_url = new URL(provider.providerMainUrl());
+ if(isSameURL(provider_url, aux_provider_url)) {
+ return provider.name();
+ }
+ }
+ } catch (MalformedURLException e) {
+ e.printStackTrace();
+ }
+ return "";
+ }
+
+ /**
+ * Checks, whether 2 urls are pointing to the same location.
+ *
+ * @param url a url
+ * @param baseUrl an other url, that should be compared.
+ * @return true, if the urls point to the same host and port and use the
+ * same protocol, false otherwise.
+ */
+ private boolean isSameURL(final URL url, final URL baseUrl) {
+ if (!url.getProtocol().equals(baseUrl.getProtocol())) {
+ return false;
+ }
+ if (!url.getHost().equals(baseUrl.getHost())) {
+ return false;
+ }
+ if (url.getPort() != baseUrl.getPort()) {
+ return false;
+ }
+ return true;
+ }
+
+ private void startProgressBar() {
+ mProgressBar.setVisibility(ProgressBar.VISIBLE);
+ mProgressBar.setProgress(0);
+ mProgressBar.setMax(3);
+ }
+
+ private void startProgressBar(int list_item_index) {
+ mProgressBar.setVisibility(ProgressBar.VISIBLE);
+ progressbar_description.setVisibility(TextView.VISIBLE);
+ mProgressBar.setProgress(0);
+ mProgressBar.setMax(3);
+ int measured_height = listItemHeight(list_item_index);
+ mProgressBar.setTranslationY(measured_height);
+ progressbar_description.setTranslationY(measured_height + mProgressBar.getHeight());
+ }
+
+ private int getProviderIndex(String id) {
+ int index = 0;
+ Iterator<ProviderItem> providers_iterator = ProviderListContent.ITEMS.iterator();
+ while(providers_iterator.hasNext()) {
+ ProviderItem provider = providers_iterator.next();
+ if(provider.name().equalsIgnoreCase(id)) {
+ break;
+ } else index++;
+ }
+ return index;
+ }
+
+ private int listItemHeight(int list_item_index) {
+ ListView provider_list_view = (ListView)findViewById(android.R.id.list);
+ ListAdapter provider_list_adapter = provider_list_view.getAdapter();
+ View listItem = provider_list_adapter.getView(0, null, provider_list_view);
+ listItem.setLayoutParams(new RelativeLayout.LayoutParams(
+ RelativeLayout.LayoutParams.WRAP_CONTENT,
+ RelativeLayout.LayoutParams.WRAP_CONTENT));
+ WindowManager wm = (WindowManager) getApplicationContext()
+ .getSystemService(Context.WINDOW_SERVICE);
+ Display display = wm.getDefaultDisplay();
+ int screenWidth = display.getWidth(); // deprecated
+
+ int listViewWidth = screenWidth - 10 - 10;
+ int widthSpec = MeasureSpec.makeMeasureSpec(listViewWidth,
+ MeasureSpec.AT_MOST);
+ listItem.measure(widthSpec, 0);
+
+ return listItem.getMeasuredHeight();
+}
+
+ /**
+ * Loads providers data from url files contained in the assets folder
+ * @return true if the files were correctly read
+ */
+ private boolean loadPreseededProviders() {
+ boolean loaded_preseeded_providers = false;
+ String[] urls_filepaths = null;
+ try {
+ //TODO Put that folder in a better place (also inside the "for")
+ urls_filepaths = getAssets().list(ASSETS_URL_FOLDER);
+ String provider_name = "";
+ for(String url_filepath : urls_filepaths) {
+ provider_name = url_filepath.subSequence(0, url_filepath.lastIndexOf(".")).toString();
+ String provider_main_url = extractProviderMainUrlFromAssetsFile(ASSETS_URL_FOLDER + "/" + url_filepath);
+ if(getId(provider_main_url).isEmpty())
+ ProviderListContent.addItem(new ProviderItem(provider_name, provider_main_url));
+ loaded_preseeded_providers = true;
+ }
+ } catch (IOException e) {
+ loaded_preseeded_providers = false;
+ }
+
+ return loaded_preseeded_providers;
+ }
+
+ private String extractProviderMainUrlFromAssetsFile(String filepath) {
+ String provider_main_url = "";
+ try {
+ InputStream input_stream_file_contents = getAssets().open(filepath);
+ byte[] urls_file_bytes = new byte[input_stream_file_contents.available()];
+ input_stream_file_contents.read(urls_file_bytes);
+ String urls_file_content = new String(urls_file_bytes);
+ JSONObject file_contents = new JSONObject(urls_file_content);
+ provider_main_url = file_contents.getString(Provider.MAIN_URL);
+ } catch (JSONException e) {
+ } catch (IOException e) {
+ }
+ return provider_main_url;
+ }
+
+ /**
+ * Asks ProviderAPI to download an anonymous (anon) VPN certificate.
+ */
+ private void downloadAnonCert() {
+ Intent provider_API_command = new Intent(this, ProviderAPI.class);
+
+ Bundle parameters = new Bundle();
+
+ parameters.putString(TYPE_OF_CERTIFICATE, ANON_CERTIFICATE);
+
+ provider_API_command.setAction(ProviderAPI.DOWNLOAD_CERTIFICATE);
+ provider_API_command.putExtra(ProviderAPI.PARAMETERS, parameters);
+ provider_API_command.putExtra(ProviderAPI.RECEIVER_KEY, providerAPI_result_receiver);
+
+ startService(provider_API_command);
+ }
+
+ /**
+ * Open the new provider dialog
+ */
+ public void addAndSelectNewProvider() {
+ FragmentTransaction fragment_transaction = getFragmentManager().beginTransaction();
+ Fragment previous_new_provider_dialog = getFragmentManager().findFragmentByTag(NewProviderDialog.TAG);
+ if (previous_new_provider_dialog != null) {
+ fragment_transaction.remove(previous_new_provider_dialog);
+ }
+ fragment_transaction.addToBackStack(null);
+
+ DialogFragment newFragment = NewProviderDialog.newInstance();
+ newFragment.show(fragment_transaction, NewProviderDialog.TAG);
+ }
+
+ /**
+ * Open the new provider dialog with data
+ */
+ public void addAndSelectNewProvider(String main_url) {
+ FragmentTransaction fragment_transaction = getFragmentManager().beginTransaction();
+ Fragment previous_new_provider_dialog = getFragmentManager().findFragmentByTag(NewProviderDialog.TAG);
+ if (previous_new_provider_dialog != null) {
+ fragment_transaction.remove(previous_new_provider_dialog);
+ }
+
+ DialogFragment newFragment = NewProviderDialog.newInstance();
+ Bundle data = new Bundle();
+ data.putString(Provider.MAIN_URL, main_url);
+ newFragment.setArguments(data);
+ newFragment.show(fragment_transaction, NewProviderDialog.TAG);
+ }
+
+ /**
+ * Once selected a provider, this fragment offers the user to log in,
+ * use it anonymously (if possible)
+ * or cancel his/her election pressing the back button.
+ * @param view
+ * @param reason_to_fail
+ */
+ public void showDownloadFailedDialog(View view, String reason_to_fail) {
+ FragmentTransaction fragment_transaction = getFragmentManager().beginTransaction();
+ Fragment previous_provider_details_dialog = getFragmentManager().findFragmentByTag(DownloadFailedDialog.TAG);
+ if (previous_provider_details_dialog != null) {
+ fragment_transaction.remove(previous_provider_details_dialog);
+ }
+ fragment_transaction.addToBackStack(null);
+
+ DialogFragment newFragment = DownloadFailedDialog.newInstance(reason_to_fail);
+ newFragment.show(fragment_transaction, DownloadFailedDialog.TAG);
+ }
+
+ /**
+ * Once selected a provider, this fragment offers the user to log in,
+ * use it anonymously (if possible)
+ * or cancel his/her election pressing the back button.
+ * @param view
+ */
+ public void showProviderDetails(View view) {
+ if(setting_up_provider) {
+ FragmentTransaction fragment_transaction = getFragmentManager().beginTransaction();
+ Fragment previous_provider_details_dialog = getFragmentManager().findFragmentByTag(ProviderDetailFragment.TAG);
+ if (previous_provider_details_dialog != null) {
+ fragment_transaction.remove(previous_provider_details_dialog);
+ }
+ fragment_transaction.addToBackStack(null);
+
+ DialogFragment newFragment = ProviderDetailFragment.newInstance();
+ newFragment.show(fragment_transaction, ProviderDetailFragment.TAG);
+ }
+ }
+
+ public void showAndSelectProvider(String provider_main_url) {
+ if(getId(provider_main_url).isEmpty())
+ showProvider(provider_main_url);
+ autoSelectProvider(provider_main_url);
+ }
+
+ private void showProvider(final String provider_main_url) {
+ String provider_name = provider_main_url.replaceFirst("http[s]?://", "").replaceFirst("\\/", "_");
+ ProviderItem added_provider = new ProviderItem(provider_name, provider_main_url);
+ provider_list_fragment.addItem(added_provider);
+ }
+
+ private void autoSelectProvider(String provider_main_url) {
+ onItemSelected(getId(provider_main_url));
+ }
+
+ /**
+ * Asks ProviderAPI to download a new provider.json file
+ * @param provider_name
+ * @param provider_main_url
+ */
+ public void setUpProvider(String provider_main_url) {
+ Intent provider_API_command = new Intent(this, ProviderAPI.class);
+ Bundle parameters = new Bundle();
+ parameters.putString(Provider.MAIN_URL, provider_main_url);
+
+ provider_API_command.setAction(ProviderAPI.SET_UP_PROVIDER);
+ provider_API_command.putExtra(ProviderAPI.PARAMETERS, parameters);
+ provider_API_command.putExtra(ProviderAPI.RECEIVER_KEY, providerAPI_result_receiver);
+
+ startService(provider_API_command);
+ setting_up_provider = true;
+ }
+
+ public void retrySetUpProvider() {
+ cancelSettingUpProvider();
+ if(!ProviderAPI.caCertDownloaded()) {
+ addAndSelectNewProvider(ProviderAPI.lastProviderMainUrl());
+ } else {
+ Intent provider_API_command = new Intent(this, ProviderAPI.class);
+
+ provider_API_command.setAction(ProviderAPI.SET_UP_PROVIDER);
+ provider_API_command.putExtra(ProviderAPI.RECEIVER_KEY, providerAPI_result_receiver);
+
+ startService(provider_API_command);
+ }
+ }
+ @Override
+ public boolean onCreateOptionsMenu(Menu menu) {
+ getMenuInflater().inflate(R.menu.configuration_wizard_activity, menu);
+ return true;
+ }
+
+ @Override
+ public boolean onOptionsItemSelected(MenuItem item){
+ switch (item.getItemId()){
+ case R.id.about_leap:
+ startActivityForResult(new Intent(this, AboutActivity.class), 0);
+ return true;
+ case R.id.new_provider:
+ addAndSelectNewProvider();
+ return true;
+ default:
+ return super.onOptionsItemSelected(item);
+ }
+ }
+
+ public void showAllProviders() {
+ provider_list_fragment = (ProviderListFragment) getFragmentManager().findFragmentByTag(ProviderListFragment.TAG);
+ if(provider_list_fragment != null)
+ provider_list_fragment.unhideAll();
+ }
+
+ public void cancelSettingUpProvider() {
+ provider_list_fragment = (ProviderListFragment) getFragmentManager().findFragmentByTag(ProviderListFragment.TAG);
+ if(provider_list_fragment != null) {
+ provider_list_fragment.removeLastItem();
+ }
+ preferences.edit().remove(Provider.KEY).remove(EIP.ALLOWED_ANON).remove(EIP.KEY).commit();
+ }
+
+ @Override
+ public void login() {
+ Intent ask_login = new Intent();
+ ask_login.putExtra(LogInDialog.VERB, LogInDialog.VERB);
+ setResult(RESULT_OK, ask_login);
+ setting_up_provider = false;
+ finish();
+ }
+
+ @Override
+ public void use_anonymously() {
+ setResult(RESULT_OK);
+ setting_up_provider = false;
+ finish();
+ }
+
+ public class ProviderAPIBroadcastReceiver_Update extends BroadcastReceiver {
+
+ @Override
+ public void onReceive(Context context, Intent intent) {
+ int update = intent.getIntExtra(ProviderAPI.CURRENT_PROGRESS, 0);
+ mProgressBar.setProgress(update);
+ }
+ }
+}
diff --git a/app/src/release/java/se/leap/bitmaskclient/NewProviderDialog.java b/app/src/release/java/se/leap/bitmaskclient/NewProviderDialog.java
new file mode 100644
index 00000000..7ed1940e
--- /dev/null
+++ b/app/src/release/java/se/leap/bitmaskclient/NewProviderDialog.java
@@ -0,0 +1,117 @@
+/**
+ * Copyright (c) 2013 LEAP Encryption Access Project and contributers
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+ package se.leap.bitmaskclient;
+
+import se.leap.bitmaskclient.ProviderListContent.ProviderItem;
+import se.leap.bitmaskclient.R;
+import android.app.Activity;
+import android.app.AlertDialog;
+import android.app.Dialog;
+import android.app.DialogFragment;
+import android.content.DialogInterface;
+import android.content.Intent;
+import android.os.Bundle;
+import android.view.LayoutInflater;
+import android.view.View;
+import android.widget.CheckBox;
+import android.widget.EditText;
+import android.widget.Toast;
+
+/**
+ * Implements the new custom provider dialog.
+ *
+ * @author parmegv
+ *
+ */
+public class NewProviderDialog extends DialogFragment {
+
+ final public static String TAG = "newProviderDialog";
+
+ public interface NewProviderDialogInterface {
+ public void showAndSelectProvider(String url_provider);
+ }
+
+ NewProviderDialogInterface interface_with_ConfigurationWizard;
+
+ /**
+ * @return a new instance of this DialogFragment.
+ */
+ public static DialogFragment newInstance() {
+ NewProviderDialog dialog_fragment = new NewProviderDialog();
+ return dialog_fragment;
+ }
+
+ @Override
+ public void onAttach(Activity activity) {
+ super.onAttach(activity);
+ try {
+ interface_with_ConfigurationWizard = (NewProviderDialogInterface) activity;
+ } catch (ClassCastException e) {
+ throw new ClassCastException(activity.toString()
+ + " must implement NoticeDialogListener");
+ }
+ }
+
+ @Override
+ public Dialog onCreateDialog(Bundle savedInstanceState) {
+ AlertDialog.Builder builder = new AlertDialog.Builder(getActivity());
+ LayoutInflater inflater = getActivity().getLayoutInflater();
+ View new_provider_dialog_view = inflater.inflate(R.layout.new_provider_dialog, null);
+ final EditText url_input_field = (EditText)new_provider_dialog_view.findViewById(R.id.new_provider_url);
+ if(getArguments() != null && getArguments().containsKey(Provider.MAIN_URL)) {
+ url_input_field.setText(getArguments().getString(Provider.MAIN_URL));
+ }
+
+ builder.setView(new_provider_dialog_view)
+ .setMessage(R.string.introduce_new_provider)
+ .setPositiveButton(R.string.save, new DialogInterface.OnClickListener() {
+ public void onClick(DialogInterface dialog, int id) {
+ String entered_url = url_input_field.getText().toString().trim();
+ if(!entered_url.startsWith("https://")) {
+ if (entered_url.startsWith("http://")){
+ entered_url = entered_url.substring("http://".length());
+ }
+ entered_url = "https://".concat(entered_url);
+ }
+ if(validURL(entered_url)) {
+ interface_with_ConfigurationWizard.showAndSelectProvider(entered_url);
+ Toast.makeText(getActivity().getApplicationContext(), R.string.valid_url_entered, Toast.LENGTH_LONG).show();
+ } else {
+ url_input_field.setText("");
+ Toast.makeText(getActivity().getApplicationContext(), R.string.not_valid_url_entered, Toast.LENGTH_LONG).show();;
+ }
+ }
+ })
+ .setNegativeButton(R.string.cancel, new DialogInterface.OnClickListener() {
+ public void onClick(DialogInterface dialog, int id) {
+ dialog.cancel();
+ }
+ });
+ // Create the AlertDialog object and return it
+ return builder.create();
+ }
+
+ /**
+ * Checks if the entered url is valid or not.
+ * @param entered_url
+ * @return true if it's not empty nor contains only the protocol.
+ */
+ boolean validURL(String entered_url) {
+ //return !entered_url.isEmpty() && entered_url.matches("http[s]?://.+") && !entered_url.replaceFirst("http[s]?://", "").isEmpty();
+ return android.util.Patterns.WEB_URL.matcher(entered_url).matches();
+ }
+}
diff --git a/app/src/release/java/se/leap/bitmaskclient/ProviderAPI.java b/app/src/release/java/se/leap/bitmaskclient/ProviderAPI.java
new file mode 100644
index 00000000..150b27b2
--- /dev/null
+++ b/app/src/release/java/se/leap/bitmaskclient/ProviderAPI.java
@@ -0,0 +1,860 @@
+/**
+ * Copyright (c) 2013 LEAP Encryption Access Project and contributers
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+ package se.leap.bitmaskclient;
+
+import java.io.DataOutputStream;
+import java.io.FileNotFoundException;
+import java.io.IOException;
+import java.io.InputStream;
+import java.io.UnsupportedEncodingException;
+import java.math.BigInteger;
+import java.net.CookieHandler;
+import java.net.CookieManager;
+import java.net.CookiePolicy;
+import java.net.MalformedURLException;
+import java.net.SocketTimeoutException;
+import java.net.URISyntaxException;
+import java.net.URL;
+import java.net.URLConnection;
+import java.net.URLEncoder;
+import java.net.UnknownHostException;
+import java.security.KeyManagementException;
+import java.security.KeyStore;
+import java.security.KeyStoreException;
+import java.security.NoSuchAlgorithmException;
+import java.security.SecureRandom;
+import java.security.cert.CertificateEncodingException;
+import java.security.cert.CertificateException;
+import java.security.cert.X509Certificate;
+import java.security.interfaces.RSAPrivateKey;
+import java.util.HashMap;
+import java.util.Iterator;
+import java.util.Map;
+import java.util.Scanner;
+
+import javax.net.ssl.HostnameVerifier;
+import javax.net.ssl.HttpsURLConnection;
+import javax.net.ssl.KeyManager;
+import javax.net.ssl.SSLContext;
+import javax.net.ssl.SSLSession;
+import javax.net.ssl.TrustManager;
+import javax.net.ssl.TrustManagerFactory;
+import javax.net.ssl.X509TrustManager;
+
+import org.apache.http.client.ClientProtocolException;
+import org.jboss.security.srp.SRPParameters;
+import org.json.JSONException;
+import org.json.JSONObject;
+
+import se.leap.bitmaskclient.R;
+import se.leap.bitmaskclient.ProviderListContent.ProviderItem;
+import android.app.IntentService;
+import android.content.Intent;
+import android.os.Bundle;
+import android.os.Handler;
+import android.os.ResultReceiver;
+import android.util.Base64;
+import android.util.Log;
+
+
+/**
+ * Implements HTTP api methods used to manage communications with the provider server.
+ *
+ * It's an IntentService because it downloads data from the Internet, so it operates in the background.
+ *
+ * @author parmegv
+ * @author MeanderingCode
+ *
+ */
+public class ProviderAPI extends IntentService {
+
+ private Handler mHandler;
+
+ final public static String
+ SET_UP_PROVIDER = "setUpProvider",
+ DOWNLOAD_NEW_PROVIDER_DOTJSON = "downloadNewProviderDotJSON",
+ SRP_REGISTER = "srpRegister",
+ SRP_AUTH = "srpAuth",
+ LOG_OUT = "logOut",
+ DOWNLOAD_CERTIFICATE = "downloadUserAuthedCertificate",
+ PARAMETERS = "parameters",
+ RESULT_KEY = "result",
+ RECEIVER_KEY = "receiver",
+ SESSION_ID_COOKIE_KEY = "session_id_cookie_key",
+ SESSION_ID_KEY = "session_id",
+ ERRORS = "errors",
+ UPDATE_PROGRESSBAR = "update_progressbar",
+ CURRENT_PROGRESS = "current_progress",
+ TAG = "provider_api_tag"
+ ;
+
+ final public static int
+ CUSTOM_PROVIDER_ADDED = 0,
+ SRP_AUTHENTICATION_SUCCESSFUL = 3,
+ SRP_AUTHENTICATION_FAILED = 4,
+ SRP_REGISTRATION_SUCCESSFUL = 5,
+ SRP_REGISTRATION_FAILED = 6,
+ LOGOUT_SUCCESSFUL = 7,
+ LOGOUT_FAILED = 8,
+ CORRECTLY_DOWNLOADED_CERTIFICATE = 9,
+ INCORRECTLY_DOWNLOADED_CERTIFICATE = 10,
+ PROVIDER_OK = 11,
+ PROVIDER_NOK = 12,
+ CORRECTLY_DOWNLOADED_ANON_CERTIFICATE = 13,
+ INCORRECTLY_DOWNLOADED_ANON_CERTIFICATE = 14
+ ;
+
+ private static boolean
+ CA_CERT_DOWNLOADED = false,
+ PROVIDER_JSON_DOWNLOADED = false,
+ EIP_SERVICE_JSON_DOWNLOADED = false
+ ;
+
+ private static String last_provider_main_url;
+ private static boolean setting_up_provider = true;
+
+ public static void stop() {
+ setting_up_provider = false;
+ }
+
+ public ProviderAPI() {
+ super("ProviderAPI");
+ Log.v("ClassName", "Provider API");
+ }
+
+ @Override
+ public void onCreate() {
+ super.onCreate();
+ mHandler = new Handler();
+ CookieHandler.setDefault(new CookieManager(null, CookiePolicy.ACCEPT_ORIGINAL_SERVER) );
+ }
+
+ public static String lastProviderMainUrl() {
+ return last_provider_main_url;
+ }
+
+ private String formatErrorMessage(final int toast_string_id) {
+ return "{ \"" + ERRORS + "\" : \""+getResources().getString(toast_string_id)+"\" }";
+ }
+
+ @Override
+ protected void onHandleIntent(Intent command) {
+ final ResultReceiver receiver = command.getParcelableExtra(RECEIVER_KEY);
+ String action = command.getAction();
+ Bundle parameters = command.getBundleExtra(PARAMETERS);
+ setting_up_provider = true;
+
+ if(action.equalsIgnoreCase(SET_UP_PROVIDER)) {
+ Bundle result = setUpProvider(parameters);
+ if(setting_up_provider) {
+ if(result.getBoolean(RESULT_KEY)) {
+ receiver.send(PROVIDER_OK, result);
+ } else {
+ receiver.send(PROVIDER_NOK, result);
+ }
+ }
+ } else if (action.equalsIgnoreCase(SRP_AUTH)) {
+ Bundle session_id_bundle = authenticateBySRP(parameters);
+ if(session_id_bundle.getBoolean(RESULT_KEY)) {
+ receiver.send(SRP_AUTHENTICATION_SUCCESSFUL, session_id_bundle);
+ } else {
+ receiver.send(SRP_AUTHENTICATION_FAILED, session_id_bundle);
+ }
+ } else if (action.equalsIgnoreCase(LOG_OUT)) {
+ if(logOut(parameters)) {
+ receiver.send(LOGOUT_SUCCESSFUL, Bundle.EMPTY);
+ } else {
+ receiver.send(LOGOUT_FAILED, Bundle.EMPTY);
+ }
+ } else if (action.equalsIgnoreCase(DOWNLOAD_CERTIFICATE)) {
+ if(getNewCert(parameters)) {
+ receiver.send(CORRECTLY_DOWNLOADED_CERTIFICATE, Bundle.EMPTY);
+ } else {
+ receiver.send(INCORRECTLY_DOWNLOADED_CERTIFICATE, Bundle.EMPTY);
+ }
+ }
+ }
+
+ /**
+ * Starts the authentication process using SRP protocol.
+ *
+ * @param task containing: username, password and api url.
+ * @return a bundle with a boolean value mapped to a key named RESULT_KEY, and which is true if authentication was successful.
+ */
+ private Bundle authenticateBySRP(Bundle task) {
+ Bundle session_id_bundle = new Bundle();
+ int progress = 0;
+
+ String username = (String) task.get(LogInDialog.USERNAME);
+ String password = (String) task.get(LogInDialog.PASSWORD);
+ if(validUserLoginData(username, password)) {
+
+ String authentication_server = (String) task.get(Provider.API_URL);
+
+ SRPParameters params = new SRPParameters(new BigInteger(ConfigHelper.NG_1024, 16).toByteArray(), ConfigHelper.G.toByteArray(), BigInteger.ZERO.toByteArray(), "SHA-256");
+ LeapSRPSession client = new LeapSRPSession(username, password, params);
+ byte[] A = client.exponential();
+ broadcast_progress(progress++);
+ try {
+ JSONObject saltAndB = sendAToSRPServer(authentication_server, username, new BigInteger(1, A).toString(16));
+ if(saltAndB.length() > 0) {
+ String salt = saltAndB.getString(LeapSRPSession.SALT);
+ broadcast_progress(progress++);
+ byte[] Bbytes = new BigInteger(saltAndB.getString("B"), 16).toByteArray();
+ byte[] M1 = client.response(new BigInteger(salt, 16).toByteArray(), Bbytes);
+ if(M1 != null) {
+ broadcast_progress(progress++);
+ JSONObject session_idAndM2 = sendM1ToSRPServer(authentication_server, username, M1);
+ if(session_idAndM2.has(LeapSRPSession.M2) && client.verify((byte[])session_idAndM2.get(LeapSRPSession.M2))) {
+ session_id_bundle.putBoolean(RESULT_KEY, true);
+ broadcast_progress(progress++);
+ } else {
+ session_id_bundle.putBoolean(RESULT_KEY, false);
+ session_id_bundle.putString(getResources().getString(R.string.user_message), getResources().getString(R.string.error_bad_user_password_user_message));
+ session_id_bundle.putString(LogInDialog.USERNAME, username);
+ }
+ } else {
+ session_id_bundle.putBoolean(RESULT_KEY, false);
+ session_id_bundle.putString(LogInDialog.USERNAME, username);
+ session_id_bundle.putString(getResources().getString(R.string.user_message), getResources().getString(R.string.error_srp_math_error_user_message));
+ }
+ broadcast_progress(progress++);
+ } else {
+ session_id_bundle.putString(getResources().getString(R.string.user_message), getResources().getString(R.string.error_bad_user_password_user_message));
+ session_id_bundle.putString(LogInDialog.USERNAME, username);
+ session_id_bundle.putBoolean(RESULT_KEY, false);
+ }
+ } catch (ClientProtocolException e) {
+ session_id_bundle.putBoolean(RESULT_KEY, false);
+ session_id_bundle.putString(getResources().getString(R.string.user_message), getResources().getString(R.string.error_client_http_user_message));
+ session_id_bundle.putString(LogInDialog.USERNAME, username);
+ } catch (IOException e) {
+ session_id_bundle.putBoolean(RESULT_KEY, false);
+ session_id_bundle.putString(getResources().getString(R.string.user_message), getResources().getString(R.string.error_io_exception_user_message));
+ session_id_bundle.putString(LogInDialog.USERNAME, username);
+ } catch (JSONException e) {
+ session_id_bundle.putBoolean(RESULT_KEY, false);
+ session_id_bundle.putString(getResources().getString(R.string.user_message), getResources().getString(R.string.error_json_exception_user_message));
+ session_id_bundle.putString(LogInDialog.USERNAME, username);
+ } catch (NoSuchAlgorithmException e) {
+ session_id_bundle.putBoolean(RESULT_KEY, false);
+ session_id_bundle.putString(getResources().getString(R.string.user_message), getResources().getString(R.string.error_no_such_algorithm_exception_user_message));
+ session_id_bundle.putString(LogInDialog.USERNAME, username);
+ } catch (KeyManagementException e) {
+ // TODO Auto-generated catch block
+ e.printStackTrace();
+ } catch (KeyStoreException e) {
+ // TODO Auto-generated catch block
+ e.printStackTrace();
+ } catch (CertificateException e) {
+ // TODO Auto-generated catch block
+ e.printStackTrace();
+ }
+ } else {
+ if(!wellFormedPassword(password)) {
+ session_id_bundle.putBoolean(RESULT_KEY, false);
+ session_id_bundle.putString(LogInDialog.USERNAME, username);
+ session_id_bundle.putBoolean(LogInDialog.PASSWORD_INVALID_LENGTH, true);
+ }
+ if(username.isEmpty()) {
+ session_id_bundle.putBoolean(RESULT_KEY, false);
+ session_id_bundle.putBoolean(LogInDialog.USERNAME_MISSING, true);
+ }
+ }
+
+ return session_id_bundle;
+ }
+
+ /**
+ * Sets up an intent with the progress value passed as a parameter
+ * and sends it as a broadcast.
+ * @param progress
+ */
+ private void broadcast_progress(int progress) {
+ Intent intentUpdate = new Intent();
+ intentUpdate.setAction(UPDATE_PROGRESSBAR);
+ intentUpdate.addCategory(Intent.CATEGORY_DEFAULT);
+ intentUpdate.putExtra(CURRENT_PROGRESS, progress);
+ sendBroadcast(intentUpdate);
+ }
+
+ /**
+ * Validates parameters entered by the user to log in
+ * @param entered_username
+ * @param entered_password
+ * @return true if both parameters are present and the entered password length is greater or equal to eight (8).
+ */
+ private boolean validUserLoginData(String entered_username, String entered_password) {
+ return !(entered_username.isEmpty()) && wellFormedPassword(entered_password);
+ }
+
+ /**
+ * Validates a password
+ * @param entered_password
+ * @return true if the entered password length is greater or equal to eight (8).
+ */
+ private boolean wellFormedPassword(String entered_password) {
+ return entered_password.length() >= 8;
+ }
+
+ /**
+ * Sends an HTTP POST request to the authentication server with the SRP Parameter A.
+ * @param server_url
+ * @param username
+ * @param clientA First SRP parameter sent
+ * @return response from authentication server
+ * @throws ClientProtocolException
+ * @throws IOException
+ * @throws JSONException
+ * @throws CertificateException
+ * @throws NoSuchAlgorithmException
+ * @throws KeyStoreException
+ * @throws KeyManagementException
+ */
+ private JSONObject sendAToSRPServer(String server_url, String username, String clientA) throws ClientProtocolException, IOException, JSONException, KeyManagementException, KeyStoreException, NoSuchAlgorithmException, CertificateException {
+ Map<String, String> parameters = new HashMap<String, String>();
+ parameters.put("login", username);
+ parameters.put("A", clientA);
+ return sendToServer(server_url + "/sessions.json", "POST", parameters);
+
+ /*HttpPost post = new HttpPost(server_url + "/sessions.json" + "?" + "login=" + username + "&&" + "A=" + clientA);
+ return sendToServer(post);*/
+ }
+
+ /**
+ * Sends an HTTP PUT request to the authentication server with the SRP Parameter M1 (or simply M).
+ * @param server_url
+ * @param username
+ * @param m1 Second SRP parameter sent
+ * @return response from authentication server
+ * @throws ClientProtocolException
+ * @throws IOException
+ * @throws JSONException
+ * @throws CertificateException
+ * @throws NoSuchAlgorithmException
+ * @throws KeyStoreException
+ * @throws KeyManagementException
+ */
+ private JSONObject sendM1ToSRPServer(String server_url, String username, byte[] m1) throws ClientProtocolException, IOException, JSONException, KeyManagementException, KeyStoreException, NoSuchAlgorithmException, CertificateException {
+ Map<String, String> parameters = new HashMap<String, String>();
+ parameters.put("client_auth", new BigInteger(1, ConfigHelper.trim(m1)).toString(16));
+
+ //HttpPut put = new HttpPut(server_url + "/sessions/" + username +".json" + "?" + "client_auth" + "=" + new BigInteger(1, ConfigHelper.trim(m1)).toString(16));
+ JSONObject json_response = sendToServer(server_url + "/sessions/" + username +".json", "PUT", parameters);
+
+ JSONObject session_idAndM2 = new JSONObject();
+ if(json_response.length() > 0) {
+ byte[] M2_not_trimmed = new BigInteger(json_response.getString(LeapSRPSession.M2), 16).toByteArray();
+ /*Cookie session_id_cookie = LeapHttpClient.getInstance(getApplicationContext()).getCookieStore().getCookies().get(0);
+ session_idAndM2.put(ConfigHelper.SESSION_ID_COOKIE_KEY, session_id_cookie.getName());
+ session_idAndM2.put(ConfigHelper.SESSION_ID_KEY, session_id_cookie.getValue());*/
+ session_idAndM2.put(LeapSRPSession.M2, ConfigHelper.trim(M2_not_trimmed));
+ CookieHandler.setDefault(null); // we don't need cookies anymore
+ String token = json_response.getString(LeapSRPSession.TOKEN);
+ LeapSRPSession.setToken(token);
+ }
+ return session_idAndM2;
+ }
+
+ /**
+ * Executes an HTTP request expecting a JSON response.
+ * @param url
+ * @param request_method
+ * @param parameters
+ * @return response from authentication server
+ * @throws IOException
+ * @throws JSONException
+ * @throws MalformedURLException
+ * @throws CertificateException
+ * @throws NoSuchAlgorithmException
+ * @throws KeyStoreException
+ * @throws KeyManagementException
+ */
+ private JSONObject sendToServer(String url, String request_method, Map<String, String> parameters) throws JSONException, MalformedURLException, IOException, KeyManagementException, KeyStoreException, NoSuchAlgorithmException, CertificateException {
+ JSONObject json_response;
+ InputStream is = null;
+ HttpsURLConnection urlConnection = (HttpsURLConnection)new URL(url).openConnection();
+ urlConnection.setRequestMethod(request_method);
+ urlConnection.setChunkedStreamingMode(0);
+ urlConnection.setSSLSocketFactory(getProviderSSLSocketFactory());
+ try {
+
+ DataOutputStream writer = new DataOutputStream(urlConnection.getOutputStream());
+ writer.writeBytes(formatHttpParameters(parameters));
+ writer.close();
+
+ is = urlConnection.getInputStream();
+ String plain_response = new Scanner(is).useDelimiter("\\A").next();
+ json_response = new JSONObject(plain_response);
+ } finally {
+ InputStream error_stream = urlConnection.getErrorStream();
+ if(error_stream != null) {
+ String error_response = new Scanner(error_stream).useDelimiter("\\A").next();
+ urlConnection.disconnect();
+ Log.d("Error", error_response);
+ json_response = new JSONObject(error_response);
+ if(!json_response.isNull(ERRORS) || json_response.has(ERRORS)) {
+ return new JSONObject();
+ }
+ }
+ }
+
+ return json_response;
+ }
+
+ private String formatHttpParameters(Map<String, String> parameters) throws UnsupportedEncodingException {
+ StringBuilder result = new StringBuilder();
+ boolean first = true;
+
+ Iterator<String> parameter_iterator = parameters.keySet().iterator();
+ while(parameter_iterator.hasNext()) {
+ if(first)
+ first = false;
+ else
+ result.append("&&");
+
+ String key = parameter_iterator.next();
+ String value = parameters.get(key);
+
+ result.append(URLEncoder.encode(key, "UTF-8"));
+ result.append("=");
+ result.append(URLEncoder.encode(value, "UTF-8"));
+ }
+
+ return result.toString();
+ }
+
+
+
+
+ /**
+ * Downloads a provider.json from a given URL, adding a new provider using the given name.
+ * @param task containing a boolean meaning if the provider is custom or not, another boolean meaning if the user completely trusts this provider, the provider name and its provider.json url.
+ * @return a bundle with a boolean value mapped to a key named RESULT_KEY, and which is true if the update was successful.
+ */
+ private Bundle setUpProvider(Bundle task) {
+ int progress = 0;
+ Bundle current_download = new Bundle();
+
+ if(task != null && task.containsKey(Provider.MAIN_URL)) {
+ last_provider_main_url = task.getString(Provider.MAIN_URL);
+ CA_CERT_DOWNLOADED = PROVIDER_JSON_DOWNLOADED = EIP_SERVICE_JSON_DOWNLOADED = false;
+ }
+
+ if(!CA_CERT_DOWNLOADED)
+ current_download = downloadCACert(last_provider_main_url);
+ if(CA_CERT_DOWNLOADED || (current_download.containsKey(RESULT_KEY) && current_download.getBoolean(RESULT_KEY))) {
+ broadcast_progress(progress++);
+ CA_CERT_DOWNLOADED = true;
+ if(!PROVIDER_JSON_DOWNLOADED)
+ current_download = getAndSetProviderJson(last_provider_main_url);
+ if(PROVIDER_JSON_DOWNLOADED || (current_download.containsKey(RESULT_KEY) && current_download.getBoolean(RESULT_KEY))) {
+ broadcast_progress(progress++);
+ PROVIDER_JSON_DOWNLOADED = true;
+ current_download = getAndSetEipServiceJson();
+ if(current_download.containsKey(RESULT_KEY) && current_download.getBoolean(RESULT_KEY)) {
+ broadcast_progress(progress++);
+ EIP_SERVICE_JSON_DOWNLOADED = true;
+ }
+ }
+ }
+
+ return current_download;
+ }
+
+ private Bundle downloadCACert(String provider_main_url) {
+ Bundle result = new Bundle();
+ String cert_string = downloadWithCommercialCA(provider_main_url + "/ca.crt");
+
+ if(validCertificate(cert_string) && setting_up_provider) {
+ getSharedPreferences(Dashboard.SHARED_PREFERENCES, MODE_PRIVATE).edit().putString(Provider.CA_CERT, cert_string).commit();
+ result.putBoolean(RESULT_KEY, true);
+ } else {
+ String reason_to_fail = pickErrorMessage(cert_string);
+ result.putString(ERRORS, reason_to_fail);
+ result.putBoolean(RESULT_KEY, false);
+ }
+
+ return result;
+ }
+
+
+ public static boolean caCertDownloaded() {
+ return CA_CERT_DOWNLOADED;
+ }
+
+ private boolean validCertificate(String cert_string) {
+ boolean result = false;
+ if(!ConfigHelper.checkErroneousDownload(cert_string)) {
+ X509Certificate certCert = ConfigHelper.parseX509CertificateFromString(cert_string);
+ try {
+ Base64.encodeToString( certCert.getEncoded(), Base64.DEFAULT);
+ result = true;
+ } catch (CertificateEncodingException e) {
+ Log.d(TAG, e.getLocalizedMessage());
+ }
+ }
+
+ return result;
+ }
+
+ private Bundle getAndSetProviderJson(String provider_main_url) {
+ Bundle result = new Bundle();
+
+ if(setting_up_provider) {
+ String provider_dot_json_string = downloadWithCommercialCA(provider_main_url + "/provider.json");
+
+ try {
+ JSONObject provider_json = new JSONObject(provider_dot_json_string);
+ String name = provider_json.getString(Provider.NAME);
+ //TODO setProviderName(name);
+
+ getSharedPreferences(Dashboard.SHARED_PREFERENCES, MODE_PRIVATE).edit().putString(Provider.KEY, provider_json.toString()).commit();
+ getSharedPreferences(Dashboard.SHARED_PREFERENCES, MODE_PRIVATE).edit().putBoolean(EIP.ALLOWED_ANON, provider_json.getJSONObject(Provider.SERVICE).getBoolean(EIP.ALLOWED_ANON)).commit();
+
+ result.putBoolean(RESULT_KEY, true);
+ } catch (JSONException e) {
+ //TODO Error message should be contained in that provider_dot_json_string
+ String reason_to_fail = pickErrorMessage(provider_dot_json_string);
+ result.putString(ERRORS, reason_to_fail);
+ result.putBoolean(RESULT_KEY, false);
+ }
+ }
+ return result;
+ }
+
+
+
+ public static boolean providerJsonDownloaded() {
+ return PROVIDER_JSON_DOWNLOADED;
+ }
+
+ private Bundle getAndSetEipServiceJson() {
+ Bundle result = new Bundle();
+ String eip_service_json_string = "";
+ if(setting_up_provider) {
+ try {
+ JSONObject provider_json = new JSONObject(getSharedPreferences(Dashboard.SHARED_PREFERENCES, MODE_PRIVATE).getString(Provider.KEY, ""));
+ String eip_service_url = provider_json.getString(Provider.API_URL) + "/" + provider_json.getString(Provider.API_VERSION) + "/" + EIP.SERVICE_API_PATH;
+ eip_service_json_string = downloadWithProviderCA(eip_service_url);
+ JSONObject eip_service_json = new JSONObject(eip_service_json_string);
+ eip_service_json.getInt(Provider.API_RETURN_SERIAL);
+
+ getSharedPreferences(Dashboard.SHARED_PREFERENCES, MODE_PRIVATE).edit().putString(EIP.KEY, eip_service_json.toString()).commit();
+
+ result.putBoolean(RESULT_KEY, true);
+ } catch (JSONException e) {
+ String reason_to_fail = pickErrorMessage(eip_service_json_string);
+ result.putString(ERRORS, reason_to_fail);
+ result.putBoolean(RESULT_KEY, false);
+ }
+ }
+ return result;
+ }
+
+ public static boolean eipServiceDownloaded() {
+ return EIP_SERVICE_JSON_DOWNLOADED;
+ }
+
+ /**
+ * Interprets the error message as a JSON object and extract the "errors" keyword pair.
+ * If the error message is not a JSON object, then it is returned untouched.
+ * @param string_json_error_message
+ * @return final error message
+ */
+ private String pickErrorMessage(String string_json_error_message) {
+ String error_message = "";
+ try {
+ JSONObject json_error_message = new JSONObject(string_json_error_message);
+ error_message = json_error_message.getString(ERRORS);
+ } catch (JSONException e) {
+ // TODO Auto-generated catch block
+ error_message = string_json_error_message;
+ }
+
+ return error_message;
+ }
+
+ /**
+ * Tries to download the contents of the provided url using commercially validated CA certificate from chosen provider.
+ *
+ * @param string_url
+ * @return
+ */
+ private String downloadWithCommercialCA(String string_url) {
+
+ String json_file_content = "";
+
+ URL provider_url = null;
+ int seconds_of_timeout = 1;
+ try {
+ provider_url = new URL(string_url);
+ URLConnection url_connection = provider_url.openConnection();
+ url_connection.setConnectTimeout(seconds_of_timeout*1000);
+ if(!LeapSRPSession.getToken().isEmpty())
+ url_connection.addRequestProperty(LeapSRPSession.AUTHORIZATION_HEADER, "Token token = " + LeapSRPSession.getToken());
+ json_file_content = new Scanner(url_connection.getInputStream()).useDelimiter("\\A").next();
+ } catch (MalformedURLException e) {
+ json_file_content = formatErrorMessage(R.string.malformed_url);
+ } catch(SocketTimeoutException e) {
+ json_file_content = formatErrorMessage(R.string.server_unreachable_message);
+ } catch (IOException e) {
+ if(provider_url != null) {
+ json_file_content = downloadWithProviderCA(string_url);
+ } else {
+ json_file_content = formatErrorMessage(R.string.certificate_error);
+ }
+ } catch (Exception e) {
+ if(provider_url != null) {
+ json_file_content = downloadWithProviderCA(string_url);
+ }
+ }
+
+ return json_file_content;
+ }
+
+ /**
+ * Tries to download the contents of the provided url using not commercially validated CA certificate from chosen provider.
+ * @param url as a string
+ * @return an empty string if it fails, the url content if not.
+ */
+ private String downloadWithProviderCA(String url_string) {
+ String json_file_content = "";
+
+ try {
+ URL url = new URL(url_string);
+ // Tell the URLConnection to use a SocketFactory from our SSLContext
+ HttpsURLConnection urlConnection =
+ (HttpsURLConnection)url.openConnection();
+ urlConnection.setSSLSocketFactory(getProviderSSLSocketFactory());
+ if(!LeapSRPSession.getToken().isEmpty())
+ urlConnection.addRequestProperty(LeapSRPSession.AUTHORIZATION_HEADER, "Token token=" + LeapSRPSession.getToken());
+ json_file_content = new Scanner(urlConnection.getInputStream()).useDelimiter("\\A").next();
+ } catch (CertificateException e) {
+ // TODO Auto-generated catch block
+ e.printStackTrace();
+ } catch (UnknownHostException e) {
+ json_file_content = formatErrorMessage(R.string.server_unreachable_message);
+ } catch (IOException e) {
+ // The downloaded certificate doesn't validate our https connection.
+ json_file_content = formatErrorMessage(R.string.certificate_error);
+ } catch (KeyStoreException e) {
+ // TODO Auto-generated catch block
+ e.printStackTrace();
+ } catch (NoSuchAlgorithmException e) {
+ // TODO Auto-generated catch block
+ e.printStackTrace();
+ } catch (KeyManagementException e) {
+ // TODO Auto-generated catch block
+ e.printStackTrace();
+ }
+ return json_file_content;
+ }
+
+ private javax.net.ssl.SSLSocketFactory getProviderSSLSocketFactory() throws KeyStoreException, NoSuchAlgorithmException, CertificateException, IOException, KeyManagementException {
+ String provider_cert_string = getSharedPreferences(Dashboard.SHARED_PREFERENCES, MODE_PRIVATE).getString(Provider.CA_CERT,"");
+
+ java.security.cert.Certificate provider_certificate = ConfigHelper.parseX509CertificateFromString(provider_cert_string);
+
+ // Create a KeyStore containing our trusted CAs
+ String keyStoreType = KeyStore.getDefaultType();
+ KeyStore keyStore = KeyStore.getInstance(keyStoreType);
+ keyStore.load(null, null);
+ keyStore.setCertificateEntry("provider_ca_certificate", provider_certificate);
+
+ // Create a TrustManager that trusts the CAs in our KeyStore
+ String tmfAlgorithm = TrustManagerFactory.getDefaultAlgorithm();
+ TrustManagerFactory tmf = TrustManagerFactory.getInstance(tmfAlgorithm);
+ tmf.init(keyStore);
+
+ // Create an SSLContext that uses our TrustManager
+ SSLContext context = SSLContext.getInstance("TLS");
+ context.init(null, tmf.getTrustManagers(), null);
+
+ return context.getSocketFactory();
+ }
+
+ /**
+ * Downloads the string that's in the url with any certificate.
+ */
+ private String downloadWithoutCA(String url_string) {
+ String string = "";
+ try {
+
+ HostnameVerifier hostnameVerifier = new HostnameVerifier() {
+ @Override
+ public boolean verify(String hostname, SSLSession session) {
+ return true;
+ }
+ };
+
+ class DefaultTrustManager implements X509TrustManager {
+
+ @Override
+ public void checkClientTrusted(X509Certificate[] arg0, String arg1) throws CertificateException {}
+
+ @Override
+ public void checkServerTrusted(X509Certificate[] arg0, String arg1) throws CertificateException {}
+
+ @Override
+ public X509Certificate[] getAcceptedIssuers() {
+ return null;
+ }
+ }
+
+ SSLContext context = SSLContext.getInstance("TLS");
+ context.init(new KeyManager[0], new TrustManager[] {new DefaultTrustManager()}, new SecureRandom());
+
+ URL url = new URL(url_string);
+ HttpsURLConnection urlConnection = (HttpsURLConnection)url.openConnection();
+ urlConnection.setSSLSocketFactory(context.getSocketFactory());
+ urlConnection.setHostnameVerifier(hostnameVerifier);
+ string = new Scanner(urlConnection.getInputStream()).useDelimiter("\\A").next();
+ System.out.println("String ignoring certificate = " + string);
+ } catch (FileNotFoundException e) {
+ e.printStackTrace();
+ string = formatErrorMessage(R.string.server_unreachable_message);
+ } catch (IOException e) {
+ // The downloaded certificate doesn't validate our https connection.
+ e.printStackTrace();
+ string = formatErrorMessage(R.string.certificate_error);
+ } catch (NoSuchAlgorithmException e) {
+ // TODO Auto-generated catch block
+ e.printStackTrace();
+ } catch (KeyManagementException e) {
+ // TODO Auto-generated catch block
+ e.printStackTrace();
+ }
+ return string;
+ }
+
+ /**
+ * Logs out from the api url retrieved from the task.
+ * @param task containing api url from which the user will log out
+ * @return true if there were no exceptions
+ */
+ private boolean logOut(Bundle task) {
+ try {
+ String delete_url = task.getString(Provider.API_URL) + "/logout";
+ int progress = 0;
+
+ HttpsURLConnection urlConnection = (HttpsURLConnection)new URL(delete_url).openConnection();
+ urlConnection.setRequestMethod("DELETE");
+ urlConnection.setSSLSocketFactory(getProviderSSLSocketFactory());
+
+ int responseCode = urlConnection.getResponseCode();
+ broadcast_progress(progress++);
+ LeapSRPSession.setToken("");
+ Log.d(TAG, Integer.toString(responseCode));
+ } catch (ClientProtocolException e) {
+ // TODO Auto-generated catch block
+ e.printStackTrace();
+ return false;
+ } catch (IndexOutOfBoundsException e) {
+ // TODO Auto-generated catch block
+ e.printStackTrace();
+ return false;
+ } catch (IOException e) {
+ // TODO Auto-generated catch block
+ e.printStackTrace();
+ return false;
+ } catch (KeyManagementException e) {
+ // TODO Auto-generated catch block
+ e.printStackTrace();
+ } catch (KeyStoreException e) {
+ // TODO Auto-generated catch block
+ e.printStackTrace();
+ } catch (NoSuchAlgorithmException e) {
+ // TODO Auto-generated catch block
+ e.printStackTrace();
+ } catch (CertificateException e) {
+ // TODO Auto-generated catch block
+ e.printStackTrace();
+ }
+ return true;
+ }
+
+ /**
+ * Downloads a new OpenVPN certificate, attaching authenticated cookie for authenticated certificate.
+ *
+ * @param task containing the type of the certificate to be downloaded
+ * @return true if certificate was downloaded correctly, false if provider.json is not present in SharedPreferences, or if the certificate url could not be parsed as a URI, or if there was an SSL error.
+ */
+ private boolean getNewCert(Bundle task) {
+
+ try {
+ String type_of_certificate = task.getString(ConfigurationWizard.TYPE_OF_CERTIFICATE);
+ JSONObject provider_json = new JSONObject(getSharedPreferences(Dashboard.SHARED_PREFERENCES, MODE_PRIVATE).getString(Provider.KEY, ""));
+
+ String provider_main_url = provider_json.getString(Provider.API_URL);
+ URL new_cert_string_url = new URL(provider_main_url + "/" + provider_json.getString(Provider.API_VERSION) + "/" + EIP.CERTIFICATE);
+
+ String cert_string = downloadWithProviderCA(new_cert_string_url.toString());
+
+ if(!cert_string.isEmpty()) {
+ if(ConfigHelper.checkErroneousDownload(cert_string)) {
+ String reason_to_fail = provider_json.getString(ERRORS);
+ //result.putString(ConfigHelper.ERRORS_KEY, reason_to_fail);
+ //result.putBoolean(ConfigHelper.RESULT_KEY, false);
+ return false;
+ } else {
+
+ // API returns concatenated cert & key. Split them for OpenVPN options
+ String certificateString = null, keyString = null;
+ String[] certAndKey = cert_string.split("(?<=-\n)");
+ for (int i=0; i < certAndKey.length-1; i++){
+ if ( certAndKey[i].contains("KEY") ) {
+ keyString = certAndKey[i++] + certAndKey[i];
+ }
+ else if ( certAndKey[i].contains("CERTIFICATE") ) {
+ certificateString = certAndKey[i++] + certAndKey[i];
+ }
+ }
+ try {
+ RSAPrivateKey keyCert = ConfigHelper.parseRsaKeyFromString(keyString);
+ keyString = Base64.encodeToString( keyCert.getEncoded(), Base64.DEFAULT );
+ getSharedPreferences(Dashboard.SHARED_PREFERENCES, MODE_PRIVATE).edit().putString(EIP.PRIVATE_KEY, "-----BEGIN RSA PRIVATE KEY-----\n"+keyString+"-----END RSA PRIVATE KEY-----").commit();
+
+ X509Certificate certCert = ConfigHelper.parseX509CertificateFromString(certificateString);
+ certificateString = Base64.encodeToString( certCert.getEncoded(), Base64.DEFAULT);
+ getSharedPreferences(Dashboard.SHARED_PREFERENCES, MODE_PRIVATE).edit().putString(EIP.CERTIFICATE, "-----BEGIN CERTIFICATE-----\n"+certificateString+"-----END CERTIFICATE-----").commit();
+
+ return true;
+ } catch (CertificateException e) {
+ // TODO Auto-generated catch block
+ e.printStackTrace();
+ return false;
+ }
+ }
+ } else {
+ return false;
+ }
+ } catch (IOException e) {
+ // TODO Auto-generated catch block
+ e.printStackTrace();
+ return false;
+ } catch (JSONException e) {
+ // TODO Auto-generated catch block
+ e.printStackTrace();
+ return false;
+ } /*catch (URISyntaxException e) {
+ // TODO Auto-generated catch block
+ e.printStackTrace();
+ return false;
+ }*/
+ }
+}
diff --git a/app/src/release/java/se/leap/bitmaskclient/ProviderDetailFragment.java b/app/src/release/java/se/leap/bitmaskclient/ProviderDetailFragment.java
new file mode 100644
index 00000000..42cdd516
--- /dev/null
+++ b/app/src/release/java/se/leap/bitmaskclient/ProviderDetailFragment.java
@@ -0,0 +1,115 @@
+package se.leap.bitmaskclient;
+
+import org.json.JSONException;
+import org.json.JSONObject;
+
+import se.leap.bitmaskclient.R;
+import se.leap.bitmaskclient.ProviderListContent.ProviderItem;
+
+import android.app.Activity;
+import android.app.AlertDialog;
+import android.app.Dialog;
+import android.app.DialogFragment;
+import android.content.DialogInterface;
+import android.content.SharedPreferences;
+import android.os.Bundle;
+import android.view.LayoutInflater;
+import android.view.View;
+import android.widget.TextView;
+
+public class ProviderDetailFragment extends DialogFragment {
+
+ final public static String TAG = "providerDetailFragment";
+
+ @Override
+ public Dialog onCreateDialog(Bundle savedInstanceState) {
+ AlertDialog.Builder builder = new AlertDialog.Builder(getActivity());
+ try {
+
+ LayoutInflater inflater = getActivity().getLayoutInflater();
+ View provider_detail_view = inflater.inflate(R.layout.provider_detail_fragment, null);
+
+ JSONObject provider_json = new JSONObject(getActivity().getSharedPreferences(Dashboard.SHARED_PREFERENCES, getActivity().MODE_PRIVATE).getString(Provider.KEY, ""));
+
+ final TextView domain = (TextView)provider_detail_view.findViewById(R.id.provider_detail_domain);
+ domain.setText(provider_json.getString(Provider.DOMAIN));
+ final TextView name = (TextView)provider_detail_view.findViewById(R.id.provider_detail_name);
+ name.setText(provider_json.getJSONObject(Provider.NAME).getString("en"));
+ final TextView description = (TextView)provider_detail_view.findViewById(R.id.provider_detail_description);
+ description.setText(provider_json.getJSONObject(Provider.DESCRIPTION).getString("en"));
+
+ builder.setView(provider_detail_view);
+ builder.setTitle(R.string.provider_details_fragment_title);
+
+ if(anon_allowed(provider_json)) {
+ builder.setPositiveButton(R.string.use_anonymously_button, new DialogInterface.OnClickListener() {
+ public void onClick(DialogInterface dialog, int id) {
+ interface_with_configuration_wizard.use_anonymously();
+ }
+ });
+ }
+
+ if(registration_allowed(provider_json)) {
+ builder.setNegativeButton(R.string.login_button, new DialogInterface.OnClickListener() {
+ public void onClick(DialogInterface dialog, int id) {
+ interface_with_configuration_wizard.login();
+ }
+ });
+ }
+
+ return builder.create();
+ } catch (JSONException e) {
+ return null;
+ }
+ }
+
+ private boolean anon_allowed(JSONObject provider_json) {
+ try {
+ JSONObject service_description = provider_json.getJSONObject(Provider.SERVICE);
+ return service_description.has(EIP.ALLOWED_ANON) && service_description.getBoolean(EIP.ALLOWED_ANON);
+ } catch (JSONException e) {
+ return false;
+ }
+ }
+
+ private boolean registration_allowed(JSONObject provider_json) {
+ try {
+ JSONObject service_description = provider_json.getJSONObject(Provider.SERVICE);
+ return service_description.has(Provider.ALLOW_REGISTRATION) && service_description.getBoolean(Provider.ALLOW_REGISTRATION);
+ } catch (JSONException e) {
+ return false;
+ }
+ }
+
+ @Override
+ public void onCancel(DialogInterface dialog) {
+ super.onCancel(dialog);
+ SharedPreferences.Editor editor = getActivity().getSharedPreferences(Dashboard.SHARED_PREFERENCES, Activity.MODE_PRIVATE).edit();
+ editor.remove(Provider.KEY).remove(EIP.ALLOWED_ANON).remove(EIP.KEY).commit();
+ interface_with_configuration_wizard.showAllProviders();
+ }
+
+ public static DialogFragment newInstance() {
+ ProviderDetailFragment provider_detail_fragment = new ProviderDetailFragment();
+ return provider_detail_fragment;
+ }
+
+ @Override
+ public void onAttach(Activity activity) {
+ super.onAttach(activity);
+ try {
+ interface_with_configuration_wizard = (ProviderDetailFragmentInterface) activity;
+ } catch (ClassCastException e) {
+ throw new ClassCastException(activity.toString()
+ + " must implement LogInDialogListener");
+ }
+ }
+
+ public interface ProviderDetailFragmentInterface {
+ public void login();
+ public void use_anonymously();
+ public void showAllProviders();
+ }
+
+ ProviderDetailFragmentInterface interface_with_configuration_wizard;
+}
diff --git a/app/src/release/java/se/leap/bitmaskclient/ProviderListContent.java b/app/src/release/java/se/leap/bitmaskclient/ProviderListContent.java
new file mode 100644
index 00000000..a5402fd8
--- /dev/null
+++ b/app/src/release/java/se/leap/bitmaskclient/ProviderListContent.java
@@ -0,0 +1,85 @@
+/**
+ * Copyright (c) 2013 LEAP Encryption Access Project and contributers
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+ package se.leap.bitmaskclient;
+
+import java.io.IOException;
+import java.io.InputStream;
+import java.util.ArrayList;
+import java.util.HashMap;
+import java.util.List;
+import java.util.Map;
+import java.net.URL;
+import java.net.MalformedURLException;
+
+import org.json.JSONException;
+import org.json.JSONObject;
+
+/**
+ * Models the provider list shown in the ConfigurationWizard.
+ *
+ * @author parmegv
+ *
+ */
+public class ProviderListContent {
+
+ public static List<ProviderItem> ITEMS = new ArrayList<ProviderItem>();
+
+ public static Map<String, ProviderItem> ITEM_MAP = new HashMap<String, ProviderItem>();
+
+ /**
+ * Adds a new provider item to the end of the items map, and to the items list.
+ * @param item
+ */
+ public static void addItem(ProviderItem item) {
+ ITEMS.add(item);
+ ITEM_MAP.put(String.valueOf(ITEMS.size()), item);
+ }
+ public static void removeItem(ProviderItem item) {
+ ITEMS.remove(item);
+ ITEM_MAP.remove(item);
+ }
+
+ /**
+ * A provider item.
+ */
+ public static class ProviderItem {
+ final public static String CUSTOM = "custom";
+ private String provider_main_url;
+ private String name;
+
+ /**
+ * @param name of the provider
+ * @param provider_main_url used to download provider.json file of the provider
+ */
+ public ProviderItem(String name, String provider_main_url) {
+ this.name = name;
+ this.provider_main_url = provider_main_url;
+ }
+
+ public String name() { return name; }
+
+ public String providerMainUrl() { return provider_main_url; }
+
+ public String domain() {
+ try {
+ return new URL(provider_main_url).getHost();
+ } catch (MalformedURLException e) {
+ return provider_main_url.replaceFirst("http[s]?://", "").replaceFirst("/.*", "");
+ }
+ }
+ }
+}
diff --git a/app/src/release/res/layout-xlarge/new_provider_dialog.xml b/app/src/release/res/layout-xlarge/new_provider_dialog.xml
new file mode 100644
index 00000000..12616625
--- /dev/null
+++ b/app/src/release/res/layout-xlarge/new_provider_dialog.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:orientation="vertical"
+ android:textSize="24sp" >
+
+ <EditText
+ android:id="@+id/new_provider_url"
+ android:inputType="textUri"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:layout_marginTop="16dp"
+ android:layout_marginLeft="4dp"
+ android:layout_marginRight="4dp"
+ android:textSize="24sp"
+ android:hint="@string/new_provider_uri" />
+
+</LinearLayout>
diff --git a/app/src/release/res/layout/new_provider_dialog.xml b/app/src/release/res/layout/new_provider_dialog.xml
new file mode 100644
index 00000000..36eb0d6a
--- /dev/null
+++ b/app/src/release/res/layout/new_provider_dialog.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:orientation="vertical" >
+
+ <EditText
+ android:id="@+id/new_provider_url"
+ android:inputType="textUri"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:layout_marginTop="16dp"
+ android:layout_marginLeft="4dp"
+ android:layout_marginRight="4dp"
+ android:layout_marginBottom="4dp"
+ android:hint="@string/new_provider_uri" />
+
+</LinearLayout>
diff --git a/import-summary.txt b/import-summary.txt
deleted file mode 100644
index 583e7742..00000000
--- a/import-summary.txt
+++ /dev/null
@@ -1,9517 +0,0 @@
-ECLIPSE ANDROID PROJECT IMPORT SUMMARY
-======================================
-
-Ignored Files:
---------------
-The following files were *not* copied into the new Gradle project; you
-should evaluate whether these are still needed in your project and if
-so manually move them:
-
-* .gitignore
-* .tx/
-* .tx/config
-* Building_from_eclipse.md
-* CHANGELOG
-* LICENSE.txt
-* README.md
-* build-native.bat
-* build-native.sh
-* build.xml
-* compile-native-openvpn.sh
-* compile.sh
-* debug.sh
-* google-breakpad/
-* google-breakpad/.gitignore
-* google-breakpad/.svn/
-* google-breakpad/.svn/entries
-* google-breakpad/.svn/format
-* google-breakpad/.svn/pristine/
-* google-breakpad/.svn/pristine/00/
-* google-breakpad/.svn/pristine/00/0003729f98ecf5a967b3439811d99448a2444b2b.svn-base
-* google-breakpad/.svn/pristine/00/0021ed5878133fd0a879f2fbde2fbb1975c034f7.svn-base
-* google-breakpad/.svn/pristine/00/00f25e8ec1a688cb78cb1a30ce71fe30982e8b26.svn-base
-* google-breakpad/.svn/pristine/00/00f4c77de3b39412989ec4f9b97fadbdb5f8924c.svn-base
-* google-breakpad/.svn/pristine/01/
-* google-breakpad/.svn/pristine/01/014fa46830a4be75fed3cc68f0d68eafaa16c014.svn-base
-* google-breakpad/.svn/pristine/02/
-* google-breakpad/.svn/pristine/02/0248efdb42ad4f24c983151a8ab427adccf5d42e.svn-base
-* google-breakpad/.svn/pristine/02/02531fa05478f3061b29313360373487e8370804.svn-base
-* google-breakpad/.svn/pristine/02/02729130e1aac9cbfd5ce5f4683c28f48bd79580.svn-base
-* google-breakpad/.svn/pristine/02/027788ced43968ce3a4a9af43bcf44cc3deb6638.svn-base
-* google-breakpad/.svn/pristine/02/02d01dbc115e78f1824c819296695df7297b3285.svn-base
-* google-breakpad/.svn/pristine/03/
-* google-breakpad/.svn/pristine/03/035f687fd4159c47714f1336f6cd167eb5836859.svn-base
-* google-breakpad/.svn/pristine/03/03bb510c981d5fa44ee06fe7fffeefdc76def15d.svn-base
-* google-breakpad/.svn/pristine/04/
-* google-breakpad/.svn/pristine/04/040372a20b7d3c88f84158dbf34263fc49c4e9af.svn-base
-* google-breakpad/.svn/pristine/04/042e98be4a94b17a40199ed563556b844abd7fc7.svn-base
-* google-breakpad/.svn/pristine/04/049b33d83d9a4f6b5978c0078b8ddd2f61c78115.svn-base
-* google-breakpad/.svn/pristine/04/04e757572f58bcc64f1ef13dab092766e6f20f86.svn-base
-* google-breakpad/.svn/pristine/05/
-* google-breakpad/.svn/pristine/05/054fed477029cd7733e022a0f1879db53c05970d.svn-base
-* google-breakpad/.svn/pristine/06/
-* google-breakpad/.svn/pristine/06/065fd2cef2c71170ab4b24ad71478738d14ad9cd.svn-base
-* google-breakpad/.svn/pristine/06/06d87d40cc9390cdfe6a4d7d8123f4ae691576d5.svn-base
-* google-breakpad/.svn/pristine/06/06e6bd1b1eba302ee579cbb1555080a59914aff3.svn-base
-* google-breakpad/.svn/pristine/06/06f04837edbb1b48546faf2f47d7727be140fe2d.svn-base
-* google-breakpad/.svn/pristine/07/
-* google-breakpad/.svn/pristine/07/0735af201c5e7a968d0c44546af8952e04dac735.svn-base
-* google-breakpad/.svn/pristine/07/073ff5d9530e38aa65c0dee9ab7caaa23974b2b2.svn-base
-* google-breakpad/.svn/pristine/07/07755abf08c866ba72b3259e44df9f534a3366b5.svn-base
-* google-breakpad/.svn/pristine/08/
-* google-breakpad/.svn/pristine/08/0801d8d63117375ae710be2371183b81f46b8d7c.svn-base
-* google-breakpad/.svn/pristine/08/0814013ebad7c85d003823a251cf12aa409ca01c.svn-base
-* google-breakpad/.svn/pristine/08/08ab219e7df123a1a1ea9be6bc9915bed896958e.svn-base
-* google-breakpad/.svn/pristine/08/08ac9fc237a94f79d4c216b4ebf8c76ce8d6b955.svn-base
-* google-breakpad/.svn/pristine/08/08f13881c36187648182371bef21ab2ad41df717.svn-base
-* google-breakpad/.svn/pristine/09/
-* google-breakpad/.svn/pristine/09/0944d8e3195aaf64287a31d70ffc231d4751654f.svn-base
-* google-breakpad/.svn/pristine/09/09f57e5f75c057541b1c3496019834465dea37d6.svn-base
-* google-breakpad/.svn/pristine/0a/
-* google-breakpad/.svn/pristine/0a/0a08f911dd4a0aa90c16a99869cda6a145b8acb0.svn-base
-* google-breakpad/.svn/pristine/0a/0a221536234663f97816bfc0ab454db9985a1a0b.svn-base
-* google-breakpad/.svn/pristine/0b/
-* google-breakpad/.svn/pristine/0b/0b02ea09fc7522c15ccdb0c75d976c365d824cf5.svn-base
-* google-breakpad/.svn/pristine/0b/0b052396e49abd3ad0f8ddb13756590257733389.svn-base
-* google-breakpad/.svn/pristine/0b/0b26c36c750e6bf535051145a34b0cc087b3921d.svn-base
-* google-breakpad/.svn/pristine/0b/0b3736cdb8ba673456245aad879d4c7d81829a0b.svn-base
-* google-breakpad/.svn/pristine/0b/0b5b227c0be747f2eba0179473c25f1feebbb499.svn-base
-* google-breakpad/.svn/pristine/0b/0b5f28cf1bf4ddac0b13a3c45ce9158295bbd88e.svn-base
-* google-breakpad/.svn/pristine/0b/0b8195c77d9753c925ef021967be252cc64bdb40.svn-base
-* google-breakpad/.svn/pristine/0b/0bbbbbfe311afc9fbe77f10389e4ed618488afa9.svn-base
-* google-breakpad/.svn/pristine/0b/0bde09e62d08bc96962a2d2d928f49763646b09c.svn-base
-* google-breakpad/.svn/pristine/0c/
-* google-breakpad/.svn/pristine/0c/0c30de2118628f43d6b5dbc5806a98b34788d139.svn-base
-* google-breakpad/.svn/pristine/0c/0c3a4c3fffc57d3fd63ae41b48b19a1013f30ee1.svn-base
-* google-breakpad/.svn/pristine/0c/0c78f0bff3a3d467749792b19d3a946c673b21d0.svn-base
-* google-breakpad/.svn/pristine/0c/0cc7854338a029e64e8aafd93b9f744d4ccb438f.svn-base
-* google-breakpad/.svn/pristine/0d/
-* google-breakpad/.svn/pristine/0d/0d0c44dd634b6c5beaf4dc6351095543c3a7babc.svn-base
-* google-breakpad/.svn/pristine/0d/0d3ac5a8ec1e3fcf96e18a44c95139f218b9d3f3.svn-base
-* google-breakpad/.svn/pristine/0d/0d9ce07cee776f753713d2eb30c7cc2e273c4adf.svn-base
-* google-breakpad/.svn/pristine/0e/
-* google-breakpad/.svn/pristine/0e/0e1d916ce0aeaac5936be8c8d986e67b24c286ac.svn-base
-* google-breakpad/.svn/pristine/0f/
-* google-breakpad/.svn/pristine/0f/0f285ed994196f4757a907a79ca463acf5109fe1.svn-base
-* google-breakpad/.svn/pristine/0f/0f913dabf2ba92754898dd9efab12d20392da51a.svn-base
-* google-breakpad/.svn/pristine/0f/0fccbc2d6355c2e52f91a2e19b7002d9a4eb8c2a.svn-base
-* google-breakpad/.svn/pristine/0f/0fdc10adbf448a55f1d58ac114eea54d3e2c5879.svn-base
-* google-breakpad/.svn/pristine/10/
-* google-breakpad/.svn/pristine/10/109c4f702705e20d17af6b3bfdebe1efd1566ce4.svn-base
-* google-breakpad/.svn/pristine/11/
-* google-breakpad/.svn/pristine/11/111492a50411b597a90b5df8debeb5df48665883.svn-base
-* google-breakpad/.svn/pristine/11/115ac0d9fcd50b3f4fd7b14a2ed13fc2564fb727.svn-base
-* google-breakpad/.svn/pristine/11/11f05317ed09b1e4148b13676167b34b93031cd6.svn-base
-* google-breakpad/.svn/pristine/12/
-* google-breakpad/.svn/pristine/12/129f9befaeda21a98c6269869ca522beb6cd3779.svn-base
-* google-breakpad/.svn/pristine/13/
-* google-breakpad/.svn/pristine/13/138c1c00677e84e42d2c5a48e48fb3f8935f25d6.svn-base
-* google-breakpad/.svn/pristine/13/13e95eeadad452d241ebd1c0dc4ad807c4644fa9.svn-base
-* google-breakpad/.svn/pristine/14/
-* google-breakpad/.svn/pristine/14/14440bb03123bb6e7b40ee3ce02daa5a0e66b91c.svn-base
-* google-breakpad/.svn/pristine/14/144b0c9156771edc98392ade36fece1103096bde.svn-base
-* google-breakpad/.svn/pristine/14/1465969b934340bf79386e0d83107b3fa58157a8.svn-base
-* google-breakpad/.svn/pristine/14/149bffff0a304cf215a552520ec16344b64e1eaf.svn-base
-* google-breakpad/.svn/pristine/14/14b04e2495f5377376b688d6aba8055053ad37e8.svn-base
-* google-breakpad/.svn/pristine/14/14c13c2106a25f52b9220288add50989f483f79e.svn-base
-* google-breakpad/.svn/pristine/14/14d51620220ab179f7f4ca46264e8df700f56c63.svn-base
-* google-breakpad/.svn/pristine/15/
-* google-breakpad/.svn/pristine/15/15114105eeda21f1bbee762ccc618fbe7278ccb3.svn-base
-* google-breakpad/.svn/pristine/15/151c1fb387a9f3aed64ac2e6f07eb98615dfeb4f.svn-base
-* google-breakpad/.svn/pristine/16/
-* google-breakpad/.svn/pristine/16/161268b4871d0a9fedce8a40e9b86869bbf6f4ba.svn-base
-* google-breakpad/.svn/pristine/16/16b87c8108f482c5593a55bb0fdecf8a2702c0e0.svn-base
-* google-breakpad/.svn/pristine/17/
-* google-breakpad/.svn/pristine/17/1701be5e5d2219ceb7cb34d5600b6965dde0b6ad.svn-base
-* google-breakpad/.svn/pristine/17/17359971b389f0620088ccec9dc28ddcfd65114d.svn-base
-* google-breakpad/.svn/pristine/17/175f3dc92f792ca2728c700da6ad008df6d60d3f.svn-base
-* google-breakpad/.svn/pristine/17/17a5da2d3caad1c8e178814e5e027dbb7d143a38.svn-base
-* google-breakpad/.svn/pristine/17/17ec1af4f9f2b4f5a444fd1093a921a5367a4769.svn-base
-* google-breakpad/.svn/pristine/18/
-* google-breakpad/.svn/pristine/18/184f587995b24a0ff625cfb2494f31cbdd28f9bd.svn-base
-* google-breakpad/.svn/pristine/19/
-* google-breakpad/.svn/pristine/19/196afaa2c7755e64a7c2f792741004084a22af44.svn-base
-* google-breakpad/.svn/pristine/19/19bbfb921c00747d084c569bc13afdba30df8f7a.svn-base
-* google-breakpad/.svn/pristine/19/19c367a01de5c5850f505ed2dda939a9da645942.svn-base
-* google-breakpad/.svn/pristine/1a/
-* google-breakpad/.svn/pristine/1a/1a94408713c7839d48a8eab3edffd70a003fe56b.svn-base
-* google-breakpad/.svn/pristine/1a/1aa3b3d14b32e2f7ce41f596a2ab902bc03dd05b.svn-base
-* google-breakpad/.svn/pristine/1a/1ab276daea769431fd9feaa7eabd6f40f3cea7bc.svn-base
-* google-breakpad/.svn/pristine/1b/
-* google-breakpad/.svn/pristine/1b/1b46fdf6310b04f8034e9778ff097136bf64d592.svn-base
-* google-breakpad/.svn/pristine/1b/1bcadfbfe336c748ce0c5241bd6345d6b1663083.svn-base
-* google-breakpad/.svn/pristine/1c/
-* google-breakpad/.svn/pristine/1c/1c0c15386e653a7f05b7fe93abaa3b0bb929f874.svn-base
-* google-breakpad/.svn/pristine/1c/1c86eb375d2527205ac1c51a4f544cae279d32f6.svn-base
-* google-breakpad/.svn/pristine/1c/1cb53434e7d1c415fc8894f164ed945d53e49580.svn-base
-* google-breakpad/.svn/pristine/1c/1cbe3ce7ead7e36726d85bdbae11f32367159e7e.svn-base
-* google-breakpad/.svn/pristine/1c/1cc6de1290a6770a15981c13db14893994859dad.svn-base
-* google-breakpad/.svn/pristine/1c/1cccd505174721c04a705c41696c86ee67ff9137.svn-base
-* google-breakpad/.svn/pristine/1d/
-* google-breakpad/.svn/pristine/1d/1d049d64840d97bd82a7ac7bcad31311fcd4ff7c.svn-base
-* google-breakpad/.svn/pristine/1d/1d0ea6faed5e15712c5678a634f0aff0c63b10df.svn-base
-* google-breakpad/.svn/pristine/1d/1d27801414ae19ba8aa988b67f302db17a8e2ba1.svn-base
-* google-breakpad/.svn/pristine/1d/1d8659879bca9c9bf82ad538caafa71670157f44.svn-base
-* google-breakpad/.svn/pristine/1d/1dc476fe7a13c8edeb0ebb4fc95a8caba33a9ab3.svn-base
-* google-breakpad/.svn/pristine/1d/1de67386c45b471006a8f62c5056207e54db7a73.svn-base
-* google-breakpad/.svn/pristine/1e/
-* google-breakpad/.svn/pristine/1e/1e8426f2562c86b7f0e519194ee7c7c73e86f5fc.svn-base
-* google-breakpad/.svn/pristine/1e/1ebf83366c1d443ce2806a0e1b853a5bc91afda6.svn-base
-* google-breakpad/.svn/pristine/1e/1efb390a8fb4bfafd74783a15a8fb5311c84300e.svn-base
-* google-breakpad/.svn/pristine/1f/
-* google-breakpad/.svn/pristine/1f/1f70b2743f7ef53091c077abe82be76eb07261d7.svn-base
-* google-breakpad/.svn/pristine/20/
-* google-breakpad/.svn/pristine/20/20a80b4e4842e4a085909fee7ee3fe62d81976a2.svn-base
-* google-breakpad/.svn/pristine/20/20d7f6bb5bc764d69a777fcb947b97c29d3a9a88.svn-base
-* google-breakpad/.svn/pristine/20/20ebb8c9630a26446245fd599883efebbb77826c.svn-base
-* google-breakpad/.svn/pristine/21/
-* google-breakpad/.svn/pristine/21/21d1ba3379d8e761fcc8303904759ed61d216e2e.svn-base
-* google-breakpad/.svn/pristine/21/21ebb460fa44ecca58f7c27db93f934806695f1c.svn-base
-* google-breakpad/.svn/pristine/22/
-* google-breakpad/.svn/pristine/22/2214345c7ef198a90e02491d31aa21815e4172e0.svn-base
-* google-breakpad/.svn/pristine/22/2227c858eaee534c8338cf3d0fa822eee4af028b.svn-base
-* google-breakpad/.svn/pristine/22/2249c69f9fb4c023906aa882d293168ad25b2549.svn-base
-* google-breakpad/.svn/pristine/22/227b86f47faf6837e5ad94d1f73deec029c544bd.svn-base
-* google-breakpad/.svn/pristine/22/22848816fb3d0d802667869cd05831918f780aed.svn-base
-* google-breakpad/.svn/pristine/22/22efd63d7f98d0de8f01c56d5114aab6224f655e.svn-base
-* google-breakpad/.svn/pristine/23/
-* google-breakpad/.svn/pristine/23/2320a8eb2af0dc1e8de067f7a3a21cb56dbba45c.svn-base
-* google-breakpad/.svn/pristine/23/234ed24f7444d2e9049698967dba8bc58e19565a.svn-base
-* google-breakpad/.svn/pristine/23/23ab738baf43cb31fceab04ee2d53de002239fa3.svn-base
-* google-breakpad/.svn/pristine/24/
-* google-breakpad/.svn/pristine/24/24b3d83c505ba1ee82147426a8b915a6be41cb9a.svn-base
-* google-breakpad/.svn/pristine/24/24d9d5b0d72863938e5422488166db4faeb52219.svn-base
-* google-breakpad/.svn/pristine/25/
-* google-breakpad/.svn/pristine/25/25fb26c73e6dffbd155e32491c65925c7530d7a1.svn-base
-* google-breakpad/.svn/pristine/26/
-* google-breakpad/.svn/pristine/26/2600f0303b026f194bb5a160c70a7876ca58be60.svn-base
-* google-breakpad/.svn/pristine/26/261c0dfe753eb407d25789ffb5cd497c67886e8b.svn-base
-* google-breakpad/.svn/pristine/26/26460ff5623a76730ca30d9c517007728ebc4aef.svn-base
-* google-breakpad/.svn/pristine/26/268257e7c4ccf0c3e2ea21210eace9e9a4463a26.svn-base
-* google-breakpad/.svn/pristine/26/26f0054c285dca528c84f0fe1738e89c96c09d02.svn-base
-* google-breakpad/.svn/pristine/26/26f868e9d1bf3ad517bfbd2bd9694e7e134ddc10.svn-base
-* google-breakpad/.svn/pristine/27/
-* google-breakpad/.svn/pristine/27/2713e7fbd2bb92cb5462f3a7d3bb96a31c8af6e7.svn-base
-* google-breakpad/.svn/pristine/27/2749883645cf3b5cf08b9f1ab9528869b956e7c6.svn-base
-* google-breakpad/.svn/pristine/27/27928bc0d464913364fbbf0c4572bf0405c734f5.svn-base
-* google-breakpad/.svn/pristine/28/
-* google-breakpad/.svn/pristine/28/280f176637f498e6b4c850e3fe440bbdf2e7a3f7.svn-base
-* google-breakpad/.svn/pristine/28/2821639aa0a1c7ee67748a7cd97e2949f7d553e9.svn-base
-* google-breakpad/.svn/pristine/28/28592f91838928a01050152c2b34ba15a27d3d29.svn-base
-* google-breakpad/.svn/pristine/29/
-* google-breakpad/.svn/pristine/29/2908d60c7a1f1d173a8a7ac013f38f8d783e7e53.svn-base
-* google-breakpad/.svn/pristine/29/29e7035b64b6a92ef738a93f174182b6ad68a079.svn-base
-* google-breakpad/.svn/pristine/2a/
-* google-breakpad/.svn/pristine/2a/2aa23faae608ab3296a077ceceda07ec963434d0.svn-base
-* google-breakpad/.svn/pristine/2b/
-* google-breakpad/.svn/pristine/2b/2ba8b88617b2e59b8cf59d5bdf2e7ad486ce52c5.svn-base
-* google-breakpad/.svn/pristine/2c/
-* google-breakpad/.svn/pristine/2c/2c611731b2f54ffd2b30ac2f93dfed916f2e297b.svn-base
-* google-breakpad/.svn/pristine/2c/2c6bccd5d3c6aebeafa185a26d41c11bcf65f1e4.svn-base
-* google-breakpad/.svn/pristine/2c/2cd0e118e0077ddf07480dea734a87b323edf1fa.svn-base
-* google-breakpad/.svn/pristine/2c/2cffd85542014b39e92926fcc3943fed0e06293d.svn-base
-* google-breakpad/.svn/pristine/2d/
-* google-breakpad/.svn/pristine/2d/2d06ca870afbc2d49c9efca030d79bdd233b4b55.svn-base
-* google-breakpad/.svn/pristine/2d/2d15029c25edf911be60e86bab674cc7a9ab0164.svn-base
-* google-breakpad/.svn/pristine/2d/2d361aed898252b67b500a93623b1b364a083898.svn-base
-* google-breakpad/.svn/pristine/2e/
-* google-breakpad/.svn/pristine/2e/2e8e2bf7dfbf1d6e0edf966e576867f8da9940e0.svn-base
-* google-breakpad/.svn/pristine/2e/2ecddec53b1f0c753cc47a06a56663aee0f2b506.svn-base
-* google-breakpad/.svn/pristine/2e/2ee1f941d9bf4f398f4d0442bdc97acc4c3c88b2.svn-base
-* google-breakpad/.svn/pristine/2f/
-* google-breakpad/.svn/pristine/2f/2f60a91400774efaac46863b5fa4707ba07764c3.svn-base
-* google-breakpad/.svn/pristine/30/
-* google-breakpad/.svn/pristine/30/3039abece193cd4bee294a2547405e5106cca20e.svn-base
-* google-breakpad/.svn/pristine/30/303c01d60f78dda50688724626aa622753ebfa4b.svn-base
-* google-breakpad/.svn/pristine/30/304ad9143c93d3791a7fff9cfb6f946fa942bb01.svn-base
-* google-breakpad/.svn/pristine/30/3064a29541115f72cecd8db0d9ba9236fc6256fd.svn-base
-* google-breakpad/.svn/pristine/30/30745f0d0dad0aca57d39a24f5b5c1b1445cdf1c.svn-base
-* google-breakpad/.svn/pristine/30/307ddf9715fbba51d67fceaa5381f57eb7864577.svn-base
-* google-breakpad/.svn/pristine/30/30a8915ddbc4791465260196ceae51c871d6d352.svn-base
-* google-breakpad/.svn/pristine/30/30e9e2241e2947b8c8751575e9320123552259c2.svn-base
-* google-breakpad/.svn/pristine/30/30f79d1fe5da79aa22bc0e5203ec4acf24cf0846.svn-base
-* google-breakpad/.svn/pristine/31/
-* google-breakpad/.svn/pristine/31/31715fbbb6391480d5df6b0e30c546df3caf924a.svn-base
-* google-breakpad/.svn/pristine/31/3196a8d30aaf2e89eab8ddb88d892df6707db124.svn-base
-* google-breakpad/.svn/pristine/31/319728552aa82b67a0662e81479204da172c44e2.svn-base
-* google-breakpad/.svn/pristine/31/31ed1af0d1a2830b897aba178d2957bd9adb323a.svn-base
-* google-breakpad/.svn/pristine/32/
-* google-breakpad/.svn/pristine/32/320265e288f2164c59ddd53373d22e1f06b6715f.svn-base
-* google-breakpad/.svn/pristine/32/3243a38631fc905f0983d8317fb6f342a566a407.svn-base
-* google-breakpad/.svn/pristine/32/32b7121451b1b1516ab1356f653e6201558e1455.svn-base
-* google-breakpad/.svn/pristine/33/
-* google-breakpad/.svn/pristine/33/3370c8753ec73f5f4a51aaabb3a0925041cf0602.svn-base
-* google-breakpad/.svn/pristine/33/33dc208d21e982f742eaab25f3a520c3ed9fea1f.svn-base
-* google-breakpad/.svn/pristine/34/
-* google-breakpad/.svn/pristine/34/347d2a35b7863d3af4ce9642dd5a13e3ee0b8844.svn-base
-* google-breakpad/.svn/pristine/34/34fa1cd4a340fa0d52d06b1542494559a49bb2f4.svn-base
-* google-breakpad/.svn/pristine/35/
-* google-breakpad/.svn/pristine/35/353ba04a1a44e0a56966f3dfd80362bf4bc36b52.svn-base
-* google-breakpad/.svn/pristine/35/35aa82e9fd0ea53f100ef62147a7ea9708a375b2.svn-base
-* google-breakpad/.svn/pristine/36/
-* google-breakpad/.svn/pristine/36/362ca8f4f70cb2f5ccbbe489cddecc0b58b43d34.svn-base
-* google-breakpad/.svn/pristine/36/3638c5d1dada97d8ea94e23fad2f0fa2933efee0.svn-base
-* google-breakpad/.svn/pristine/36/3640337d5d13ab29dfe31fd4a94b936b8618db02.svn-base
-* google-breakpad/.svn/pristine/36/36913b99056866bbd721b1862b611c63c8911b7e.svn-base
-* google-breakpad/.svn/pristine/36/36b1d2f2dee83dda86dd31be7384902f527c4a97.svn-base
-* google-breakpad/.svn/pristine/36/36bfe501813038acc835101881a5d6f6c66f12c9.svn-base
-* google-breakpad/.svn/pristine/37/
-* google-breakpad/.svn/pristine/37/376ab3ccbcd9103256fad200ef1caa9c10116413.svn-base
-* google-breakpad/.svn/pristine/38/
-* google-breakpad/.svn/pristine/38/3889d977abba28326210dd2aff90b86c761cc59e.svn-base
-* google-breakpad/.svn/pristine/39/
-* google-breakpad/.svn/pristine/39/397433570817b508c1e1bde6fe857a7289fd6379.svn-base
-* google-breakpad/.svn/pristine/3a/
-* google-breakpad/.svn/pristine/3a/3a5ebc1b4ec4c92160eb238527f11c47ffd074a1.svn-base
-* google-breakpad/.svn/pristine/3a/3aa0000024e4adb47c5308ff77bfd9092aeaeeaa.svn-base
-* google-breakpad/.svn/pristine/3a/3ac85e706faf68ea27965167fa5a56cb1db58ecf.svn-base
-* google-breakpad/.svn/pristine/3a/3acdc1d86baba6277eb7608bd92d6ee0baf2c5d6.svn-base
-* google-breakpad/.svn/pristine/3b/
-* google-breakpad/.svn/pristine/3b/3bb481966da02405613ce7a407db79dff012b484.svn-base
-* google-breakpad/.svn/pristine/3c/
-* google-breakpad/.svn/pristine/3c/3cf8e729e954df8f5e01e1f45a94e4fbc288afd9.svn-base
-* google-breakpad/.svn/pristine/3d/
-* google-breakpad/.svn/pristine/3d/3d459340ccfd4ef8ace5f1f2814a7335ce5fa57b.svn-base
-* google-breakpad/.svn/pristine/3e/
-* google-breakpad/.svn/pristine/3e/3e4dc2a9e3e3add312bbdade4b8d06ae135d90ce.svn-base
-* google-breakpad/.svn/pristine/3e/3eadf0320cb22bc0d246c29fac9f2312c6c3e5c7.svn-base
-* google-breakpad/.svn/pristine/3e/3ef62bb9f33dee663cd59d6bdc159bf14ae20fcf.svn-base
-* google-breakpad/.svn/pristine/3f/
-* google-breakpad/.svn/pristine/3f/3ff1d3e11f6f38b2be721b1029f004621e6a8b9d.svn-base
-* google-breakpad/.svn/pristine/3f/3ff59a1614c7be3d12d0de37024a0117de7fbb43.svn-base
-* google-breakpad/.svn/pristine/40/
-* google-breakpad/.svn/pristine/40/403c2507f552ef2e8c766a889fb1b21a8c89ff95.svn-base
-* google-breakpad/.svn/pristine/40/4068403b9b8a55ad87c9af8474d3fb07c7f89a7c.svn-base
-* google-breakpad/.svn/pristine/40/4074ed49e346d13a259196ae58eeacc100f1207d.svn-base
-* google-breakpad/.svn/pristine/40/408245626aa0ca48c8473927b27fcc75666147d0.svn-base
-* google-breakpad/.svn/pristine/40/40b32d9af5ae0ec1a77645a373a0e14dd8f1cb76.svn-base
-* google-breakpad/.svn/pristine/40/40d07ad2281717a943710ef7fe3cdbb1b66f3040.svn-base
-* google-breakpad/.svn/pristine/40/40d29ac1e1a3206d012a3c1006fe263e3da77ab2.svn-base
-* google-breakpad/.svn/pristine/41/
-* google-breakpad/.svn/pristine/41/411595f5c91691222f5add4621bd8195e41dba52.svn-base
-* google-breakpad/.svn/pristine/42/
-* google-breakpad/.svn/pristine/42/42cf52725ea695c84809c316f6507299f680f10d.svn-base
-* google-breakpad/.svn/pristine/43/
-* google-breakpad/.svn/pristine/43/43aceeb4043648ea9d95b8bb43684b8c96e1c658.svn-base
-* google-breakpad/.svn/pristine/43/43e2337816d7548688297eeaf7144302f480de08.svn-base
-* google-breakpad/.svn/pristine/44/
-* google-breakpad/.svn/pristine/44/4404cba913204699f1499e7cccc0ba7a12640e80.svn-base
-* google-breakpad/.svn/pristine/45/
-* google-breakpad/.svn/pristine/45/45e202f87f36162108bbfaa25a6bb770f381264b.svn-base
-* google-breakpad/.svn/pristine/46/
-* google-breakpad/.svn/pristine/46/4631a6e78c61874f3dc6415625f022326ee7929d.svn-base
-* google-breakpad/.svn/pristine/46/46571f6b2462c44ca90441dcb03570e7db6f60c1.svn-base
-* google-breakpad/.svn/pristine/46/468aed6ec53a4c98aa39b0afe26e7dba8241de12.svn-base
-* google-breakpad/.svn/pristine/48/
-* google-breakpad/.svn/pristine/48/48772ed3c5149dc2fee7493d09fff9b0348133e9.svn-base
-* google-breakpad/.svn/pristine/48/487e7778d6e2396799340d5a792f7eb1ce6117fe.svn-base
-* google-breakpad/.svn/pristine/49/
-* google-breakpad/.svn/pristine/49/494847629e1f90adb55e77d7468357d59a661269.svn-base
-* google-breakpad/.svn/pristine/4a/
-* google-breakpad/.svn/pristine/4a/4a3e1f2fc6d858c0d3d89ccce8207ba68f2424ec.svn-base
-* google-breakpad/.svn/pristine/4a/4a4202cc5264a801ed510f18d887fdbd4322156b.svn-base
-* google-breakpad/.svn/pristine/4a/4a56aca20e8567f528fbaec53d9b6b00560870f9.svn-base
-* google-breakpad/.svn/pristine/4a/4acf0616cde03d15ff2f6a72c7af22965db90f67.svn-base
-* google-breakpad/.svn/pristine/4a/4af4f386ffd224037a208eda1b5dfbc36b9135c9.svn-base
-* google-breakpad/.svn/pristine/4b/
-* google-breakpad/.svn/pristine/4b/4b1a371678139ecd4b78f3624f09987a8dc22916.svn-base
-* google-breakpad/.svn/pristine/4b/4b738319bf59fca0fd0bb1211491ac72d961fa7f.svn-base
-* google-breakpad/.svn/pristine/4b/4b85ca2948dacf3b093bdc7ff9552b94b73df8f1.svn-base
-* google-breakpad/.svn/pristine/4b/4ba184d4054ef9003a0b9bec8c299f269c8c264b.svn-base
-* google-breakpad/.svn/pristine/4b/4bc0e903c54177626beff780dab874b48c5f5641.svn-base
-* google-breakpad/.svn/pristine/4c/
-* google-breakpad/.svn/pristine/4c/4c0272fed45025b0de2e30767c3bcc1f39c20082.svn-base
-* google-breakpad/.svn/pristine/4c/4c4f30f87e1eb041de4eeb525f7cb2c9335b3492.svn-base
-* google-breakpad/.svn/pristine/4c/4c531f89710513b86148478c7e16508f8a748c20.svn-base
-* google-breakpad/.svn/pristine/4c/4cd92cf27a7eba69b02f466b5ad381ea79846c62.svn-base
-* google-breakpad/.svn/pristine/4d/
-* google-breakpad/.svn/pristine/4d/4d99c3c40ac31ea79b9acd0e72e38e949ad37269.svn-base
-* google-breakpad/.svn/pristine/4e/
-* google-breakpad/.svn/pristine/4e/4e0954a7e3c6f046095107f48370436ea316959a.svn-base
-* google-breakpad/.svn/pristine/4e/4e4fc9a237624cce9899e0c4941426b1b4e5f448.svn-base
-* google-breakpad/.svn/pristine/4e/4e8315a9bc88c088bcae81dbfae1cd60f6d226e2.svn-base
-* google-breakpad/.svn/pristine/4e/4e89743bfb6a95985706405865ece3bd6db44809.svn-base
-* google-breakpad/.svn/pristine/4e/4ea65c3629431b87480c3c4d0b336d8a3db807a3.svn-base
-* google-breakpad/.svn/pristine/4e/4ebbe4a00bc85b0cebfe6d95cff166dc2de539a1.svn-base
-* google-breakpad/.svn/pristine/4e/4eefba47e324d1863b19b56d8fec875426b6a026.svn-base
-* google-breakpad/.svn/pristine/4f/
-* google-breakpad/.svn/pristine/4f/4f160a9894cef66934144095a496c691104b06a5.svn-base
-* google-breakpad/.svn/pristine/4f/4f1df63700c01a8db18518aca49da9ac0c700036.svn-base
-* google-breakpad/.svn/pristine/4f/4f80d568a30221b25cadc0bffda03a4abdc1f19c.svn-base
-* google-breakpad/.svn/pristine/4f/4f830f99ad949e847a0d991f3bdbfe19ec87455b.svn-base
-* google-breakpad/.svn/pristine/4f/4fb374998b488ccc10c7deeaa172ec75a3c65ecd.svn-base
-* google-breakpad/.svn/pristine/4f/4fda24707fa4b49aabd1deac70483c00f35985d0.svn-base
-* google-breakpad/.svn/pristine/4f/4fdef938efd93bbfacfd1bc5f8ea6702a35880a3.svn-base
-* google-breakpad/.svn/pristine/50/
-* google-breakpad/.svn/pristine/50/505070c6969f2acc30e86549d86b4b32af079213.svn-base
-* google-breakpad/.svn/pristine/50/50d9226c114441db800ac0edb3ae8f7630bc7dbc.svn-base
-* google-breakpad/.svn/pristine/50/50e2168072aa0f3030b878577afcf21ba9059ee6.svn-base
-* google-breakpad/.svn/pristine/50/50ff114ac9c165e2e47c0b423964a18058f4c1a8.svn-base
-* google-breakpad/.svn/pristine/51/
-* google-breakpad/.svn/pristine/51/510ad21db42dbda1ab95bcbd0aa91c39d894d5c7.svn-base
-* google-breakpad/.svn/pristine/51/514e8bbc1d3061bafc6846d3026c4ccf9f1a20ea.svn-base
-* google-breakpad/.svn/pristine/51/5157c947697ea27d48fa1dc2306b5a5dbab9059c.svn-base
-* google-breakpad/.svn/pristine/51/517dc12386d7db0cf80653f8ae6d01ddae9c78b9.svn-base
-* google-breakpad/.svn/pristine/51/51b426e849ca881298b5907766709e3f83ba38b4.svn-base
-* google-breakpad/.svn/pristine/51/51ed0dee0f0845e9f0ffbdf93a06f713d0536019.svn-base
-* google-breakpad/.svn/pristine/52/
-* google-breakpad/.svn/pristine/52/5211a5b4fc94ee31c2a25304f6cd8e7edd0123dd.svn-base
-* google-breakpad/.svn/pristine/52/523640b3ed562239a811915e386404754919d587.svn-base
-* google-breakpad/.svn/pristine/53/
-* google-breakpad/.svn/pristine/53/53177c2925b1744dbe87e3a98c291217c19d5bae.svn-base
-* google-breakpad/.svn/pristine/53/533a2ebb7645590535ce77ebd1ee5494d86e29ba.svn-base
-* google-breakpad/.svn/pristine/54/
-* google-breakpad/.svn/pristine/54/544bac633f937bbc2be9e5017c9b4f9fed329ba4.svn-base
-* google-breakpad/.svn/pristine/54/545cec2b2b927497bc8e9ce2677d7095893a4021.svn-base
-* google-breakpad/.svn/pristine/54/5485b0df70338f58b94f5b77341c3eb64a742bf4.svn-base
-* google-breakpad/.svn/pristine/55/
-* google-breakpad/.svn/pristine/55/55d434a1f0710bc13c70fb5ad5712f11b7e44bfb.svn-base
-* google-breakpad/.svn/pristine/55/55e38988c8f8f781fbca5f2d8e73c22af0b2f770.svn-base
-* google-breakpad/.svn/pristine/56/
-* google-breakpad/.svn/pristine/56/56e7354f99e2edce26f7cce5d9b6768b845dd4e1.svn-base
-* google-breakpad/.svn/pristine/57/
-* google-breakpad/.svn/pristine/57/570b4f6b7672f6d27313d9a5bef9f8110d3a2576.svn-base
-* google-breakpad/.svn/pristine/57/57634486e66eb9e900ccb1cc7467d3d5a3ef6825.svn-base
-* google-breakpad/.svn/pristine/57/5778915c15f25cfc80f2e28b700e3b896f38f8a4.svn-base
-* google-breakpad/.svn/pristine/58/
-* google-breakpad/.svn/pristine/58/583115d1708e581f5800e6e214f712e8679718f1.svn-base
-* google-breakpad/.svn/pristine/59/
-* google-breakpad/.svn/pristine/59/59495e13799a61e0103233a2ae7677b4e5086f06.svn-base
-* google-breakpad/.svn/pristine/59/5977901bb089557d8a3f593733547704e0d76d00.svn-base
-* google-breakpad/.svn/pristine/5a/
-* google-breakpad/.svn/pristine/5a/5a4daa1dbc0780b4b4f5e82dfd91053650f569a8.svn-base
-* google-breakpad/.svn/pristine/5a/5a5a43e40766959e7cb3dc9e120326ea1004d623.svn-base
-* google-breakpad/.svn/pristine/5a/5a5ef1d069f336fd7e52d11d96568d8922f2d2ae.svn-base
-* google-breakpad/.svn/pristine/5a/5affd20a679facf8de6f9b5f893131559bbaa6c3.svn-base
-* google-breakpad/.svn/pristine/5b/
-* google-breakpad/.svn/pristine/5b/5b2b8607424f5c7c24c8dec1399242d675317bfe.svn-base
-* google-breakpad/.svn/pristine/5c/
-* google-breakpad/.svn/pristine/5c/5c62b357c37e76e29cd9fdc95f979c83e7c0cd71.svn-base
-* google-breakpad/.svn/pristine/5c/5cf37989686ccf181a51e931d310d5eef173dbb1.svn-base
-* google-breakpad/.svn/pristine/5d/
-* google-breakpad/.svn/pristine/5d/5d6e2c37cd26bfcaf0ffd50375d7bc88441ab9f8.svn-base
-* google-breakpad/.svn/pristine/5e/
-* google-breakpad/.svn/pristine/5e/5e0f4f51df03c4f5110f7e498bdda6174e317f6e.svn-base
-* google-breakpad/.svn/pristine/5e/5e3f8817a5e22be0b48c793504b7f1c9d548bbe2.svn-base
-* google-breakpad/.svn/pristine/5e/5ee5588da5cbb754e856bc1e4ffb02f37b1632c6.svn-base
-* google-breakpad/.svn/pristine/5e/5ef5b6411ea9d91fdaed1dd11eecd9f887f90db1.svn-base
-* google-breakpad/.svn/pristine/5f/
-* google-breakpad/.svn/pristine/5f/5f586ad29e50e73812497e83c4e7e6dc62fe50b9.svn-base
-* google-breakpad/.svn/pristine/5f/5f97d183ffb3febe5869753c1de23ffd597c8011.svn-base
-* google-breakpad/.svn/pristine/5f/5fe9d41e0675965149a0b44382a8f9caec2776cd.svn-base
-* google-breakpad/.svn/pristine/60/
-* google-breakpad/.svn/pristine/60/60cb4aa16f761411d62c72feb1c31160f32a2d73.svn-base
-* google-breakpad/.svn/pristine/61/
-* google-breakpad/.svn/pristine/61/610b354d6f3a5eae20eaa07675b6bbcf57d2e30f.svn-base
-* google-breakpad/.svn/pristine/61/613312def0385fcbbc80e473a148f97e2f381c49.svn-base
-* google-breakpad/.svn/pristine/61/616d52e388e62ed1dd7e825dce53bbd60a115bcb.svn-base
-* google-breakpad/.svn/pristine/62/
-* google-breakpad/.svn/pristine/62/62ad7af409752aadedc6a1ab74988513a1ae8a5f.svn-base
-* google-breakpad/.svn/pristine/62/62bf186fd45e0c5aba092c558fd1655ce871bfbd.svn-base
-* google-breakpad/.svn/pristine/62/62e4b2b443246f4afb4af1474bfe57ea0fb71ba9.svn-base
-* google-breakpad/.svn/pristine/63/
-* google-breakpad/.svn/pristine/63/632fccb56bcf079c9719b1af80a45b9f07043b74.svn-base
-* google-breakpad/.svn/pristine/63/63960e2d7061236a77717947a3967566df24ed07.svn-base
-* google-breakpad/.svn/pristine/64/
-* google-breakpad/.svn/pristine/64/64136ff5443c03525b11c0800ee68fb9798c0491.svn-base
-* google-breakpad/.svn/pristine/64/648a79d7a19fd4449ac7cc16676bf5ff5a54f620.svn-base
-* google-breakpad/.svn/pristine/64/64c939534623b345f25a918b6a769ad4b924d016.svn-base
-* google-breakpad/.svn/pristine/65/
-* google-breakpad/.svn/pristine/65/65130173f718dea3330b714f5fb3842a88060d30.svn-base
-* google-breakpad/.svn/pristine/65/65729af5261f4f573679d4548deecfe3d9762718.svn-base
-* google-breakpad/.svn/pristine/65/65d1dfa31c71ad3a07193a23aa036ddce5d7a78e.svn-base
-* google-breakpad/.svn/pristine/66/
-* google-breakpad/.svn/pristine/66/664bbfb27be6eb13791003c4114d95a9c3d51ea1.svn-base
-* google-breakpad/.svn/pristine/67/
-* google-breakpad/.svn/pristine/67/673b212b22d58a162875b2c5ba41c0876e980d28.svn-base
-* google-breakpad/.svn/pristine/67/6771da9b3c6ecf06feadc9c5a3032b64fe4be274.svn-base
-* google-breakpad/.svn/pristine/67/677be6f91d5c4530d1f7cc7fc3c1b04c3b028cdb.svn-base
-* google-breakpad/.svn/pristine/67/67e0c2fbbf5673f1b6838ce2ff85394a8b0d59c2.svn-base
-* google-breakpad/.svn/pristine/68/
-* google-breakpad/.svn/pristine/68/68080c25f8a9579c75fb7c64bf5f5e933ea5e2c2.svn-base
-* google-breakpad/.svn/pristine/68/685c525919462333c41c5cfdee723c308c3e24e3.svn-base
-* google-breakpad/.svn/pristine/68/6880552e164e2a6ddb7b36c6caf4c21b6167f1d9.svn-base
-* google-breakpad/.svn/pristine/68/6885092b92a9b8fa7828c3307d58cec66a8806af.svn-base
-* google-breakpad/.svn/pristine/68/68ed5dbf38c02a2ea679372d0cc7b0d0319cd73f.svn-base
-* google-breakpad/.svn/pristine/69/
-* google-breakpad/.svn/pristine/69/6917fbaa6596fc7be52f917eeae1978ef990ee8c.svn-base
-* google-breakpad/.svn/pristine/69/69567bd3bbb0933888786e8809da42582250450c.svn-base
-* google-breakpad/.svn/pristine/69/696720165a1af987e5e6bd4b667fb43f16fae414.svn-base
-* google-breakpad/.svn/pristine/69/69ba96bd8c1f0c871559c45a410f8895a75b6d1c.svn-base
-* google-breakpad/.svn/pristine/6a/
-* google-breakpad/.svn/pristine/6a/6a12d36bdbb21e9bf1cc03753e0d86335620a19f.svn-base
-* google-breakpad/.svn/pristine/6a/6aeab926443b84e1cdff71c273bdb815db7d1f8d.svn-base
-* google-breakpad/.svn/pristine/6b/
-* google-breakpad/.svn/pristine/6b/6b2b2dc292aea29ba775249ef1c12764eb3765a7.svn-base
-* google-breakpad/.svn/pristine/6b/6b31f761a5a58d61c06282778fa005410bdbbe37.svn-base
-* google-breakpad/.svn/pristine/6b/6b58146e77efdb1f58fc15fd1070ab85752ea295.svn-base
-* google-breakpad/.svn/pristine/6c/
-* google-breakpad/.svn/pristine/6c/6c8997f9e05f6f673bfe29566895f8990ee621e1.svn-base
-* google-breakpad/.svn/pristine/6c/6c9e9c386765a443298f456b8ca171a2da6e2e2e.svn-base
-* google-breakpad/.svn/pristine/6c/6ce03138a83fc8aa32278be1e7164272af56e459.svn-base
-* google-breakpad/.svn/pristine/6d/
-* google-breakpad/.svn/pristine/6d/6db8bddfa23b2bb3c9d4082ff8bc37d7e20152fa.svn-base
-* google-breakpad/.svn/pristine/6d/6dc0740083f2f012017fa8859994587623263650.svn-base
-* google-breakpad/.svn/pristine/6e/
-* google-breakpad/.svn/pristine/6e/6e36c2b39cb1ebdcab1b65970868ec1552c87b47.svn-base
-* google-breakpad/.svn/pristine/6e/6e5bf541335cfff91f0fa9b51b27d3029e6792c7.svn-base
-* google-breakpad/.svn/pristine/6e/6ea6172b5196705779dd34b70dfd96b0fa739f55.svn-base
-* google-breakpad/.svn/pristine/6f/
-* google-breakpad/.svn/pristine/6f/6f4ed2a2a62a8cb737c957ccf6a5b37cfe23df36.svn-base
-* google-breakpad/.svn/pristine/6f/6ff11cab3ae346cfc58cf8d0ef9fa04ddc770f5a.svn-base
-* google-breakpad/.svn/pristine/70/
-* google-breakpad/.svn/pristine/70/70be4c296632af4e02af21180ac69ac0c5308ff8.svn-base
-* google-breakpad/.svn/pristine/71/
-* google-breakpad/.svn/pristine/71/717682a0e78ffc442a38fb07fe58a99e53dbfa6c.svn-base
-* google-breakpad/.svn/pristine/71/7178a2bfd422f12ca5cd024efab6c095eee63984.svn-base
-* google-breakpad/.svn/pristine/71/7181575ba12a608cc262da26da7bef45a14d1449.svn-base
-* google-breakpad/.svn/pristine/71/7194246ecc0b4c652253431e9f7eeb814ab5b829.svn-base
-* google-breakpad/.svn/pristine/71/71e07f3be78211e06de8267a4d1eb417ecd56705.svn-base
-* google-breakpad/.svn/pristine/72/
-* google-breakpad/.svn/pristine/72/724aa38e9b01cc0071f4453d0ad8de737588f3a2.svn-base
-* google-breakpad/.svn/pristine/72/7283cc2d6600fe2aa03ade26f7a9c61567f72f70.svn-base
-* google-breakpad/.svn/pristine/73/
-* google-breakpad/.svn/pristine/73/7355aa7d16d58dfe4fc601b3cb5296c6f74a8690.svn-base
-* google-breakpad/.svn/pristine/73/7379aeb84e016161db5188813cfa12c9f08525e7.svn-base
-* google-breakpad/.svn/pristine/73/737d8640ed6ea07a66e6d99d8e71f391e2c35468.svn-base
-* google-breakpad/.svn/pristine/74/
-* google-breakpad/.svn/pristine/74/74569ec50b5bd469475a15da48bbc804cdcf7006.svn-base
-* google-breakpad/.svn/pristine/74/74eb0e6175dce0788417461ad74eac4ef7c084c1.svn-base
-* google-breakpad/.svn/pristine/75/
-* google-breakpad/.svn/pristine/75/754f7fc55d14472db0de2a5ff8d4ce41478cab5a.svn-base
-* google-breakpad/.svn/pristine/75/756f69cd688c61cb45f952433badc17080b925b8.svn-base
-* google-breakpad/.svn/pristine/76/
-* google-breakpad/.svn/pristine/76/764a5482c6428e1fcfaeee3fa66b03d942eb0faa.svn-base
-* google-breakpad/.svn/pristine/76/769bef094dcd64ecb9a227c962597f7dbc4210b0.svn-base
-* google-breakpad/.svn/pristine/76/76c459b11baa3a7248dccc4c27cc3da4a8af84a2.svn-base
-* google-breakpad/.svn/pristine/76/76e03c38cb520d65db056ffb2a8c9145721cf72c.svn-base
-* google-breakpad/.svn/pristine/77/
-* google-breakpad/.svn/pristine/77/7710d91ac8fced9a2d38033a6a7b787515fdcbd8.svn-base
-* google-breakpad/.svn/pristine/78/
-* google-breakpad/.svn/pristine/78/781009c652e146434927944b1d737ac71213c334.svn-base
-* google-breakpad/.svn/pristine/78/783e8c18088df6c42bb50436f4939f0304a8ee42.svn-base
-* google-breakpad/.svn/pristine/78/785b23fc4ccde2c71b8cc8ff5178b5ee25559264.svn-base
-* google-breakpad/.svn/pristine/78/7888d903741e241ae62c80ce7d0f3fdcf4d0aec5.svn-base
-* google-breakpad/.svn/pristine/79/
-* google-breakpad/.svn/pristine/79/795847b83d8dd74ec0aba3afedf0cc28c662e5a3.svn-base
-* google-breakpad/.svn/pristine/79/795a8b8324f05132a19ebdb749beeaf1e323a608.svn-base
-* google-breakpad/.svn/pristine/79/79713fb8cd7ee84b9c806eeccbfd10d4a91925d0.svn-base
-* google-breakpad/.svn/pristine/79/79825af788213531372f04e7232bff3b18c9f596.svn-base
-* google-breakpad/.svn/pristine/7a/
-* google-breakpad/.svn/pristine/7a/7a333af58fa41c902456870822bc9d3b91fe026f.svn-base
-* google-breakpad/.svn/pristine/7a/7a672a733199db6284b9afb5a49840adc77b0c48.svn-base
-* google-breakpad/.svn/pristine/7a/7abddb6a7e53cd1ad53346b24f59b2c2aecacf19.svn-base
-* google-breakpad/.svn/pristine/7a/7ac25d3c938fd39c225912a410db24867a1581d7.svn-base
-* google-breakpad/.svn/pristine/7a/7ac8d4905a9cd232e7a10d75de3b86ce9bcdbbbf.svn-base
-* google-breakpad/.svn/pristine/7b/
-* google-breakpad/.svn/pristine/7b/7b35c5c6deda0720a64b65828aec3e4abad7150e.svn-base
-* google-breakpad/.svn/pristine/7b/7b9ea0427678e0523895e04714ba5a804ee22301.svn-base
-* google-breakpad/.svn/pristine/7c/
-* google-breakpad/.svn/pristine/7c/7c43d1c65c49c85da9a73643fe6032f2bbf95c2a.svn-base
-* google-breakpad/.svn/pristine/7c/7c875becef2ee1d54fcd8c9d1399dbf574634f0a.svn-base
-* google-breakpad/.svn/pristine/7d/
-* google-breakpad/.svn/pristine/7d/7d1da09cc0c5f1804748b9f0b884ddf9a26083d7.svn-base
-* google-breakpad/.svn/pristine/7d/7dbed4f47361f9e799a529c5fab24ed4b5f6f1e4.svn-base
-* google-breakpad/.svn/pristine/7e/
-* google-breakpad/.svn/pristine/7e/7e7db899c154a5bef9d6acae45d85cd3e220ca94.svn-base
-* google-breakpad/.svn/pristine/7e/7ed79e15ca6c24264b2af03fa17101c7a94ee36c.svn-base
-* google-breakpad/.svn/pristine/7f/
-* google-breakpad/.svn/pristine/7f/7f0ba55e153b683b4b85011b8cc481288f870d61.svn-base
-* google-breakpad/.svn/pristine/7f/7fc25c0203a55f33c153d62901da9061364459b8.svn-base
-* google-breakpad/.svn/pristine/80/
-* google-breakpad/.svn/pristine/80/805baafe55d2d417cc33751378f501d16a2a1f74.svn-base
-* google-breakpad/.svn/pristine/80/8077103295f8c639fcaf118d9741b2db672d1396.svn-base
-* google-breakpad/.svn/pristine/80/807f68508e662d5e5e0b0c330317f65e3dadccdb.svn-base
-* google-breakpad/.svn/pristine/80/8099fed5a80b26f79f18f74263f30052514a920a.svn-base
-* google-breakpad/.svn/pristine/80/80b6a049083ba3a2902a441a02fad90279fbdcc3.svn-base
-* google-breakpad/.svn/pristine/81/
-* google-breakpad/.svn/pristine/81/8143e38a998147bbd6064b95bcb0235502b8d99a.svn-base
-* google-breakpad/.svn/pristine/81/81b68243c7e7c0bea1e420d5547a5352e5324ec1.svn-base
-* google-breakpad/.svn/pristine/82/
-* google-breakpad/.svn/pristine/82/82299ce9ab838628f1f59a568ef072f9bbf203f4.svn-base
-* google-breakpad/.svn/pristine/82/82681551b68e58f23a3716d411b4ee287b7848a6.svn-base
-* google-breakpad/.svn/pristine/82/82c16d0d128543a9a6719a50f39c8415050c9b08.svn-base
-* google-breakpad/.svn/pristine/83/
-* google-breakpad/.svn/pristine/83/8336f041efc676e24e51a6efe07fff13cecdccad.svn-base
-* google-breakpad/.svn/pristine/83/836324ff0e744aff9febf8df18eb2f73ea115898.svn-base
-* google-breakpad/.svn/pristine/84/
-* google-breakpad/.svn/pristine/84/848952c521af4102a77c5ffe12c58f33a8ce94df.svn-base
-* google-breakpad/.svn/pristine/85/
-* google-breakpad/.svn/pristine/85/85c1626666c101377629529e848dfde6bbef468c.svn-base
-* google-breakpad/.svn/pristine/86/
-* google-breakpad/.svn/pristine/86/869a8494fb82f1708391c3d3d39c8b7a4ab2ad91.svn-base
-* google-breakpad/.svn/pristine/86/86dabb511ec367808a04ba4b87c4a3e0b97765e2.svn-base
-* google-breakpad/.svn/pristine/87/
-* google-breakpad/.svn/pristine/87/87259bec6d73e14590c56d5d3b42ad849eaae3f4.svn-base
-* google-breakpad/.svn/pristine/87/87462c9f5e699b0f9c4303b12c7a9671ec9c66a5.svn-base
-* google-breakpad/.svn/pristine/87/87aacce2a5245a1cd3427b7d5082e4f6fcc60876.svn-base
-* google-breakpad/.svn/pristine/87/87f54f5cd4f7e9b388b0be2d37a84e480c675eb7.svn-base
-* google-breakpad/.svn/pristine/88/
-* google-breakpad/.svn/pristine/88/8829372a5f453a130267b0f117d267fb9d29d49f.svn-base
-* google-breakpad/.svn/pristine/88/88536b767db27278d6f6abb71e24b10b1a4c01b0.svn-base
-* google-breakpad/.svn/pristine/89/
-* google-breakpad/.svn/pristine/89/890f2b76772a76099f49f78e91fe8e57ff765e3c.svn-base
-* google-breakpad/.svn/pristine/89/8911987eacb2c0cfc948157f521cf8191fa0fa5e.svn-base
-* google-breakpad/.svn/pristine/89/891b1a035993098d2b08611dbc495fce44533d6e.svn-base
-* google-breakpad/.svn/pristine/89/893621d4b8c6b8674192f9dc399ad2fe86c47203.svn-base
-* google-breakpad/.svn/pristine/89/894a65b57415f1f2513ca69ee591496f72a92937.svn-base
-* google-breakpad/.svn/pristine/8a/
-* google-breakpad/.svn/pristine/8a/8a35c18059276f506bfda9689ea89da080a70c71.svn-base
-* google-breakpad/.svn/pristine/8b/
-* google-breakpad/.svn/pristine/8b/8b1c85f2254cd3f75f98aaec1d179450454bcf07.svn-base
-* google-breakpad/.svn/pristine/8b/8b868966784d7d747d915d34b4415fcb85e096fe.svn-base
-* google-breakpad/.svn/pristine/8b/8bd6cfbacbff91be1e6df450c439e5e18c9938b8.svn-base
-* google-breakpad/.svn/pristine/8c/
-* google-breakpad/.svn/pristine/8c/8c3e8db4f2975b2d66c1663bc5b612a7eebd0065.svn-base
-* google-breakpad/.svn/pristine/8c/8c54d0f3cf80c42c4f3881b64f5462dbda7d497e.svn-base
-* google-breakpad/.svn/pristine/8c/8c6184284178cd6d3cb94360f679813f279a848b.svn-base
-* google-breakpad/.svn/pristine/8c/8c8768cb9b7bd470f1d52c550cd284d1e3bde932.svn-base
-* google-breakpad/.svn/pristine/8c/8ca8431a4f31bf8cbd2585739c31d6495c95072b.svn-base
-* google-breakpad/.svn/pristine/8d/
-* google-breakpad/.svn/pristine/8d/8d7329301b401d9b11eee3b42bf4c47afc5bc5ea.svn-base
-* google-breakpad/.svn/pristine/8d/8dcda8d28654518c7a8ecaa92eada1cddaaafa0d.svn-base
-* google-breakpad/.svn/pristine/8e/
-* google-breakpad/.svn/pristine/8e/8e55f01822aa04d884efcf1dcd226d0d2321db3c.svn-base
-* google-breakpad/.svn/pristine/8e/8e6f85f099f99b83659a6b1c49ddab15059bcb51.svn-base
-* google-breakpad/.svn/pristine/8f/
-* google-breakpad/.svn/pristine/8f/8fb790d5fe7465a32ca04a591e36282c3a91d66f.svn-base
-* google-breakpad/.svn/pristine/90/
-* google-breakpad/.svn/pristine/90/902cb681be226d1f1d6741b60bcab11a76446f20.svn-base
-* google-breakpad/.svn/pristine/90/9048e7ff217d0d9e6491384a695d052d64272dbc.svn-base
-* google-breakpad/.svn/pristine/91/
-* google-breakpad/.svn/pristine/91/9163266415e498118fa8faedba18a52a112087a5.svn-base
-* google-breakpad/.svn/pristine/91/91e0a209482b90b8e4634402b17ed32dd448fab3.svn-base
-* google-breakpad/.svn/pristine/92/
-* google-breakpad/.svn/pristine/92/9251ee79f251837f49ab3b3d91155259a0c3cb3f.svn-base
-* google-breakpad/.svn/pristine/92/927c868ae2e8ad126fd5627f67728c7f74938c41.svn-base
-* google-breakpad/.svn/pristine/92/92f447a13f99af21b13228fe41ebdd830cbfee6e.svn-base
-* google-breakpad/.svn/pristine/94/
-* google-breakpad/.svn/pristine/94/9421c4dad34233edc681fe3160fcfe1f2d2bfaa3.svn-base
-* google-breakpad/.svn/pristine/94/94996eae97d1021c7cfe9719162310c2893a0022.svn-base
-* google-breakpad/.svn/pristine/94/94cc57e2a3fdb9c235b362ace86d77e89d188cad.svn-base
-* google-breakpad/.svn/pristine/94/94f8792baf9ddd023d40885f5872e658edc0b649.svn-base
-* google-breakpad/.svn/pristine/95/
-* google-breakpad/.svn/pristine/95/95a0137e4dff872b2a6795c18dab4095b466623f.svn-base
-* google-breakpad/.svn/pristine/95/95d2418b2bb78fd0341dc6a7117258634011d76b.svn-base
-* google-breakpad/.svn/pristine/96/
-* google-breakpad/.svn/pristine/96/963baf4c20a36b87316daf874163282d7ff64e75.svn-base
-* google-breakpad/.svn/pristine/96/967b559a7a7cb4dc331a6451704e25180ebe0334.svn-base
-* google-breakpad/.svn/pristine/96/96a62abc672b4ce662535dd76ffd85a677645847.svn-base
-* google-breakpad/.svn/pristine/97/
-* google-breakpad/.svn/pristine/97/973eb96f2de698520256294744f0b63bd929c901.svn-base
-* google-breakpad/.svn/pristine/98/
-* google-breakpad/.svn/pristine/98/9839bca362502dfdf832e35d28b11f87bc1f80e4.svn-base
-* google-breakpad/.svn/pristine/98/9842c7a5d210b244239ead12560509062262c356.svn-base
-* google-breakpad/.svn/pristine/98/9885c079a1aa6ca00032f4f66f02296991b65bd6.svn-base
-* google-breakpad/.svn/pristine/98/98f608c3a8bb0a9c41417fc5e2bad5b2ac6e3ea6.svn-base
-* google-breakpad/.svn/pristine/9a/
-* google-breakpad/.svn/pristine/9a/9a3cd377b6733a3697d25f161daf576524989ffe.svn-base
-* google-breakpad/.svn/pristine/9a/9a4bbf082e359a602d9a10e75ead241053f1825d.svn-base
-* google-breakpad/.svn/pristine/9a/9a5a474630b455336be2c7c4aaead64f51ec7ec6.svn-base
-* google-breakpad/.svn/pristine/9b/
-* google-breakpad/.svn/pristine/9b/9b192986bfa6ea3553e6ce5dd666c26afb5e1563.svn-base
-* google-breakpad/.svn/pristine/9b/9b3f8a07819edf466fc2d305674f088b2a9f0ca9.svn-base
-* google-breakpad/.svn/pristine/9b/9b9c134c8c14615019ecc2c503fb46d9218bdfa4.svn-base
-* google-breakpad/.svn/pristine/9b/9bec2cb9f331ed354634aa3deca1c5cd9b982758.svn-base
-* google-breakpad/.svn/pristine/9c/
-* google-breakpad/.svn/pristine/9c/9c281a40981d7d693541ff9f55c8d293343dbe86.svn-base
-* google-breakpad/.svn/pristine/9c/9c3256221356e41af1653c9b627706f1c1b59c62.svn-base
-* google-breakpad/.svn/pristine/9c/9c6bdb8455c8582a78c16ae46a3ea556038f073f.svn-base
-* google-breakpad/.svn/pristine/9c/9c774b3f03f03f9e4c7b924b9dc06f62b9e92c7d.svn-base
-* google-breakpad/.svn/pristine/9c/9c8862fa94ef2f0b873876ca85140ebd6328f163.svn-base
-* google-breakpad/.svn/pristine/9c/9cb170e4083b21735d20df5632e67f6835b1088c.svn-base
-* google-breakpad/.svn/pristine/9c/9cca2166ff9ad40026c5a50cc0edea3f08bd31b7.svn-base
-* google-breakpad/.svn/pristine/9d/
-* google-breakpad/.svn/pristine/9d/9d4632a25b03399605011db16d87cc218163691b.svn-base
-* google-breakpad/.svn/pristine/9d/9d6024836362394e00a1557f004f91da98617206.svn-base
-* google-breakpad/.svn/pristine/9d/9d65ca560a18fe4830ba294064907d39084ad92b.svn-base
-* google-breakpad/.svn/pristine/9d/9d8cbf668126019b966f14af0e03cd7dd7d92649.svn-base
-* google-breakpad/.svn/pristine/9e/
-* google-breakpad/.svn/pristine/9e/9e014ee49fc307bd9d77b25b16569d43ba1f650a.svn-base
-* google-breakpad/.svn/pristine/9e/9e4bf6e43fe73cfe2171da1b2d5e04d63d74be78.svn-base
-* google-breakpad/.svn/pristine/9e/9e5a182675652f0f66bfc64d0482d973e9ce1937.svn-base
-* google-breakpad/.svn/pristine/9e/9ea4b0889db16ed3d52c3249321076af8484f271.svn-base
-* google-breakpad/.svn/pristine/9e/9ec1106c68695a53da6e7ee3129f078e281fc140.svn-base
-* google-breakpad/.svn/pristine/9f/
-* google-breakpad/.svn/pristine/9f/9f7345671b4cd97ceb4c9135dff9f7ba0fbe4eab.svn-base
-* google-breakpad/.svn/pristine/a0/
-* google-breakpad/.svn/pristine/a0/a0339b673ee1dd9886c65de3c52d9269a697b137.svn-base
-* google-breakpad/.svn/pristine/a0/a0be787589e6c740d7ddb1f41c60ba0edac8f7b2.svn-base
-* google-breakpad/.svn/pristine/a0/a0d19c483395ef5b8e4fb79384e9b5e80bcdea2e.svn-base
-* google-breakpad/.svn/pristine/a2/
-* google-breakpad/.svn/pristine/a2/a24e29badec8005d6242b642450e0217ed78d042.svn-base
-* google-breakpad/.svn/pristine/a3/
-* google-breakpad/.svn/pristine/a3/a34a694815be0715b1ad7ac2cf46790d621d79b9.svn-base
-* google-breakpad/.svn/pristine/a3/a3589de3b77da08268be2afea0ac9bb199f19ebb.svn-base
-* google-breakpad/.svn/pristine/a3/a3598af86386baa9579230fb92e289d8386daebe.svn-base
-* google-breakpad/.svn/pristine/a3/a37abef7111ae4f5e989a811f64613b80dfd40a7.svn-base
-* google-breakpad/.svn/pristine/a3/a3aa1d7603c4497fffd485c81919d91f861f8109.svn-base
-* google-breakpad/.svn/pristine/a4/
-* google-breakpad/.svn/pristine/a4/a43ff00b357607b329516591d838f8436a5a3a2e.svn-base
-* google-breakpad/.svn/pristine/a4/a4eed68e4c19a4e572ae35df085eb9729ec24be5.svn-base
-* google-breakpad/.svn/pristine/a5/
-* google-breakpad/.svn/pristine/a5/a515fa20ed0c799815ab978568f5e230e531ce35.svn-base
-* google-breakpad/.svn/pristine/a5/a5971b353257d2dff0bc6a823923cdde0a5c1515.svn-base
-* google-breakpad/.svn/pristine/a5/a5a24dee281c1c78adeadcd18e03c942408ea661.svn-base
-* google-breakpad/.svn/pristine/a6/
-* google-breakpad/.svn/pristine/a6/a6ceafa13619d9e6af112fbb47b6e4d31cd7975b.svn-base
-* google-breakpad/.svn/pristine/a7/
-* google-breakpad/.svn/pristine/a7/a716e358e7bd5469478f7e55c9f91e8821b36a14.svn-base
-* google-breakpad/.svn/pristine/a7/a76012bfb7024b82969289cf56351123488bdae3.svn-base
-* google-breakpad/.svn/pristine/a8/
-* google-breakpad/.svn/pristine/a8/a8544f4003c89038666dc0d5fa004216f41cb1e3.svn-base
-* google-breakpad/.svn/pristine/a8/a86ff4c897380f48b7b8384f3d9d38e3dce8ed6f.svn-base
-* google-breakpad/.svn/pristine/a8/a8d7c40a606af9d5a1fcc38403ef3e02cdcf5596.svn-base
-* google-breakpad/.svn/pristine/a8/a8f411dcb0445232f0f68a701f6521367fca3bc0.svn-base
-* google-breakpad/.svn/pristine/a9/
-* google-breakpad/.svn/pristine/a9/a9d0748448f8630d7d0e02b603dadbcd50db096a.svn-base
-* google-breakpad/.svn/pristine/a9/a9dd29b49bbfc09931d21a963a7a540c241dd59e.svn-base
-* google-breakpad/.svn/pristine/a9/a9eae66c306f1d522e496acf28d2fcfc813d1b95.svn-base
-* google-breakpad/.svn/pristine/a9/a9fec689a7ee11988505e8ca6a4482e4a732d370.svn-base
-* google-breakpad/.svn/pristine/aa/
-* google-breakpad/.svn/pristine/aa/aa2d39c0bf0455bcb9b9743791f2456f3185489a.svn-base
-* google-breakpad/.svn/pristine/aa/aa346df1c49d91b39de31293104466245984412f.svn-base
-* google-breakpad/.svn/pristine/aa/aa59b64105bae02718e571c6403703575112c3d6.svn-base
-* google-breakpad/.svn/pristine/aa/aa617184915d1ecb8fa3f18b9268f13e3bb35b29.svn-base
-* google-breakpad/.svn/pristine/aa/aa7aa6b6f5e9b27670044dcb335af91de6b270d0.svn-base
-* google-breakpad/.svn/pristine/aa/aaa5b3c61942f1b38deb7cb88396290d26a86024.svn-base
-* google-breakpad/.svn/pristine/ab/
-* google-breakpad/.svn/pristine/ab/abad7a88e4b842e90d142c8ff60e04ed44892f57.svn-base
-* google-breakpad/.svn/pristine/ab/abe4c4205ad738bbfb5cbcd5a3191416ac5e4b58.svn-base
-* google-breakpad/.svn/pristine/ac/
-* google-breakpad/.svn/pristine/ac/ac05700855b3f53bc94ee563d3a6339b5e040457.svn-base
-* google-breakpad/.svn/pristine/ac/ac12692db5636b88d97c3def9ded77b64c07b2ab.svn-base
-* google-breakpad/.svn/pristine/ac/ac8d08585bc60f7e0c7c77f1fbad2aaf0571e4c2.svn-base
-* google-breakpad/.svn/pristine/ac/acb3cb8c5be796ff3de9315a1aa42a386652be4a.svn-base
-* google-breakpad/.svn/pristine/ad/
-* google-breakpad/.svn/pristine/ad/ad4a7f05adc34faff7ae681db096088fe8e32026.svn-base
-* google-breakpad/.svn/pristine/ad/ada59de8bb65ef531a4f790b5861a71db2a0a402.svn-base
-* google-breakpad/.svn/pristine/ad/adb58badee53b60f608c3cc9f45b0a378ae91ec2.svn-base
-* google-breakpad/.svn/pristine/ad/adde9e03e1d93498bc207fde1a53d149280a3cb5.svn-base
-* google-breakpad/.svn/pristine/ae/
-* google-breakpad/.svn/pristine/ae/ae57ea5e8913bce6a055ebd0efe6ebb85e45927c.svn-base
-* google-breakpad/.svn/pristine/ae/aed91756e9d9c02afe8d9c802c1c46046f92ff25.svn-base
-* google-breakpad/.svn/pristine/af/
-* google-breakpad/.svn/pristine/af/af1a186fd2afe093d471e1a190b89dbef8ae8d59.svn-base
-* google-breakpad/.svn/pristine/b0/
-* google-breakpad/.svn/pristine/b0/b00f5e58b1ea96dd83fea067108f75421033ec26.svn-base
-* google-breakpad/.svn/pristine/b0/b0a0db6e599affa0c815acbed33bb9f42cfd185b.svn-base
-* google-breakpad/.svn/pristine/b0/b0d5dd2e0e7ebb797201670f5f75de3936b22d3a.svn-base
-* google-breakpad/.svn/pristine/b1/
-* google-breakpad/.svn/pristine/b1/b1491c8577d937667f26b8b8c59d751bc691570d.svn-base
-* google-breakpad/.svn/pristine/b1/b1838bdf28ba1b01e93c6d0cb3cd09544fa84496.svn-base
-* google-breakpad/.svn/pristine/b1/b1cdde01a2264133ff93dbccdf4fb71b06855fcb.svn-base
-* google-breakpad/.svn/pristine/b2/
-* google-breakpad/.svn/pristine/b2/b230bc81488111978b2dc80f91cc40a5eab4ab94.svn-base
-* google-breakpad/.svn/pristine/b2/b2a3fc24eeaa0799c695a33e396ac990f428077e.svn-base
-* google-breakpad/.svn/pristine/b2/b2c3b31bb4333b34f0a8d75e7bdc8b8308f5527e.svn-base
-* google-breakpad/.svn/pristine/b3/
-* google-breakpad/.svn/pristine/b3/b34acd03a658a03c632511c99f1baac4e9eb2ef9.svn-base
-* google-breakpad/.svn/pristine/b3/b3921fdb7407e195af4e3905d7e1c7dc00e7738d.svn-base
-* google-breakpad/.svn/pristine/b3/b3c2228f629e69f3c44162e3674d9cea3db1bd38.svn-base
-* google-breakpad/.svn/pristine/b4/
-* google-breakpad/.svn/pristine/b4/b4bd582378f5cf8d8bc0c0416635567985d9306f.svn-base
-* google-breakpad/.svn/pristine/b5/
-* google-breakpad/.svn/pristine/b5/b588c508c50ea1449b8791715fbbfe361261457c.svn-base
-* google-breakpad/.svn/pristine/b6/
-* google-breakpad/.svn/pristine/b6/b6206bb658f8f88d2d6ccbc13fe94e5e01b24c13.svn-base
-* google-breakpad/.svn/pristine/b6/b6d5f1eb647093da686d5a7c1aa8cd757a459297.svn-base
-* google-breakpad/.svn/pristine/b6/b6dccb7454b00436f2109f68c76ac53d071b0654.svn-base
-* google-breakpad/.svn/pristine/b7/
-* google-breakpad/.svn/pristine/b7/b7353d29fa7ff1c9e819c06587108a47750f6ba7.svn-base
-* google-breakpad/.svn/pristine/b7/b777a9ec845c9fdb87bf2eef060b087a9a091c74.svn-base
-* google-breakpad/.svn/pristine/b7/b7d9d3c1884deb87c6c550b36062530d1f19e845.svn-base
-* google-breakpad/.svn/pristine/b8/
-* google-breakpad/.svn/pristine/b8/b880346c1ba724ce57b9e02646b49f3475d15d82.svn-base
-* google-breakpad/.svn/pristine/b8/b8dfdd4499ebc6c96624b3dd701c27f6ed70a411.svn-base
-* google-breakpad/.svn/pristine/b9/
-* google-breakpad/.svn/pristine/b9/b9e84f49e44d9afc69c5fae5c9286a6ce035927c.svn-base
-* google-breakpad/.svn/pristine/ba/
-* google-breakpad/.svn/pristine/ba/ba05b9b5706647c270b76d9bad66485c1a61720e.svn-base
-* google-breakpad/.svn/pristine/ba/bacc4586eaa6ec893f99daa94a8300f091b4f241.svn-base
-* google-breakpad/.svn/pristine/bb/
-* google-breakpad/.svn/pristine/bb/bb0b0222a548f7fd4c17b166060c8785fe9452f3.svn-base
-* google-breakpad/.svn/pristine/bb/bb1986eabce9e5c390d3747ef94cb0ca40786e27.svn-base
-* google-breakpad/.svn/pristine/bb/bb63b9a9b2c67840fceb540ec3fe52c2cb1f3afe.svn-base
-* google-breakpad/.svn/pristine/bb/bb9beeb0b3be60701ca960ec51a6f43872dde94f.svn-base
-* google-breakpad/.svn/pristine/bc/
-* google-breakpad/.svn/pristine/bc/bc0b93768f7054ae635a4e408cec8c2d3333a615.svn-base
-* google-breakpad/.svn/pristine/bc/bc145207e7a28a820b43283e4e87a90bcca13b61.svn-base
-* google-breakpad/.svn/pristine/bc/bc98b80e2cfbae298e7094ab6dc7b7743a1f9f44.svn-base
-* google-breakpad/.svn/pristine/bd/
-* google-breakpad/.svn/pristine/bd/bd13cd4ebde0caf5f09e60454f681b56b38e53c6.svn-base
-* google-breakpad/.svn/pristine/bd/bd1a9c282d6b2e2b045e16326879c20f29aace32.svn-base
-* google-breakpad/.svn/pristine/be/
-* google-breakpad/.svn/pristine/be/bee8b825b872b4e0b637f9567567534d83a8d83f.svn-base
-* google-breakpad/.svn/pristine/bf/
-* google-breakpad/.svn/pristine/bf/bf217454b6cf285f5132c8af8e69aa52f8d3ffc8.svn-base
-* google-breakpad/.svn/pristine/c0/
-* google-breakpad/.svn/pristine/c0/c0ad3b5d1fabfd221fd682f86ef3f19857fdec98.svn-base
-* google-breakpad/.svn/pristine/c1/
-* google-breakpad/.svn/pristine/c1/c12c36f2563e218c9a45e329a2a86ba22c32cfcf.svn-base
-* google-breakpad/.svn/pristine/c1/c1487c93e56684d1bb00af0784e66268e67accd6.svn-base
-* google-breakpad/.svn/pristine/c2/
-* google-breakpad/.svn/pristine/c2/c251a9aaf482c9f30877860732a097c5675b6cc2.svn-base
-* google-breakpad/.svn/pristine/c2/c26a93c8ba64e49c96ea4694f819e2a43288fb29.svn-base
-* google-breakpad/.svn/pristine/c2/c27eec802e873765546cd30174ec1b0ec0cd7cce.svn-base
-* google-breakpad/.svn/pristine/c2/c2c05435bcd5f6aaa316456582528ea869bc05bd.svn-base
-* google-breakpad/.svn/pristine/c3/
-* google-breakpad/.svn/pristine/c3/c3466639fc3fea6a57577526020201161175c86e.svn-base
-* google-breakpad/.svn/pristine/c4/
-* google-breakpad/.svn/pristine/c4/c4801fb9711f49ed2c570e3f2904f365e0c320a4.svn-base
-* google-breakpad/.svn/pristine/c4/c49043878de1ea2cf390337abcf2fd6531b558db.svn-base
-* google-breakpad/.svn/pristine/c4/c4e5bfcf35c2962e35b73ab1022ea44ccad84647.svn-base
-* google-breakpad/.svn/pristine/c6/
-* google-breakpad/.svn/pristine/c6/c63081af9af595ae6d9053d88217a350711e46bb.svn-base
-* google-breakpad/.svn/pristine/c6/c684eb0b71e8b951b78824530807379fccaf4195.svn-base
-* google-breakpad/.svn/pristine/c6/c6c06b01c1295ff9f75547b70364bd4e5171b1df.svn-base
-* google-breakpad/.svn/pristine/c6/c6d0f630ed8e9ec8852e6cfe7e3f442f586363ad.svn-base
-* google-breakpad/.svn/pristine/c7/
-* google-breakpad/.svn/pristine/c7/c7aea2479d988b956920c36319780ca06982d0e1.svn-base
-* google-breakpad/.svn/pristine/c8/
-* google-breakpad/.svn/pristine/c8/c84259eb9bf51ef0203dd0b7207ff3733b3f4cfd.svn-base
-* google-breakpad/.svn/pristine/c8/c88636fb9bb5de4e0dd43c71bed98208442aa3d7.svn-base
-* google-breakpad/.svn/pristine/c9/
-* google-breakpad/.svn/pristine/c9/c9219133b6202010cd1f2ed520d169f9dae4f33b.svn-base
-* google-breakpad/.svn/pristine/c9/c9261e541c4df51e0b677055db9b6d415d972065.svn-base
-* google-breakpad/.svn/pristine/c9/c9e6cb79ad41eb8de83abe781e113dcf33a205e5.svn-base
-* google-breakpad/.svn/pristine/c9/c9f8f7f9d77d554b7e6a5ce7c5013e545bcab84e.svn-base
-* google-breakpad/.svn/pristine/ca/
-* google-breakpad/.svn/pristine/ca/ca1780a0a5468b13702949b4c5527107aee36a2d.svn-base
-* google-breakpad/.svn/pristine/ca/ca629bbfa454de79749d459b9e1df8dbc6f1a27b.svn-base
-* google-breakpad/.svn/pristine/ca/caa88edb18834d0deb186895b05fad0315b257c5.svn-base
-* google-breakpad/.svn/pristine/ca/cad21e462a1ae0b2c3e67c465a9370f8a5ea5acc.svn-base
-* google-breakpad/.svn/pristine/cb/
-* google-breakpad/.svn/pristine/cb/cb0dafa68e7afb1d6c2ba17918186996dcfc2a93.svn-base
-* google-breakpad/.svn/pristine/cb/cb10fa8e9279882fc3f9b9100ed13d8613069bc8.svn-base
-* google-breakpad/.svn/pristine/cb/cbc88ecd2e7ede69263cf448a9089ec672373b81.svn-base
-* google-breakpad/.svn/pristine/cb/cbfb47b0eb491aab028379c5c63300f06e4283df.svn-base
-* google-breakpad/.svn/pristine/cc/
-* google-breakpad/.svn/pristine/cc/cc1b721f13e5f08b09d232aa9df55522042855ee.svn-base
-* google-breakpad/.svn/pristine/cc/ccab695c1bc6ed6c3b421a0faf6794dbff776d87.svn-base
-* google-breakpad/.svn/pristine/cc/ccf160f8ef71ff591edcad215d81ab85b64c6680.svn-base
-* google-breakpad/.svn/pristine/cd/
-* google-breakpad/.svn/pristine/cd/cd66c1ec3d6dd529e1bc2ca108c8463c3aeb1733.svn-base
-* google-breakpad/.svn/pristine/cd/cd67ef2a5d9596fafdf3f049d43c912a1f5d29d3.svn-base
-* google-breakpad/.svn/pristine/cd/cd9f37ce4b47074c66c3add3f4c036709eb6cf12.svn-base
-* google-breakpad/.svn/pristine/cd/cdd4c3c79b987f7776b1ea572fcf2c3c53076ca3.svn-base
-* google-breakpad/.svn/pristine/cd/cddc9e119abae59ba898d1d69fad6fec7ce23429.svn-base
-* google-breakpad/.svn/pristine/ce/
-* google-breakpad/.svn/pristine/ce/ce3c5154fea8487e03a9e0b007e6855f5848c2cd.svn-base
-* google-breakpad/.svn/pristine/cf/
-* google-breakpad/.svn/pristine/cf/cf13571cb01def0a9f7fa74d1533980697191561.svn-base
-* google-breakpad/.svn/pristine/cf/cf52a5620282a60d12800b460c63d5ff166d0ab4.svn-base
-* google-breakpad/.svn/pristine/d0/
-* google-breakpad/.svn/pristine/d0/d042e667f4650e4d9fe6caa4b4038321c5e4f3fa.svn-base
-* google-breakpad/.svn/pristine/d1/
-* google-breakpad/.svn/pristine/d1/d1b27cfedcd97d9928009d4d62c822c6cad9b2a6.svn-base
-* google-breakpad/.svn/pristine/d2/
-* google-breakpad/.svn/pristine/d2/d20a84b01f95b7e5122866a58cf4039cb38d3ceb.svn-base
-* google-breakpad/.svn/pristine/d2/d2152c7637291cdab9e07f4405a498d28b791451.svn-base
-* google-breakpad/.svn/pristine/d2/d24620aaece2ba35dd57ba1b525c5ee749ab973f.svn-base
-* google-breakpad/.svn/pristine/d2/d253f28f868caf4bcb3d051c9347b7357ad03839.svn-base
-* google-breakpad/.svn/pristine/d2/d27a554a260152057068865f77e354b8b547055c.svn-base
-* google-breakpad/.svn/pristine/d2/d28a742b7410c7c347f4065b4e84293bd3a5af95.svn-base
-* google-breakpad/.svn/pristine/d2/d2b9ace35f815d99367a33132176aad52ef9b22b.svn-base
-* google-breakpad/.svn/pristine/d2/d2ce7f527fbfb0df1160ab0c5857215a1cac7246.svn-base
-* google-breakpad/.svn/pristine/d4/
-* google-breakpad/.svn/pristine/d4/d417f2a155bd399897c3861bdb69e6009c016318.svn-base
-* google-breakpad/.svn/pristine/d4/d4a5765c498efe183207829a53b2bc38bc73274c.svn-base
-* google-breakpad/.svn/pristine/d4/d4ac958d6c2333cc4c69394b224ed4bc921402ab.svn-base
-* google-breakpad/.svn/pristine/d4/d4e1fbe1e8096c3768a2fee971db1590dfa47a61.svn-base
-* google-breakpad/.svn/pristine/d5/
-* google-breakpad/.svn/pristine/d5/d57f7e0833510dc3b784a19f2b0c2a3de7154657.svn-base
-* google-breakpad/.svn/pristine/d6/
-* google-breakpad/.svn/pristine/d6/d66f204c43048ee93c68e29be2fd39f851a3aeec.svn-base
-* google-breakpad/.svn/pristine/d6/d6d1ea1fd251ced66ba87ceb6f9e3846124691c1.svn-base
-* google-breakpad/.svn/pristine/d6/d6f6f68e981c604ecde7cf43c08f4a2cf36ee7a9.svn-base
-* google-breakpad/.svn/pristine/d7/
-* google-breakpad/.svn/pristine/d7/d7bff370de8620d365bcc6e4e801c8d19dbcd772.svn-base
-* google-breakpad/.svn/pristine/d8/
-* google-breakpad/.svn/pristine/d8/d81480387fb6d2a6b8389d357b0fdf751dd5d2de.svn-base
-* google-breakpad/.svn/pristine/d8/d8c7a5b7224ce7a634e9b15f9980a08619f67900.svn-base
-* google-breakpad/.svn/pristine/d8/d8d4951d9e798dbc7275be5075b4576245ee2d2d.svn-base
-* google-breakpad/.svn/pristine/d9/
-* google-breakpad/.svn/pristine/d9/d9249ffcf036ea6b7707403ae7ba967d5150fe30.svn-base
-* google-breakpad/.svn/pristine/d9/d9a2f4ab28034edcdeee51811113bc076bc79028.svn-base
-* google-breakpad/.svn/pristine/da/
-* google-breakpad/.svn/pristine/da/da1ae69d8cde4ea051d416502f05aa258fbf2138.svn-base
-* google-breakpad/.svn/pristine/da/da39a3ee5e6b4b0d3255bfef95601890afd80709.svn-base
-* google-breakpad/.svn/pristine/da/da58154d32d3960b28a328603db1c77c87b3cf95.svn-base
-* google-breakpad/.svn/pristine/db/
-* google-breakpad/.svn/pristine/db/db68df7cb4f28959a4a2ff075adfb25d2482e73d.svn-base
-* google-breakpad/.svn/pristine/db/dba3ceffefa4c6d4f73e92fe7191b8d4fe81f623.svn-base
-* google-breakpad/.svn/pristine/db/dbc6625ceb3adc82ddc0deeed158f9d88e8b39d9.svn-base
-* google-breakpad/.svn/pristine/dc/
-* google-breakpad/.svn/pristine/dc/dcce5efb038718b6f954376e2dd4ea9f30078d73.svn-base
-* google-breakpad/.svn/pristine/dc/dce18701a2dce494d4ba0923e8e8fd0952459e9d.svn-base
-* google-breakpad/.svn/pristine/dd/
-* google-breakpad/.svn/pristine/dd/dd2408f67bf26eb0f8e3cece41915d690b2a8ff2.svn-base
-* google-breakpad/.svn/pristine/dd/dd6eaa00aabbdbdc511a486494771de73fb33cba.svn-base
-* google-breakpad/.svn/pristine/dd/ddd4ef1d480e74acfca64407ef0c84b976739bb3.svn-base
-* google-breakpad/.svn/pristine/de/
-* google-breakpad/.svn/pristine/de/de597e61fae4b8c13aba5e6416f0ecc3c6289390.svn-base
-* google-breakpad/.svn/pristine/de/ded6b8b8a9b3253d02fbffeb6ccb7eabbc622eb0.svn-base
-* google-breakpad/.svn/pristine/de/dee7cddf67cb65d31728636d2a9cf83c9a7e0c3d.svn-base
-* google-breakpad/.svn/pristine/df/
-* google-breakpad/.svn/pristine/df/df5dbd271594a7005ed3e4d240d3dfb155143598.svn-base
-* google-breakpad/.svn/pristine/df/dfda3746f45fee0c7c7065c4f0a851b054a9f4fb.svn-base
-* google-breakpad/.svn/pristine/e0/
-* google-breakpad/.svn/pristine/e0/e042502dce3c71791dd16fb8502000d139de4a43.svn-base
-* google-breakpad/.svn/pristine/e0/e0a9bb3f4b69451d37b790127c22b0e777e44db3.svn-base
-* google-breakpad/.svn/pristine/e0/e0ae548de74b13d03a41b3c4404eb94831c6a864.svn-base
-* google-breakpad/.svn/pristine/e0/e0c9f15c084e4588c5840d3092220c054c8e3b46.svn-base
-* google-breakpad/.svn/pristine/e1/
-* google-breakpad/.svn/pristine/e1/e115b7116445487866389d7b090daef61aa7f52d.svn-base
-* google-breakpad/.svn/pristine/e1/e14948e1eeac516a5b4b0dd70528ae37e413c741.svn-base
-* google-breakpad/.svn/pristine/e1/e1e0a04e0fb0ffc2b13cbd3e170b2b0da0fdff68.svn-base
-* google-breakpad/.svn/pristine/e1/e1e7b7ca5060403eddebd90c8d2cc9c376b9ccad.svn-base
-* google-breakpad/.svn/pristine/e1/e1fdbdb46a2f651c7486e0cbc9da3282d3e10518.svn-base
-* google-breakpad/.svn/pristine/e2/
-* google-breakpad/.svn/pristine/e2/e251c16b0295c58e7d8c465e6abb43b822ba072a.svn-base
-* google-breakpad/.svn/pristine/e2/e2d3d4f5f0ff50bb9cb24d58594f8081b7ae4567.svn-base
-* google-breakpad/.svn/pristine/e2/e2e044582bc75537ad9a41136fc4bcc38ac53eba.svn-base
-* google-breakpad/.svn/pristine/e2/e2eaf223822e805a48fb43886bbee1db481b0333.svn-base
-* google-breakpad/.svn/pristine/e3/
-* google-breakpad/.svn/pristine/e3/e301863c34b3c32dd47878d0787b1783f58929c8.svn-base
-* google-breakpad/.svn/pristine/e3/e30b0498d505a4734285905ea1f1f0bf4f73e0ed.svn-base
-* google-breakpad/.svn/pristine/e3/e316e8786d5b59f906b346a4dbec84fb2c6713db.svn-base
-* google-breakpad/.svn/pristine/e3/e35676eaebabcb2df81f7c9ae5aecbda44f07382.svn-base
-* google-breakpad/.svn/pristine/e3/e377a862c357911ba1987873bfb94735e0798ca2.svn-base
-* google-breakpad/.svn/pristine/e3/e37abdc5c312e20c938388729a3a9bf6c217d9f7.svn-base
-* google-breakpad/.svn/pristine/e3/e3d8fc94e007544fa7871f0ea7b8c455942d4eb7.svn-base
-* google-breakpad/.svn/pristine/e4/
-* google-breakpad/.svn/pristine/e4/e4405166db084cab212690375b50b04072ee4724.svn-base
-* google-breakpad/.svn/pristine/e4/e4ac0301cead8228fc84266d1a15f2e5de672312.svn-base
-* google-breakpad/.svn/pristine/e5/
-* google-breakpad/.svn/pristine/e5/e53ee4c122693cd70cad751da02ae65ee70b241c.svn-base
-* google-breakpad/.svn/pristine/e5/e5425b596c11c7db7b47acf5e5e005f816882122.svn-base
-* google-breakpad/.svn/pristine/e5/e5e6c0029d70cfe9137db0d6c36ed34deafdf735.svn-base
-* google-breakpad/.svn/pristine/e6/
-* google-breakpad/.svn/pristine/e6/e62a70559a9fb3c8f5b63df91ecb7c67ec5a89c4.svn-base
-* google-breakpad/.svn/pristine/e6/e62cb0087e418dfb6e6801d79f37b19de2d9af95.svn-base
-* google-breakpad/.svn/pristine/e6/e6721793f4dff8a472d191976630d7f1419af9fd.svn-base
-* google-breakpad/.svn/pristine/e6/e696d8a97359c560a37280e98a0f0ba7938af1e0.svn-base
-* google-breakpad/.svn/pristine/e7/
-* google-breakpad/.svn/pristine/e7/e7263bfb733bd4b993383df81c1d6820d0a2ba94.svn-base
-* google-breakpad/.svn/pristine/e7/e76cb7a125c43e448a4a5b27c14eb3fe82a65bc3.svn-base
-* google-breakpad/.svn/pristine/e8/
-* google-breakpad/.svn/pristine/e8/e843c07413ba0260ede5815226ae26b875821910.svn-base
-* google-breakpad/.svn/pristine/e8/e88cbf162282390cdd4a6463778bf9d0b943bf51.svn-base
-* google-breakpad/.svn/pristine/e8/e8c0cd63b405b94c0b5f27ffc313b130f707935e.svn-base
-* google-breakpad/.svn/pristine/e8/e8d7a425ef8f8b34adc3e6046224c7bcf21f95dd.svn-base
-* google-breakpad/.svn/pristine/e9/
-* google-breakpad/.svn/pristine/e9/e93d31a83269afdee7b78f4dec176e9788593864.svn-base
-* google-breakpad/.svn/pristine/e9/e941f1979c3d7e165cd21e9cd4889a32714889ce.svn-base
-* google-breakpad/.svn/pristine/ea/
-* google-breakpad/.svn/pristine/ea/ea5dca9e580d5e3f96746363717180588fb686d5.svn-base
-* google-breakpad/.svn/pristine/ea/ea78db0de649c9d80af994526914c1652f0e6567.svn-base
-* google-breakpad/.svn/pristine/ea/ea906908c30755e5ca1c5904f98ae9653ef76747.svn-base
-* google-breakpad/.svn/pristine/ea/eab5ce414bd1b153efc56b5631bbceb079d4a82e.svn-base
-* google-breakpad/.svn/pristine/eb/
-* google-breakpad/.svn/pristine/eb/eb7e36f24c718058015908a1ae49a74be67505ce.svn-base
-* google-breakpad/.svn/pristine/eb/ebf956fb5ed6076ad3ca7582f05cebc9dc22cab9.svn-base
-* google-breakpad/.svn/pristine/ec/
-* google-breakpad/.svn/pristine/ec/ec35c54b75e5595c72204a73865e81089ac988d8.svn-base
-* google-breakpad/.svn/pristine/ec/ec87094dc30cd1db5feb32bb35717cd9d7b29ffb.svn-base
-* google-breakpad/.svn/pristine/ec/ec8aaa50363e7e6a5caa82a73c46491c7e37455e.svn-base
-* google-breakpad/.svn/pristine/ed/
-* google-breakpad/.svn/pristine/ed/ed3e6d89afa4bf2c5be24c8810a571a36b01aa84.svn-base
-* google-breakpad/.svn/pristine/ed/ed5a4e24a3c86e44a909da3d80ab0a5ba6ae6d07.svn-base
-* google-breakpad/.svn/pristine/ed/ed6acd0d126372ff98ac121b45f0db588a6f0468.svn-base
-* google-breakpad/.svn/pristine/ed/edd4bcc4d0e3a04c3e059fa51340dc6752fb7f30.svn-base
-* google-breakpad/.svn/pristine/ee/
-* google-breakpad/.svn/pristine/ee/ee0808f62d12f9ed854ca8adea8056d58ddc04ce.svn-base
-* google-breakpad/.svn/pristine/ee/eee81bdde2b7a77b7018b484172375ae8542c0e2.svn-base
-* google-breakpad/.svn/pristine/ef/
-* google-breakpad/.svn/pristine/ef/efa2facf38a813e1af06107bce3d39ec552bab49.svn-base
-* google-breakpad/.svn/pristine/f0/
-* google-breakpad/.svn/pristine/f0/f02b774e09ca0555ceac76e4a7d12e18b4194b17.svn-base
-* google-breakpad/.svn/pristine/f0/f085389c5f47c15586f2d3d27b5db99be40f81d5.svn-base
-* google-breakpad/.svn/pristine/f0/f09048b74daa35a4ccd9c9385c7215f08a187260.svn-base
-* google-breakpad/.svn/pristine/f1/
-* google-breakpad/.svn/pristine/f1/f16d96e6087b2e50c38dd80122bb0fbe8c8cdfff.svn-base
-* google-breakpad/.svn/pristine/f2/
-* google-breakpad/.svn/pristine/f2/f2348c19a719ff843a9b7e53b1125af3ce7bd311.svn-base
-* google-breakpad/.svn/pristine/f2/f2c34f2771a2763fd205c5eedd6326a5d8be2192.svn-base
-* google-breakpad/.svn/pristine/f3/
-* google-breakpad/.svn/pristine/f3/f3b8508b4ed49796d0bc3e1c2dd882dde2290c0e.svn-base
-* google-breakpad/.svn/pristine/f4/
-* google-breakpad/.svn/pristine/f4/f4016c01080127aa5a09462e8a8402fd1501d1b1.svn-base
-* google-breakpad/.svn/pristine/f4/f409ac3cb433fb2663e093a9c0ef0f71be749325.svn-base
-* google-breakpad/.svn/pristine/f4/f464ab25a47596f4ad62f42b9558908614dc8efe.svn-base
-* google-breakpad/.svn/pristine/f5/
-* google-breakpad/.svn/pristine/f5/f508433710edf6a210deeac5312dde0259da8776.svn-base
-* google-breakpad/.svn/pristine/f5/f59afe624f39bd6aa249055c90f84d10114ba459.svn-base
-* google-breakpad/.svn/pristine/f6/
-* google-breakpad/.svn/pristine/f6/f610fad0224dbecd16fcd6b58cbbe1e2ee22b9f9.svn-base
-* google-breakpad/.svn/pristine/f6/f65b5eede900483d3a9906377f3fcf223d564ffd.svn-base
-* google-breakpad/.svn/pristine/f6/f6affd3db0c1ea7458afe1d502b19e66c3b8e550.svn-base
-* google-breakpad/.svn/pristine/f7/
-* google-breakpad/.svn/pristine/f7/f7845be7107987f33db3afb5a75da19dee4b267c.svn-base
-* google-breakpad/.svn/pristine/f7/f79eba1f2da402ef3b891738551746dc198d3ab4.svn-base
-* google-breakpad/.svn/pristine/f7/f7a97638fa4cd18846bd2b5e00a0c4a9482e9fe8.svn-base
-* google-breakpad/.svn/pristine/f8/
-* google-breakpad/.svn/pristine/f8/f805f5b257585672f4928492cd4709ccdcba398e.svn-base
-* google-breakpad/.svn/pristine/f8/f8362b4aee4605a303b3afafd0bcfc73537cd441.svn-base
-* google-breakpad/.svn/pristine/f8/f8713dd87e57f4d78cfd1461f51532921ed08b85.svn-base
-* google-breakpad/.svn/pristine/f8/f8a7922ecfd25782fdea5414012312be7ea6579a.svn-base
-* google-breakpad/.svn/pristine/f8/f8e5dc84e18ffa4e3530d397e05bfedfe38fa52d.svn-base
-* google-breakpad/.svn/pristine/f9/
-* google-breakpad/.svn/pristine/f9/f91928d0400e454a4f76de4c98dbbe3492e7276f.svn-base
-* google-breakpad/.svn/pristine/f9/f91e21acea0d225f053e22ccc665bd54bad671af.svn-base
-* google-breakpad/.svn/pristine/f9/f95acabce28583940e9e497a3f4d8dbc2d76dcef.svn-base
-* google-breakpad/.svn/pristine/f9/f96bb8116d3110cbffa32e22fbec1aff62fa9972.svn-base
-* google-breakpad/.svn/pristine/f9/f9982b58ca8993b06a9097aeff39327eedd64525.svn-base
-* google-breakpad/.svn/pristine/fa/
-* google-breakpad/.svn/pristine/fa/fa6e4eeda592928bd7ff151c3f6867b018cf22a2.svn-base
-* google-breakpad/.svn/pristine/fa/faa411b9365e10abf19d99d128a09c09821e6415.svn-base
-* google-breakpad/.svn/pristine/fa/faad69c38f44045f29070e14abdb9f5cee10400a.svn-base
-* google-breakpad/.svn/pristine/fb/
-* google-breakpad/.svn/pristine/fb/fb542577a4213c6d6bdef30c6638742bfcfa295f.svn-base
-* google-breakpad/.svn/pristine/fb/fbf4b913c5fcc7d3de9253fb1cb01cfb44e678b8.svn-base
-* google-breakpad/.svn/pristine/fc/
-* google-breakpad/.svn/pristine/fc/fce24167fcaa784fa27785caf30d86af28a21a1d.svn-base
-* google-breakpad/.svn/pristine/fd/
-* google-breakpad/.svn/pristine/fd/fd44af0c855bdfc446c759b589a180e5608e3d68.svn-base
-* google-breakpad/.svn/pristine/fd/fd85ae6303c3385235a86863f294484853b852a3.svn-base
-* google-breakpad/.svn/pristine/fe/
-* google-breakpad/.svn/pristine/fe/fe15cc3feae86b6fefefb39748a516bb2f88b5fa.svn-base
-* google-breakpad/.svn/pristine/fe/fe62b9ca4bf673ba142fbf751f19013ada49bed8.svn-base
-* google-breakpad/.svn/pristine/fe/fee7c8c2c2b0b2b23f1f1b3a46ea3681a1a8790d.svn-base
-* google-breakpad/.svn/pristine/fe/fee7d9378e21bd789d50a0e378913ec3591fa05b.svn-base
-* google-breakpad/.svn/pristine/fe/feea5e2c97a896bb080d0f530c183b1a3922dc85.svn-base
-* google-breakpad/.svn/pristine/ff/
-* google-breakpad/.svn/pristine/ff/ff226e88fd76482004c8b0a9d3d095ae5fa43ac9.svn-base
-* google-breakpad/.svn/pristine/ff/ff48e07146d8d11896c477cf64d4fe20b2215f56.svn-base
-* google-breakpad/.svn/pristine/ff/ff5674982c15c6bab7d4b077b6d8c7a45610d2f7.svn-base
-* google-breakpad/.svn/wc.db
-* google-breakpad/AUTHORS
-* google-breakpad/ChangeLog
-* google-breakpad/DEPS
-* google-breakpad/INSTALL
-* google-breakpad/LICENSE
-* google-breakpad/Makefile.am
-* google-breakpad/Makefile.in
-* google-breakpad/NEWS
-* google-breakpad/README
-* google-breakpad/README.ANDROID
-* google-breakpad/aclocal.m4
-* google-breakpad/android/
-* google-breakpad/android/common-functions.sh
-* google-breakpad/android/google_breakpad/
-* google-breakpad/android/google_breakpad/Android.mk
-* google-breakpad/android/run-checks.sh
-* google-breakpad/android/sample_app/
-* google-breakpad/android/sample_app/README
-* google-breakpad/android/sample_app/jni/
-* google-breakpad/android/sample_app/jni/Android.mk
-* google-breakpad/android/sample_app/jni/Application.mk
-* google-breakpad/android/sample_app/jni/test_breakpad.cpp
-* google-breakpad/android/test-driver
-* google-breakpad/android/test-shell.sh
-* google-breakpad/autotools/
-* google-breakpad/autotools/compile
-* google-breakpad/autotools/config.guess
-* google-breakpad/autotools/config.sub
-* google-breakpad/autotools/depcomp
-* google-breakpad/autotools/install-sh
-* google-breakpad/autotools/ltmain.sh
-* google-breakpad/autotools/missing
-* google-breakpad/autotools/test-driver
-* google-breakpad/codereview.settings
-* google-breakpad/configure
-* google-breakpad/configure.ac
-* google-breakpad/m4/
-* google-breakpad/m4/ax_pthread.m4
-* google-breakpad/m4/libtool.m4
-* google-breakpad/m4/ltoptions.m4
-* google-breakpad/m4/ltsugar.m4
-* google-breakpad/m4/ltversion.m4
-* google-breakpad/m4/lt~obsolete.m4
-* google-breakpad/src/
-* google-breakpad/src/breakpad_googletest_includes.h
-* google-breakpad/src/client/
-* google-breakpad/src/client/apple/
-* google-breakpad/src/client/apple/Framework/
-* google-breakpad/src/client/apple/Framework/BreakpadDefines.h
-* google-breakpad/src/client/ios/
-* google-breakpad/src/client/ios/Breakpad.h
-* google-breakpad/src/client/ios/Breakpad.mm
-* google-breakpad/src/client/ios/Breakpad.xcodeproj/
-* google-breakpad/src/client/ios/Breakpad.xcodeproj/project.pbxproj
-* google-breakpad/src/client/ios/BreakpadController.h
-* google-breakpad/src/client/ios/BreakpadController.mm
-* google-breakpad/src/client/ios/Breakpad_Prefix.pch
-* google-breakpad/src/client/ios/handler/
-* google-breakpad/src/client/ios/handler/ios_exception_minidump_generator.h
-* google-breakpad/src/client/ios/handler/ios_exception_minidump_generator.mm
-* google-breakpad/src/client/linux/
-* google-breakpad/src/client/linux/crash_generation/
-* google-breakpad/src/client/linux/crash_generation/client_info.h
-* google-breakpad/src/client/linux/crash_generation/crash_generation_client.cc
-* google-breakpad/src/client/linux/crash_generation/crash_generation_client.h
-* google-breakpad/src/client/linux/crash_generation/crash_generation_server.cc
-* google-breakpad/src/client/linux/crash_generation/crash_generation_server.h
-* google-breakpad/src/client/linux/data/
-* google-breakpad/src/client/linux/data/linux-gate-amd.sym
-* google-breakpad/src/client/linux/data/linux-gate-intel.sym
-* google-breakpad/src/client/linux/handler/
-* google-breakpad/src/client/linux/handler/exception_handler.cc
-* google-breakpad/src/client/linux/handler/exception_handler.h
-* google-breakpad/src/client/linux/handler/exception_handler_unittest.cc
-* google-breakpad/src/client/linux/handler/minidump_descriptor.cc
-* google-breakpad/src/client/linux/handler/minidump_descriptor.h
-* google-breakpad/src/client/linux/log/
-* google-breakpad/src/client/linux/log/log.cc
-* google-breakpad/src/client/linux/log/log.h
-* google-breakpad/src/client/linux/minidump_writer/
-* google-breakpad/src/client/linux/minidump_writer/cpu_set.h
-* google-breakpad/src/client/linux/minidump_writer/cpu_set_unittest.cc
-* google-breakpad/src/client/linux/minidump_writer/directory_reader.h
-* google-breakpad/src/client/linux/minidump_writer/directory_reader_unittest.cc
-* google-breakpad/src/client/linux/minidump_writer/line_reader.h
-* google-breakpad/src/client/linux/minidump_writer/line_reader_unittest.cc
-* google-breakpad/src/client/linux/minidump_writer/linux_core_dumper.cc
-* google-breakpad/src/client/linux/minidump_writer/linux_core_dumper.h
-* google-breakpad/src/client/linux/minidump_writer/linux_core_dumper_unittest.cc
-* google-breakpad/src/client/linux/minidump_writer/linux_dumper.cc
-* google-breakpad/src/client/linux/minidump_writer/linux_dumper.h
-* google-breakpad/src/client/linux/minidump_writer/linux_dumper_unittest_helper.cc
-* google-breakpad/src/client/linux/minidump_writer/linux_ptrace_dumper.cc
-* google-breakpad/src/client/linux/minidump_writer/linux_ptrace_dumper.h
-* google-breakpad/src/client/linux/minidump_writer/linux_ptrace_dumper_unittest.cc
-* google-breakpad/src/client/linux/minidump_writer/minidump_writer.cc
-* google-breakpad/src/client/linux/minidump_writer/minidump_writer.h
-* google-breakpad/src/client/linux/minidump_writer/minidump_writer_unittest.cc
-* google-breakpad/src/client/linux/minidump_writer/minidump_writer_unittest_utils.cc
-* google-breakpad/src/client/linux/minidump_writer/minidump_writer_unittest_utils.h
-* google-breakpad/src/client/linux/minidump_writer/proc_cpuinfo_reader.h
-* google-breakpad/src/client/linux/minidump_writer/proc_cpuinfo_reader_unittest.cc
-* google-breakpad/src/client/linux/sender/
-* google-breakpad/src/client/linux/sender/google_crash_report_sender.cc
-* google-breakpad/src/client/mac/
-* google-breakpad/src/client/mac/Breakpad.xcodeproj/
-* google-breakpad/src/client/mac/Breakpad.xcodeproj/project.pbxproj
-* google-breakpad/src/client/mac/Framework/
-* google-breakpad/src/client/mac/Framework/Breakpad.h
-* google-breakpad/src/client/mac/Framework/Breakpad.mm
-* google-breakpad/src/client/mac/Framework/Breakpad_Prefix.pch
-* google-breakpad/src/client/mac/Framework/Info.plist
-* google-breakpad/src/client/mac/Framework/OnDemandServer.h
-* google-breakpad/src/client/mac/Framework/OnDemandServer.mm
-* google-breakpad/src/client/mac/UnitTests-Info.plist
-* google-breakpad/src/client/mac/crash_generation/
-* google-breakpad/src/client/mac/crash_generation/ConfigFile.h
-* google-breakpad/src/client/mac/crash_generation/ConfigFile.mm
-* google-breakpad/src/client/mac/crash_generation/Inspector.h
-* google-breakpad/src/client/mac/crash_generation/Inspector.mm
-* google-breakpad/src/client/mac/crash_generation/InspectorMain.mm
-* google-breakpad/src/client/mac/crash_generation/client_info.h
-* google-breakpad/src/client/mac/crash_generation/crash_generation_client.cc
-* google-breakpad/src/client/mac/crash_generation/crash_generation_client.h
-* google-breakpad/src/client/mac/crash_generation/crash_generation_server.cc
-* google-breakpad/src/client/mac/crash_generation/crash_generation_server.h
-* google-breakpad/src/client/mac/gcov/
-* google-breakpad/src/client/mac/gcov/libgcov.a
-* google-breakpad/src/client/mac/handler/
-* google-breakpad/src/client/mac/handler/breakpad_nlist_64.cc
-* google-breakpad/src/client/mac/handler/breakpad_nlist_64.h
-* google-breakpad/src/client/mac/handler/dynamic_images.cc
-* google-breakpad/src/client/mac/handler/dynamic_images.h
-* google-breakpad/src/client/mac/handler/exception_handler.cc
-* google-breakpad/src/client/mac/handler/exception_handler.h
-* google-breakpad/src/client/mac/handler/mach_vm_compat.h
-* google-breakpad/src/client/mac/handler/minidump_generator.cc
-* google-breakpad/src/client/mac/handler/minidump_generator.h
-* google-breakpad/src/client/mac/handler/minidump_test.xcodeproj/
-* google-breakpad/src/client/mac/handler/minidump_test.xcodeproj/project.pbxproj
-* google-breakpad/src/client/mac/handler/minidump_tests32-Info.plist
-* google-breakpad/src/client/mac/handler/minidump_tests64-Info.plist
-* google-breakpad/src/client/mac/handler/obj-cTestCases-Info.plist
-* google-breakpad/src/client/mac/handler/protected_memory_allocator.cc
-* google-breakpad/src/client/mac/handler/protected_memory_allocator.h
-* google-breakpad/src/client/mac/handler/testcases/
-* google-breakpad/src/client/mac/handler/testcases/DynamicImagesTests.cc
-* google-breakpad/src/client/mac/handler/testcases/DynamicImagesTests.h
-* google-breakpad/src/client/mac/handler/testcases/breakpad_nlist_test.cc
-* google-breakpad/src/client/mac/handler/testcases/breakpad_nlist_test.h
-* google-breakpad/src/client/mac/handler/testcases/dwarftests.h
-* google-breakpad/src/client/mac/handler/testcases/dwarftests.mm
-* google-breakpad/src/client/mac/handler/testcases/testdata/
-* google-breakpad/src/client/mac/handler/testcases/testdata/dump_syms_dwarf_data
-* google-breakpad/src/client/mac/handler/testcases/testdata/dump_syms_i386_breakpad.sym
-* google-breakpad/src/client/mac/handler/ucontext_compat.h
-* google-breakpad/src/client/mac/sender/
-* google-breakpad/src/client/mac/sender/Breakpad.xib
-* google-breakpad/src/client/mac/sender/English.lproj/
-* google-breakpad/src/client/mac/sender/English.lproj/InfoPlist.strings
-* google-breakpad/src/client/mac/sender/English.lproj/Localizable.strings
-* google-breakpad/src/client/mac/sender/ReporterIcon.graffle
-* google-breakpad/src/client/mac/sender/crash_report_sender-Info.plist
-* google-breakpad/src/client/mac/sender/crash_report_sender.h
-* google-breakpad/src/client/mac/sender/crash_report_sender.icns
-* google-breakpad/src/client/mac/sender/crash_report_sender.m
-* google-breakpad/src/client/mac/sender/da.lproj/
-* google-breakpad/src/client/mac/sender/da.lproj/InfoPlist.strings
-* google-breakpad/src/client/mac/sender/da.lproj/Localizable.strings
-* google-breakpad/src/client/mac/sender/de.lproj/
-* google-breakpad/src/client/mac/sender/de.lproj/InfoPlist.strings
-* google-breakpad/src/client/mac/sender/de.lproj/Localizable.strings
-* google-breakpad/src/client/mac/sender/es.lproj/
-* google-breakpad/src/client/mac/sender/es.lproj/InfoPlist.strings
-* google-breakpad/src/client/mac/sender/es.lproj/Localizable.strings
-* google-breakpad/src/client/mac/sender/fr.lproj/
-* google-breakpad/src/client/mac/sender/fr.lproj/InfoPlist.strings
-* google-breakpad/src/client/mac/sender/fr.lproj/Localizable.strings
-* google-breakpad/src/client/mac/sender/goArrow.png
-* google-breakpad/src/client/mac/sender/it.lproj/
-* google-breakpad/src/client/mac/sender/it.lproj/InfoPlist.strings
-* google-breakpad/src/client/mac/sender/it.lproj/Localizable.strings
-* google-breakpad/src/client/mac/sender/ja.lproj/
-* google-breakpad/src/client/mac/sender/ja.lproj/InfoPlist.strings
-* google-breakpad/src/client/mac/sender/ja.lproj/Localizable.strings
-* google-breakpad/src/client/mac/sender/nl.lproj/
-* google-breakpad/src/client/mac/sender/nl.lproj/InfoPlist.strings
-* google-breakpad/src/client/mac/sender/nl.lproj/Localizable.strings
-* google-breakpad/src/client/mac/sender/no.lproj/
-* google-breakpad/src/client/mac/sender/no.lproj/InfoPlist.strings
-* google-breakpad/src/client/mac/sender/no.lproj/Localizable.strings
-* google-breakpad/src/client/mac/sender/sl.lproj/
-* google-breakpad/src/client/mac/sender/sl.lproj/InfoPlist.strings
-* google-breakpad/src/client/mac/sender/sl.lproj/Localizable.strings
-* google-breakpad/src/client/mac/sender/sv.lproj/
-* google-breakpad/src/client/mac/sender/sv.lproj/InfoPlist.strings
-* google-breakpad/src/client/mac/sender/sv.lproj/Localizable.strings
-* google-breakpad/src/client/mac/sender/tr.lproj/
-* google-breakpad/src/client/mac/sender/tr.lproj/InfoPlist.strings
-* google-breakpad/src/client/mac/sender/tr.lproj/Localizable.strings
-* google-breakpad/src/client/mac/sender/uploader.h
-* google-breakpad/src/client/mac/sender/uploader.mm
-* google-breakpad/src/client/mac/testapp/
-* google-breakpad/src/client/mac/testapp/Controller.h
-* google-breakpad/src/client/mac/testapp/Controller.m
-* google-breakpad/src/client/mac/testapp/English.lproj/
-* google-breakpad/src/client/mac/testapp/English.lproj/InfoPlist.strings
-* google-breakpad/src/client/mac/testapp/English.lproj/MainMenu.xib
-* google-breakpad/src/client/mac/testapp/Info.plist
-* google-breakpad/src/client/mac/testapp/TestClass.h
-* google-breakpad/src/client/mac/testapp/TestClass.mm
-* google-breakpad/src/client/mac/testapp/bomb.icns
-* google-breakpad/src/client/mac/testapp/crashInMain
-* google-breakpad/src/client/mac/testapp/crashduringload
-* google-breakpad/src/client/mac/testapp/main.m
-* google-breakpad/src/client/mac/tests/
-* google-breakpad/src/client/mac/tests/BreakpadFramework_Test.mm
-* google-breakpad/src/client/mac/tests/crash_generation_server_test.cc
-* google-breakpad/src/client/mac/tests/exception_handler_test.cc
-* google-breakpad/src/client/mac/tests/minidump_generator_test.cc
-* google-breakpad/src/client/mac/tests/minidump_generator_test_helper.cc
-* google-breakpad/src/client/mac/tests/spawn_child_process.h
-* google-breakpad/src/client/mac/tests/testlogging.h
-* google-breakpad/src/client/minidump_file_writer-inl.h
-* google-breakpad/src/client/minidump_file_writer.cc
-* google-breakpad/src/client/minidump_file_writer.h
-* google-breakpad/src/client/minidump_file_writer_unittest.cc
-* google-breakpad/src/client/solaris/
-* google-breakpad/src/client/solaris/handler/
-* google-breakpad/src/client/solaris/handler/Makefile
-* google-breakpad/src/client/solaris/handler/exception_handler.cc
-* google-breakpad/src/client/solaris/handler/exception_handler.h
-* google-breakpad/src/client/solaris/handler/exception_handler_test.cc
-* google-breakpad/src/client/solaris/handler/minidump_generator.cc
-* google-breakpad/src/client/solaris/handler/minidump_generator.h
-* google-breakpad/src/client/solaris/handler/minidump_test.cc
-* google-breakpad/src/client/solaris/handler/solaris_lwp.cc
-* google-breakpad/src/client/solaris/handler/solaris_lwp.h
-* google-breakpad/src/client/windows/
-* google-breakpad/src/client/windows/breakpad_client.gyp
-* google-breakpad/src/client/windows/build/
-* google-breakpad/src/client/windows/build/common.gypi
-* google-breakpad/src/client/windows/build/external_code.gypi
-* google-breakpad/src/client/windows/build/internal/
-* google-breakpad/src/client/windows/build/internal/release_defaults.gypi
-* google-breakpad/src/client/windows/build/internal/release_impl.gypi
-* google-breakpad/src/client/windows/build/internal/release_impl_official.gypi
-* google-breakpad/src/client/windows/build/release.gypi
-* google-breakpad/src/client/windows/common/
-* google-breakpad/src/client/windows/common/auto_critical_section.h
-* google-breakpad/src/client/windows/common/ipc_protocol.h
-* google-breakpad/src/client/windows/crash_generation/
-* google-breakpad/src/client/windows/crash_generation/ReadMe.txt
-* google-breakpad/src/client/windows/crash_generation/client_info.cc
-* google-breakpad/src/client/windows/crash_generation/client_info.h
-* google-breakpad/src/client/windows/crash_generation/crash_generation.gyp
-* google-breakpad/src/client/windows/crash_generation/crash_generation_client.cc
-* google-breakpad/src/client/windows/crash_generation/crash_generation_client.h
-* google-breakpad/src/client/windows/crash_generation/crash_generation_server.cc
-* google-breakpad/src/client/windows/crash_generation/crash_generation_server.h
-* google-breakpad/src/client/windows/crash_generation/minidump_generator.cc
-* google-breakpad/src/client/windows/crash_generation/minidump_generator.h
-* google-breakpad/src/client/windows/handler/
-* google-breakpad/src/client/windows/handler/exception_handler.cc
-* google-breakpad/src/client/windows/handler/exception_handler.gyp
-* google-breakpad/src/client/windows/handler/exception_handler.h
-* google-breakpad/src/client/windows/sender/
-* google-breakpad/src/client/windows/sender/crash_report_sender.cc
-* google-breakpad/src/client/windows/sender/crash_report_sender.gyp
-* google-breakpad/src/client/windows/sender/crash_report_sender.h
-* google-breakpad/src/client/windows/tests/
-* google-breakpad/src/client/windows/tests/crash_generation_app/
-* google-breakpad/src/client/windows/tests/crash_generation_app/abstract_class.cc
-* google-breakpad/src/client/windows/tests/crash_generation_app/abstract_class.h
-* google-breakpad/src/client/windows/tests/crash_generation_app/crash_generation_app.cc
-* google-breakpad/src/client/windows/tests/crash_generation_app/crash_generation_app.gyp
-* google-breakpad/src/client/windows/tests/crash_generation_app/crash_generation_app.h
-* google-breakpad/src/client/windows/tests/crash_generation_app/crash_generation_app.ico
-* google-breakpad/src/client/windows/tests/crash_generation_app/crash_generation_app.rc
-* google-breakpad/src/client/windows/tests/crash_generation_app/resource.h
-* google-breakpad/src/client/windows/tests/crash_generation_app/small.ico
-* google-breakpad/src/client/windows/unittests/
-* google-breakpad/src/client/windows/unittests/client_tests.gyp
-* google-breakpad/src/client/windows/unittests/crash_generation_server_test.cc
-* google-breakpad/src/client/windows/unittests/dump_analysis.cc
-* google-breakpad/src/client/windows/unittests/dump_analysis.h
-* google-breakpad/src/client/windows/unittests/exception_handler_death_test.cc
-* google-breakpad/src/client/windows/unittests/exception_handler_nesting_test.cc
-* google-breakpad/src/client/windows/unittests/exception_handler_test.cc
-* google-breakpad/src/client/windows/unittests/exception_handler_test.h
-* google-breakpad/src/client/windows/unittests/minidump_test.cc
-* google-breakpad/src/client/windows/unittests/testing.gyp
-* google-breakpad/src/common/
-* google-breakpad/src/common/android/
-* google-breakpad/src/common/android/breakpad_getcontext.S
-* google-breakpad/src/common/android/breakpad_getcontext_unittest.cc
-* google-breakpad/src/common/android/include/
-* google-breakpad/src/common/android/include/elf.h
-* google-breakpad/src/common/android/include/link.h
-* google-breakpad/src/common/android/include/sgidefs.h
-* google-breakpad/src/common/android/include/stab.h
-* google-breakpad/src/common/android/include/sys/
-* google-breakpad/src/common/android/include/sys/procfs.h
-* google-breakpad/src/common/android/include/sys/signal.h
-* google-breakpad/src/common/android/include/sys/stat.h
-* google-breakpad/src/common/android/include/sys/ucontext.h
-* google-breakpad/src/common/android/include/sys/user.h
-* google-breakpad/src/common/android/include/ucontext.h
-* google-breakpad/src/common/android/testing/
-* google-breakpad/src/common/android/testing/include/
-* google-breakpad/src/common/android/testing/include/wchar.h
-* google-breakpad/src/common/android/testing/mkdtemp.h
-* google-breakpad/src/common/android/testing/pthread_fixes.h
-* google-breakpad/src/common/android/ucontext_constants.h
-* google-breakpad/src/common/basictypes.h
-* google-breakpad/src/common/byte_cursor.h
-* google-breakpad/src/common/byte_cursor_unittest.cc
-* google-breakpad/src/common/convert_UTF.c
-* google-breakpad/src/common/convert_UTF.h
-* google-breakpad/src/common/dwarf/
-* google-breakpad/src/common/dwarf/bytereader-inl.h
-* google-breakpad/src/common/dwarf/bytereader.cc
-* google-breakpad/src/common/dwarf/bytereader.h
-* google-breakpad/src/common/dwarf/bytereader_unittest.cc
-* google-breakpad/src/common/dwarf/cfi_assembler.cc
-* google-breakpad/src/common/dwarf/cfi_assembler.h
-* google-breakpad/src/common/dwarf/dwarf2diehandler.cc
-* google-breakpad/src/common/dwarf/dwarf2diehandler.h
-* google-breakpad/src/common/dwarf/dwarf2diehandler_unittest.cc
-* google-breakpad/src/common/dwarf/dwarf2enums.h
-* google-breakpad/src/common/dwarf/dwarf2reader.cc
-* google-breakpad/src/common/dwarf/dwarf2reader.h
-* google-breakpad/src/common/dwarf/dwarf2reader_cfi_unittest.cc
-* google-breakpad/src/common/dwarf/dwarf2reader_die_unittest.cc
-* google-breakpad/src/common/dwarf/dwarf2reader_test_common.h
-* google-breakpad/src/common/dwarf/functioninfo.cc
-* google-breakpad/src/common/dwarf/functioninfo.h
-* google-breakpad/src/common/dwarf/line_state_machine.h
-* google-breakpad/src/common/dwarf/types.h
-* google-breakpad/src/common/dwarf_cfi_to_module.cc
-* google-breakpad/src/common/dwarf_cfi_to_module.h
-* google-breakpad/src/common/dwarf_cfi_to_module_unittest.cc
-* google-breakpad/src/common/dwarf_cu_to_module.cc
-* google-breakpad/src/common/dwarf_cu_to_module.h
-* google-breakpad/src/common/dwarf_cu_to_module_unittest.cc
-* google-breakpad/src/common/dwarf_line_to_module.cc
-* google-breakpad/src/common/dwarf_line_to_module.h
-* google-breakpad/src/common/dwarf_line_to_module_unittest.cc
-* google-breakpad/src/common/language.cc
-* google-breakpad/src/common/language.h
-* google-breakpad/src/common/linux/
-* google-breakpad/src/common/linux/dump_symbols.cc
-* google-breakpad/src/common/linux/dump_symbols.h
-* google-breakpad/src/common/linux/dump_symbols_unittest.cc
-* google-breakpad/src/common/linux/eintr_wrapper.h
-* google-breakpad/src/common/linux/elf_core_dump.cc
-* google-breakpad/src/common/linux/elf_core_dump.h
-* google-breakpad/src/common/linux/elf_core_dump_unittest.cc
-* google-breakpad/src/common/linux/elf_gnu_compat.h
-* google-breakpad/src/common/linux/elf_symbols_to_module.cc
-* google-breakpad/src/common/linux/elf_symbols_to_module.h
-* google-breakpad/src/common/linux/elf_symbols_to_module_unittest.cc
-* google-breakpad/src/common/linux/elfutils-inl.h
-* google-breakpad/src/common/linux/elfutils.cc
-* google-breakpad/src/common/linux/elfutils.h
-* google-breakpad/src/common/linux/file_id.cc
-* google-breakpad/src/common/linux/file_id.h
-* google-breakpad/src/common/linux/file_id_unittest.cc
-* google-breakpad/src/common/linux/google_crashdump_uploader.cc
-* google-breakpad/src/common/linux/google_crashdump_uploader.h
-* google-breakpad/src/common/linux/google_crashdump_uploader_test.cc
-* google-breakpad/src/common/linux/guid_creator.cc
-* google-breakpad/src/common/linux/guid_creator.h
-* google-breakpad/src/common/linux/http_upload.cc
-* google-breakpad/src/common/linux/http_upload.h
-* google-breakpad/src/common/linux/ignore_ret.h
-* google-breakpad/src/common/linux/libcurl_wrapper.cc
-* google-breakpad/src/common/linux/libcurl_wrapper.h
-* google-breakpad/src/common/linux/linux_libc_support.cc
-* google-breakpad/src/common/linux/linux_libc_support.h
-* google-breakpad/src/common/linux/linux_libc_support_unittest.cc
-* google-breakpad/src/common/linux/memory_mapped_file.cc
-* google-breakpad/src/common/linux/memory_mapped_file.h
-* google-breakpad/src/common/linux/memory_mapped_file_unittest.cc
-* google-breakpad/src/common/linux/safe_readlink.cc
-* google-breakpad/src/common/linux/safe_readlink.h
-* google-breakpad/src/common/linux/safe_readlink_unittest.cc
-* google-breakpad/src/common/linux/synth_elf.cc
-* google-breakpad/src/common/linux/synth_elf.h
-* google-breakpad/src/common/linux/synth_elf_unittest.cc
-* google-breakpad/src/common/linux/tests/
-* google-breakpad/src/common/linux/tests/auto_testfile.h
-* google-breakpad/src/common/linux/tests/crash_generator.cc
-* google-breakpad/src/common/linux/tests/crash_generator.h
-* google-breakpad/src/common/mac/
-* google-breakpad/src/common/mac/Breakpad.xcconfig
-* google-breakpad/src/common/mac/BreakpadDebug.xcconfig
-* google-breakpad/src/common/mac/BreakpadRelease.xcconfig
-* google-breakpad/src/common/mac/GTMDefines.h
-* google-breakpad/src/common/mac/GTMLogger.h
-* google-breakpad/src/common/mac/GTMLogger.m
-* google-breakpad/src/common/mac/HTTPMultipartUpload.h
-* google-breakpad/src/common/mac/HTTPMultipartUpload.m
-* google-breakpad/src/common/mac/MachIPC.h
-* google-breakpad/src/common/mac/MachIPC.mm
-* google-breakpad/src/common/mac/arch_utilities.cc
-* google-breakpad/src/common/mac/arch_utilities.h
-* google-breakpad/src/common/mac/bootstrap_compat.cc
-* google-breakpad/src/common/mac/bootstrap_compat.h
-* google-breakpad/src/common/mac/byteswap.h
-* google-breakpad/src/common/mac/dump_syms.h
-* google-breakpad/src/common/mac/dump_syms.mm
-* google-breakpad/src/common/mac/file_id.cc
-* google-breakpad/src/common/mac/file_id.h
-* google-breakpad/src/common/mac/macho_id.cc
-* google-breakpad/src/common/mac/macho_id.h
-* google-breakpad/src/common/mac/macho_reader.cc
-* google-breakpad/src/common/mac/macho_reader.h
-* google-breakpad/src/common/mac/macho_reader_unittest.cc
-* google-breakpad/src/common/mac/macho_utilities.cc
-* google-breakpad/src/common/mac/macho_utilities.h
-* google-breakpad/src/common/mac/macho_walker.cc
-* google-breakpad/src/common/mac/macho_walker.h
-* google-breakpad/src/common/mac/scoped_task_suspend-inl.h
-* google-breakpad/src/common/mac/string_utilities.cc
-* google-breakpad/src/common/mac/string_utilities.h
-* google-breakpad/src/common/mac/testing/
-* google-breakpad/src/common/mac/testing/GTMSenTestCase.h
-* google-breakpad/src/common/mac/testing/GTMSenTestCase.m
-* google-breakpad/src/common/md5.cc
-* google-breakpad/src/common/md5.h
-* google-breakpad/src/common/memory.h
-* google-breakpad/src/common/memory_range.h
-* google-breakpad/src/common/memory_range_unittest.cc
-* google-breakpad/src/common/memory_unittest.cc
-* google-breakpad/src/common/module.cc
-* google-breakpad/src/common/module.h
-* google-breakpad/src/common/module_unittest.cc
-* google-breakpad/src/common/scoped_ptr.h
-* google-breakpad/src/common/simple_string_dictionary.cc
-* google-breakpad/src/common/simple_string_dictionary.h
-* google-breakpad/src/common/simple_string_dictionary_unittest.cc
-* google-breakpad/src/common/solaris/
-* google-breakpad/src/common/solaris/dump_symbols.cc
-* google-breakpad/src/common/solaris/dump_symbols.h
-* google-breakpad/src/common/solaris/file_id.cc
-* google-breakpad/src/common/solaris/file_id.h
-* google-breakpad/src/common/solaris/guid_creator.cc
-* google-breakpad/src/common/solaris/guid_creator.h
-* google-breakpad/src/common/solaris/message_output.h
-* google-breakpad/src/common/stabs_reader.cc
-* google-breakpad/src/common/stabs_reader.h
-* google-breakpad/src/common/stabs_reader_unittest.cc
-* google-breakpad/src/common/stabs_to_module.cc
-* google-breakpad/src/common/stabs_to_module.h
-* google-breakpad/src/common/stabs_to_module_unittest.cc
-* google-breakpad/src/common/string_conversion.cc
-* google-breakpad/src/common/string_conversion.h
-* google-breakpad/src/common/symbol_data.h
-* google-breakpad/src/common/test_assembler.cc
-* google-breakpad/src/common/test_assembler.h
-* google-breakpad/src/common/test_assembler_unittest.cc
-* google-breakpad/src/common/testdata/
-* google-breakpad/src/common/testdata/func-line-pairing.h
-* google-breakpad/src/common/tests/
-* google-breakpad/src/common/tests/auto_tempdir.h
-* google-breakpad/src/common/tests/file_utils.cc
-* google-breakpad/src/common/tests/file_utils.h
-* google-breakpad/src/common/using_std_string.h
-* google-breakpad/src/common/windows/
-* google-breakpad/src/common/windows/common_windows.gyp
-* google-breakpad/src/common/windows/dia_util.cc
-* google-breakpad/src/common/windows/dia_util.h
-* google-breakpad/src/common/windows/guid_string.cc
-* google-breakpad/src/common/windows/guid_string.h
-* google-breakpad/src/common/windows/http_upload.cc
-* google-breakpad/src/common/windows/http_upload.h
-* google-breakpad/src/common/windows/omap.cc
-* google-breakpad/src/common/windows/omap.h
-* google-breakpad/src/common/windows/omap_internal.h
-* google-breakpad/src/common/windows/omap_unittest.cc
-* google-breakpad/src/common/windows/pdb_source_line_writer.cc
-* google-breakpad/src/common/windows/pdb_source_line_writer.h
-* google-breakpad/src/common/windows/string_utils-inl.h
-* google-breakpad/src/common/windows/string_utils.cc
-* google-breakpad/src/config.h.in
-* google-breakpad/src/google_breakpad/
-* google-breakpad/src/google_breakpad/common/
-* google-breakpad/src/google_breakpad/common/breakpad_types.h
-* google-breakpad/src/google_breakpad/common/minidump_cpu_amd64.h
-* google-breakpad/src/google_breakpad/common/minidump_cpu_arm.h
-* google-breakpad/src/google_breakpad/common/minidump_cpu_arm64.h
-* google-breakpad/src/google_breakpad/common/minidump_cpu_mips.h
-* google-breakpad/src/google_breakpad/common/minidump_cpu_ppc.h
-* google-breakpad/src/google_breakpad/common/minidump_cpu_ppc64.h
-* google-breakpad/src/google_breakpad/common/minidump_cpu_sparc.h
-* google-breakpad/src/google_breakpad/common/minidump_cpu_x86.h
-* google-breakpad/src/google_breakpad/common/minidump_exception_linux.h
-* google-breakpad/src/google_breakpad/common/minidump_exception_mac.h
-* google-breakpad/src/google_breakpad/common/minidump_exception_ps3.h
-* google-breakpad/src/google_breakpad/common/minidump_exception_solaris.h
-* google-breakpad/src/google_breakpad/common/minidump_exception_win32.h
-* google-breakpad/src/google_breakpad/common/minidump_format.h
-* google-breakpad/src/google_breakpad/common/minidump_size.h
-* google-breakpad/src/google_breakpad/processor/
-* google-breakpad/src/google_breakpad/processor/basic_source_line_resolver.h
-* google-breakpad/src/google_breakpad/processor/call_stack.h
-* google-breakpad/src/google_breakpad/processor/code_module.h
-* google-breakpad/src/google_breakpad/processor/code_modules.h
-* google-breakpad/src/google_breakpad/processor/exploitability.h
-* google-breakpad/src/google_breakpad/processor/fast_source_line_resolver.h
-* google-breakpad/src/google_breakpad/processor/memory_region.h
-* google-breakpad/src/google_breakpad/processor/minidump.h
-* google-breakpad/src/google_breakpad/processor/minidump_processor.h
-* google-breakpad/src/google_breakpad/processor/process_state.h
-* google-breakpad/src/google_breakpad/processor/source_line_resolver_base.h
-* google-breakpad/src/google_breakpad/processor/source_line_resolver_interface.h
-* google-breakpad/src/google_breakpad/processor/stack_frame.h
-* google-breakpad/src/google_breakpad/processor/stack_frame_cpu.h
-* google-breakpad/src/google_breakpad/processor/stack_frame_symbolizer.h
-* google-breakpad/src/google_breakpad/processor/stackwalker.h
-* google-breakpad/src/google_breakpad/processor/symbol_supplier.h
-* google-breakpad/src/google_breakpad/processor/system_info.h
-* google-breakpad/src/processor/
-* google-breakpad/src/processor/address_map-inl.h
-* google-breakpad/src/processor/address_map.h
-* google-breakpad/src/processor/address_map_unittest.cc
-* google-breakpad/src/processor/basic_code_module.h
-* google-breakpad/src/processor/basic_code_modules.cc
-* google-breakpad/src/processor/basic_code_modules.h
-* google-breakpad/src/processor/basic_source_line_resolver.cc
-* google-breakpad/src/processor/basic_source_line_resolver_types.h
-* google-breakpad/src/processor/basic_source_line_resolver_unittest.cc
-* google-breakpad/src/processor/binarystream.cc
-* google-breakpad/src/processor/binarystream.h
-* google-breakpad/src/processor/binarystream_unittest.cc
-* google-breakpad/src/processor/call_stack.cc
-* google-breakpad/src/processor/cfi_frame_info-inl.h
-* google-breakpad/src/processor/cfi_frame_info.cc
-* google-breakpad/src/processor/cfi_frame_info.h
-* google-breakpad/src/processor/cfi_frame_info_unittest.cc
-* google-breakpad/src/processor/contained_range_map-inl.h
-* google-breakpad/src/processor/contained_range_map.h
-* google-breakpad/src/processor/contained_range_map_unittest.cc
-* google-breakpad/src/processor/disassembler_x86.cc
-* google-breakpad/src/processor/disassembler_x86.h
-* google-breakpad/src/processor/disassembler_x86_unittest.cc
-* google-breakpad/src/processor/exploitability.cc
-* google-breakpad/src/processor/exploitability_linux.cc
-* google-breakpad/src/processor/exploitability_linux.h
-* google-breakpad/src/processor/exploitability_unittest.cc
-* google-breakpad/src/processor/exploitability_win.cc
-* google-breakpad/src/processor/exploitability_win.h
-* google-breakpad/src/processor/fast_source_line_resolver.cc
-* google-breakpad/src/processor/fast_source_line_resolver_types.h
-* google-breakpad/src/processor/fast_source_line_resolver_unittest.cc
-* google-breakpad/src/processor/linked_ptr.h
-* google-breakpad/src/processor/logging.cc
-* google-breakpad/src/processor/logging.h
-* google-breakpad/src/processor/map_serializers-inl.h
-* google-breakpad/src/processor/map_serializers.h
-* google-breakpad/src/processor/map_serializers_unittest.cc
-* google-breakpad/src/processor/minidump.cc
-* google-breakpad/src/processor/minidump_dump.cc
-* google-breakpad/src/processor/minidump_dump_test
-* google-breakpad/src/processor/minidump_processor.cc
-* google-breakpad/src/processor/minidump_processor_unittest.cc
-* google-breakpad/src/processor/minidump_stackwalk.cc
-* google-breakpad/src/processor/minidump_stackwalk_machine_readable_test
-* google-breakpad/src/processor/minidump_stackwalk_test
-* google-breakpad/src/processor/minidump_unittest.cc
-* google-breakpad/src/processor/module_comparer.cc
-* google-breakpad/src/processor/module_comparer.h
-* google-breakpad/src/processor/module_factory.h
-* google-breakpad/src/processor/module_serializer.cc
-* google-breakpad/src/processor/module_serializer.h
-* google-breakpad/src/processor/pathname_stripper.cc
-* google-breakpad/src/processor/pathname_stripper.h
-* google-breakpad/src/processor/pathname_stripper_unittest.cc
-* google-breakpad/src/processor/postfix_evaluator-inl.h
-* google-breakpad/src/processor/postfix_evaluator.h
-* google-breakpad/src/processor/postfix_evaluator_unittest.cc
-* google-breakpad/src/processor/process_state.cc
-* google-breakpad/src/processor/proto/
-* google-breakpad/src/processor/proto/README
-* google-breakpad/src/processor/proto/process_state.proto
-* google-breakpad/src/processor/range_map-inl.h
-* google-breakpad/src/processor/range_map.h
-* google-breakpad/src/processor/range_map_unittest.cc
-* google-breakpad/src/processor/simple_serializer-inl.h
-* google-breakpad/src/processor/simple_serializer.h
-* google-breakpad/src/processor/simple_symbol_supplier.cc
-* google-breakpad/src/processor/simple_symbol_supplier.h
-* google-breakpad/src/processor/source_line_resolver_base.cc
-* google-breakpad/src/processor/source_line_resolver_base_types.h
-* google-breakpad/src/processor/stack_frame_cpu.cc
-* google-breakpad/src/processor/stack_frame_symbolizer.cc
-* google-breakpad/src/processor/stackwalker.cc
-* google-breakpad/src/processor/stackwalker_address_list.cc
-* google-breakpad/src/processor/stackwalker_address_list.h
-* google-breakpad/src/processor/stackwalker_address_list_unittest.cc
-* google-breakpad/src/processor/stackwalker_amd64.cc
-* google-breakpad/src/processor/stackwalker_amd64.h
-* google-breakpad/src/processor/stackwalker_amd64_unittest.cc
-* google-breakpad/src/processor/stackwalker_arm.cc
-* google-breakpad/src/processor/stackwalker_arm.h
-* google-breakpad/src/processor/stackwalker_arm64.cc
-* google-breakpad/src/processor/stackwalker_arm64.h
-* google-breakpad/src/processor/stackwalker_arm64_unittest.cc
-* google-breakpad/src/processor/stackwalker_arm_unittest.cc
-* google-breakpad/src/processor/stackwalker_mips.cc
-* google-breakpad/src/processor/stackwalker_mips.h
-* google-breakpad/src/processor/stackwalker_mips_unittest.cc
-* google-breakpad/src/processor/stackwalker_ppc.cc
-* google-breakpad/src/processor/stackwalker_ppc.h
-* google-breakpad/src/processor/stackwalker_ppc64.cc
-* google-breakpad/src/processor/stackwalker_ppc64.h
-* google-breakpad/src/processor/stackwalker_selftest.cc
-* google-breakpad/src/processor/stackwalker_selftest_sol.s
-* google-breakpad/src/processor/stackwalker_sparc.cc
-* google-breakpad/src/processor/stackwalker_sparc.h
-* google-breakpad/src/processor/stackwalker_unittest_utils.h
-* google-breakpad/src/processor/stackwalker_x86.cc
-* google-breakpad/src/processor/stackwalker_x86.h
-* google-breakpad/src/processor/stackwalker_x86_unittest.cc
-* google-breakpad/src/processor/static_address_map-inl.h
-* google-breakpad/src/processor/static_address_map.h
-* google-breakpad/src/processor/static_address_map_unittest.cc
-* google-breakpad/src/processor/static_contained_range_map-inl.h
-* google-breakpad/src/processor/static_contained_range_map.h
-* google-breakpad/src/processor/static_contained_range_map_unittest.cc
-* google-breakpad/src/processor/static_map-inl.h
-* google-breakpad/src/processor/static_map.h
-* google-breakpad/src/processor/static_map_iterator-inl.h
-* google-breakpad/src/processor/static_map_iterator.h
-* google-breakpad/src/processor/static_map_unittest.cc
-* google-breakpad/src/processor/static_range_map-inl.h
-* google-breakpad/src/processor/static_range_map.h
-* google-breakpad/src/processor/static_range_map_unittest.cc
-* google-breakpad/src/processor/synth_minidump.cc
-* google-breakpad/src/processor/synth_minidump.h
-* google-breakpad/src/processor/synth_minidump_unittest.cc
-* google-breakpad/src/processor/synth_minidump_unittest_data.h
-* google-breakpad/src/processor/testdata/
-* google-breakpad/src/processor/testdata/ascii_read_av.dmp
-* google-breakpad/src/processor/testdata/ascii_read_av_block_write.dmp
-* google-breakpad/src/processor/testdata/ascii_read_av_clobber_write.dmp
-* google-breakpad/src/processor/testdata/ascii_read_av_conditional.dmp
-* google-breakpad/src/processor/testdata/ascii_read_av_then_jmp.dmp
-* google-breakpad/src/processor/testdata/ascii_read_av_xchg_write.dmp
-* google-breakpad/src/processor/testdata/ascii_write_av.dmp
-* google-breakpad/src/processor/testdata/ascii_write_av_arg_to_call.dmp
-* google-breakpad/src/processor/testdata/exec_av_on_stack.dmp
-* google-breakpad/src/processor/testdata/linux_null_read_av.dmp
-* google-breakpad/src/processor/testdata/linux_overflow.dmp
-* google-breakpad/src/processor/testdata/linux_stacksmash.dmp
-* google-breakpad/src/processor/testdata/linux_test_app.cc
-* google-breakpad/src/processor/testdata/minidump2.dmp
-* google-breakpad/src/processor/testdata/minidump2.dump.out
-* google-breakpad/src/processor/testdata/minidump2.stackwalk.machine_readable.out
-* google-breakpad/src/processor/testdata/minidump2.stackwalk.out
-* google-breakpad/src/processor/testdata/module0.out
-* google-breakpad/src/processor/testdata/module1.out
-* google-breakpad/src/processor/testdata/module2.out
-* google-breakpad/src/processor/testdata/module3_bad.out
-* google-breakpad/src/processor/testdata/module4_bad.out
-* google-breakpad/src/processor/testdata/null_read_av.dmp
-* google-breakpad/src/processor/testdata/null_write_av.dmp
-* google-breakpad/src/processor/testdata/read_av_clobber_write.dmp
-* google-breakpad/src/processor/testdata/read_av_conditional.dmp
-* google-breakpad/src/processor/testdata/read_av_non_null.dmp
-* google-breakpad/src/processor/testdata/stack_exhaustion.dmp
-* google-breakpad/src/processor/testdata/symbols/
-* google-breakpad/src/processor/testdata/symbols/kernel32.pdb/
-* google-breakpad/src/processor/testdata/symbols/kernel32.pdb/BCE8785C57B44245A669896B6A19B9542/
-* google-breakpad/src/processor/testdata/symbols/kernel32.pdb/BCE8785C57B44245A669896B6A19B9542/kernel32.sym
-* google-breakpad/src/processor/testdata/symbols/ld-2.13.so/
-* google-breakpad/src/processor/testdata/symbols/ld-2.13.so/C32AD7E235EA6112E02A5B9D6219C4850/
-* google-breakpad/src/processor/testdata/symbols/ld-2.13.so/C32AD7E235EA6112E02A5B9D6219C4850/ld-2.13.so.sym
-* google-breakpad/src/processor/testdata/symbols/libc-2.13.so/
-* google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/
-* google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/libc-2.13.so.sym
-* google-breakpad/src/processor/testdata/symbols/libgcc_s.so.1/
-* google-breakpad/src/processor/testdata/symbols/libgcc_s.so.1/18B180F90887D8F8B5C35D185444AF4C0/
-* google-breakpad/src/processor/testdata/symbols/libgcc_s.so.1/18B180F90887D8F8B5C35D185444AF4C0/libgcc_s.so.1.sym
-* google-breakpad/src/processor/testdata/symbols/null_read_av/
-* google-breakpad/src/processor/testdata/symbols/null_read_av/7B7D1968FF0D47AE4366E9C3A7E1B6750/
-* google-breakpad/src/processor/testdata/symbols/null_read_av/7B7D1968FF0D47AE4366E9C3A7E1B6750/null_read_av.sym
-* google-breakpad/src/processor/testdata/symbols/overflow/
-* google-breakpad/src/processor/testdata/symbols/overflow/B0E1FC01EF48E39CAF5C881D2DF0C3840/
-* google-breakpad/src/processor/testdata/symbols/overflow/B0E1FC01EF48E39CAF5C881D2DF0C3840/overflow.sym
-* google-breakpad/src/processor/testdata/symbols/test_app.pdb/
-* google-breakpad/src/processor/testdata/symbols/test_app.pdb/5A9832E5287241C1838ED98914E9B7FF1/
-* google-breakpad/src/processor/testdata/symbols/test_app.pdb/5A9832E5287241C1838ED98914E9B7FF1/test_app.sym
-* google-breakpad/src/processor/testdata/test_app.cc
-* google-breakpad/src/processor/testdata/write_av_non_null.dmp
-* google-breakpad/src/processor/tokenize.cc
-* google-breakpad/src/processor/tokenize.h
-* google-breakpad/src/processor/windows_frame_info.h
-* google-breakpad/src/testing/
-* google-breakpad/src/testing/.svn/
-* google-breakpad/src/testing/.svn/entries
-* google-breakpad/src/testing/.svn/format
-* google-breakpad/src/testing/.svn/pristine/
-* google-breakpad/src/testing/.svn/pristine/01/
-* google-breakpad/src/testing/.svn/pristine/01/01a2a69a83e834c7b1b95ad444bfb04791fc855b.svn-base
-* google-breakpad/src/testing/.svn/pristine/05/
-* google-breakpad/src/testing/.svn/pristine/05/053ca61f7afd86955d19a5de2f39d50504bee1cc.svn-base
-* google-breakpad/src/testing/.svn/pristine/0a/
-* google-breakpad/src/testing/.svn/pristine/0a/0ac4310da7dda8affb9e3bdd36f32a1f0b15f9cc.svn-base
-* google-breakpad/src/testing/.svn/pristine/0c/
-* google-breakpad/src/testing/.svn/pristine/0c/0cb86f2f047bc1b8154b3c0d191b0e73ffd54166.svn-base
-* google-breakpad/src/testing/.svn/pristine/10/
-* google-breakpad/src/testing/.svn/pristine/10/10a680e3c3fc7afc096b383bb5237efc4c72564c.svn-base
-* google-breakpad/src/testing/.svn/pristine/12/
-* google-breakpad/src/testing/.svn/pristine/12/12073d9e0378842d993fffcdf2272fb5bb94e05c.svn-base
-* google-breakpad/src/testing/.svn/pristine/14/
-* google-breakpad/src/testing/.svn/pristine/14/1451a18eb3f038b88ccbadcbf02c1bd2716189cd.svn-base
-* google-breakpad/src/testing/.svn/pristine/1c/
-* google-breakpad/src/testing/.svn/pristine/1c/1c17a33b8bfae794988aed98d6aa5b54fedd258a.svn-base
-* google-breakpad/src/testing/.svn/pristine/1d/
-* google-breakpad/src/testing/.svn/pristine/1d/1d4719e04eaa4909ab5a59ef5cb04d2a5517716e.svn-base
-* google-breakpad/src/testing/.svn/pristine/21/
-* google-breakpad/src/testing/.svn/pristine/21/2143c76999ed9117ac8d8080667fd1527b1b275c.svn-base
-* google-breakpad/src/testing/.svn/pristine/22/
-* google-breakpad/src/testing/.svn/pristine/22/22e9b378cbfdf609228b9f5cbfa609afc9fc2309.svn-base
-* google-breakpad/src/testing/.svn/pristine/27/
-* google-breakpad/src/testing/.svn/pristine/27/27176a8ac02a4eb8bec5864f2e24757094e6ac41.svn-base
-* google-breakpad/src/testing/.svn/pristine/2a/
-* google-breakpad/src/testing/.svn/pristine/2a/2a40ac41da71da08b8036bae316dd3be422e4357.svn-base
-* google-breakpad/src/testing/.svn/pristine/32/
-* google-breakpad/src/testing/.svn/pristine/32/3241004f482b334bb69d139273698bb54a8474af.svn-base
-* google-breakpad/src/testing/.svn/pristine/33/
-* google-breakpad/src/testing/.svn/pristine/33/333c90ee11d3e6eae7ab2178bd395ae9620608b9.svn-base
-* google-breakpad/src/testing/.svn/pristine/36/
-* google-breakpad/src/testing/.svn/pristine/36/36c0e1fb3ad07d2460b2e630987cd44e26b5e8d6.svn-base
-* google-breakpad/src/testing/.svn/pristine/37/
-* google-breakpad/src/testing/.svn/pristine/37/37ed4d91f45b8cbf66b6970770d03717b37e7e7c.svn-base
-* google-breakpad/src/testing/.svn/pristine/38/
-* google-breakpad/src/testing/.svn/pristine/38/388340f2dfa87d34f0b066d10a90e42e2a5688a6.svn-base
-* google-breakpad/src/testing/.svn/pristine/3c/
-* google-breakpad/src/testing/.svn/pristine/3c/3cb4c903efea79c4833826f6e8a86e4c790dd78c.svn-base
-* google-breakpad/src/testing/.svn/pristine/3e/
-* google-breakpad/src/testing/.svn/pristine/3e/3e6fcaa234ba19e1b1442d1b66e5814f77bdada3.svn-base
-* google-breakpad/src/testing/.svn/pristine/44/
-* google-breakpad/src/testing/.svn/pristine/44/443ac6db20b4b71e3cbdf5cb15ce5e7e690c51c0.svn-base
-* google-breakpad/src/testing/.svn/pristine/44/446e8aa33b4fed078a6f84e48c523dd7a422f6a0.svn-base
-* google-breakpad/src/testing/.svn/pristine/49/
-* google-breakpad/src/testing/.svn/pristine/49/49a1787fd12ed67aa04130558085a879d0ad0ca5.svn-base
-* google-breakpad/src/testing/.svn/pristine/4e/
-* google-breakpad/src/testing/.svn/pristine/4e/4e3fc4ed662d6cd026b451acc0cf9fdac0df8fd4.svn-base
-* google-breakpad/src/testing/.svn/pristine/51/
-* google-breakpad/src/testing/.svn/pristine/51/51cb9d5171b5a35c21d361e1a962037b8115b9b0.svn-base
-* google-breakpad/src/testing/.svn/pristine/56/
-* google-breakpad/src/testing/.svn/pristine/56/5675272e1508c6a5761fb88a0852a8a972f36f3e.svn-base
-* google-breakpad/src/testing/.svn/pristine/56/56f691b51cbebc9c52300c18228c410bd3372349.svn-base
-* google-breakpad/src/testing/.svn/pristine/58/
-* google-breakpad/src/testing/.svn/pristine/58/589e95d8f13456a95c2117a7f45f51d767fc924a.svn-base
-* google-breakpad/src/testing/.svn/pristine/5a/
-* google-breakpad/src/testing/.svn/pristine/5a/5a2314153eadadc69258a9429104cd11804ea304.svn-base
-* google-breakpad/src/testing/.svn/pristine/5c/
-* google-breakpad/src/testing/.svn/pristine/5c/5c38e26ae6ebd8920424e84ff61e7491b569515d.svn-base
-* google-breakpad/src/testing/.svn/pristine/60/
-* google-breakpad/src/testing/.svn/pristine/60/601bd4396ee5cede83b81404086f263b0f70c28f.svn-base
-* google-breakpad/src/testing/.svn/pristine/61/
-* google-breakpad/src/testing/.svn/pristine/61/6112e5a0ba3a357d414f19afbaf04bed97d82d84.svn-base
-* google-breakpad/src/testing/.svn/pristine/6a/
-* google-breakpad/src/testing/.svn/pristine/6a/6a7feb59f8399cba02168f774a4b661f691a28a1.svn-base
-* google-breakpad/src/testing/.svn/pristine/6c/
-* google-breakpad/src/testing/.svn/pristine/6c/6cf660cdd2ce5f0061d727ab550ba9b21ab6349a.svn-base
-* google-breakpad/src/testing/.svn/pristine/6f/
-* google-breakpad/src/testing/.svn/pristine/6f/6f36e5838a73910cee969133cd70d2b01e6bac6c.svn-base
-* google-breakpad/src/testing/.svn/pristine/71/
-* google-breakpad/src/testing/.svn/pristine/71/710a7ba6ba0504e7029a2f605cc838d6bf01fb28.svn-base
-* google-breakpad/src/testing/.svn/pristine/72/
-* google-breakpad/src/testing/.svn/pristine/72/72b5adaad47a3166c533b67aae55993eeed563ee.svn-base
-* google-breakpad/src/testing/.svn/pristine/73/
-* google-breakpad/src/testing/.svn/pristine/73/734fb633f95cf5b14e586c9074758cb1bf0a1e18.svn-base
-* google-breakpad/src/testing/.svn/pristine/73/7355aefc248f34872c710e3b484e7841aacfcf15.svn-base
-* google-breakpad/src/testing/.svn/pristine/75/
-* google-breakpad/src/testing/.svn/pristine/75/75315f4f61ac961d8374ae81e1579ddb9d9df492.svn-base
-* google-breakpad/src/testing/.svn/pristine/76/
-* google-breakpad/src/testing/.svn/pristine/76/769617af389da85f5d41e4595d57c597c8b352ec.svn-base
-* google-breakpad/src/testing/.svn/pristine/76/76e2b66759a335c3c57c344d2fee56b9e074c6bc.svn-base
-* google-breakpad/src/testing/.svn/pristine/77/
-* google-breakpad/src/testing/.svn/pristine/77/77c8486f66e48dbe3a22625ed843323f5d9367df.svn-base
-* google-breakpad/src/testing/.svn/pristine/78/
-* google-breakpad/src/testing/.svn/pristine/78/78af6139b7b2fb85d7caad60b64e00f94391c71f.svn-base
-* google-breakpad/src/testing/.svn/pristine/78/78e98acc05f031d4bbf97ed90c2835a468274a7c.svn-base
-* google-breakpad/src/testing/.svn/pristine/7b/
-* google-breakpad/src/testing/.svn/pristine/7b/7b22b70769803dd05c33aff0a5bf5c615b5a75c8.svn-base
-* google-breakpad/src/testing/.svn/pristine/8a/
-* google-breakpad/src/testing/.svn/pristine/8a/8aa8fa620377d106712dcdaf9e96f09c8be15147.svn-base
-* google-breakpad/src/testing/.svn/pristine/8d/
-* google-breakpad/src/testing/.svn/pristine/8d/8da8de3e5460cdbdb41098f5fe0805ed641b58dd.svn-base
-* google-breakpad/src/testing/.svn/pristine/8f/
-* google-breakpad/src/testing/.svn/pristine/8f/8fcc774b6987a6a29590520c1fbb6fdda6c54c6b.svn-base
-* google-breakpad/src/testing/.svn/pristine/92/
-* google-breakpad/src/testing/.svn/pristine/92/925c78abf115437cab5268129a25d5b6eb9b7f87.svn-base
-* google-breakpad/src/testing/.svn/pristine/95/
-* google-breakpad/src/testing/.svn/pristine/95/951a5e3a938348ac6d6bb04c9a5557b62677efdd.svn-base
-* google-breakpad/src/testing/.svn/pristine/9a/
-* google-breakpad/src/testing/.svn/pristine/9a/9a273b92b2bbe3872ead63bc89655c1a7bb4e35b.svn-base
-* google-breakpad/src/testing/.svn/pristine/9b/
-* google-breakpad/src/testing/.svn/pristine/9b/9b69c3ab4e5b6aa5beeaa528ba79722b6ff12a1a.svn-base
-* google-breakpad/src/testing/.svn/pristine/9c/
-* google-breakpad/src/testing/.svn/pristine/9c/9ce43a5f6fb1a1918e4bb542244d99e58a497cd4.svn-base
-* google-breakpad/src/testing/.svn/pristine/9e/
-* google-breakpad/src/testing/.svn/pristine/9e/9e7455d4fff59563b2f0d8cae98119f5f8ba92c4.svn-base
-* google-breakpad/src/testing/.svn/pristine/a1/
-* google-breakpad/src/testing/.svn/pristine/a1/a18a90ff4bc313365dbac8b5eb03219cb240f98b.svn-base
-* google-breakpad/src/testing/.svn/pristine/a3/
-* google-breakpad/src/testing/.svn/pristine/a3/a33191df383615c396b43eebadcb2d61f44c8abe.svn-base
-* google-breakpad/src/testing/.svn/pristine/a6/
-* google-breakpad/src/testing/.svn/pristine/a6/a64b4c57ee8a47cb6756168ae15a5ccdc9d2c6c7.svn-base
-* google-breakpad/src/testing/.svn/pristine/aa/
-* google-breakpad/src/testing/.svn/pristine/aa/aa04ec409fc728543a41d5dfcb14d11067ec408a.svn-base
-* google-breakpad/src/testing/.svn/pristine/ab/
-* google-breakpad/src/testing/.svn/pristine/ab/ab0bbd90f7a78a6ba72e21717dd3e249c4345a5f.svn-base
-* google-breakpad/src/testing/.svn/pristine/b1/
-* google-breakpad/src/testing/.svn/pristine/b1/b1d0b3b3038c671724180f37ef2d54d43cf1a434.svn-base
-* google-breakpad/src/testing/.svn/pristine/b2/
-* google-breakpad/src/testing/.svn/pristine/b2/b23795b1364dcbf2f772035a28dd51702d451640.svn-base
-* google-breakpad/src/testing/.svn/pristine/b4/
-* google-breakpad/src/testing/.svn/pristine/b4/b409e683081527058e9f5d917a44b52c47b32334.svn-base
-* google-breakpad/src/testing/.svn/pristine/b5/
-* google-breakpad/src/testing/.svn/pristine/b5/b590b6d0ecadcd136d29779b7ba5ac21f04b3acb.svn-base
-* google-breakpad/src/testing/.svn/pristine/b6/
-* google-breakpad/src/testing/.svn/pristine/b6/b699805dc68c51389f1fad33d87e3baea91b034c.svn-base
-* google-breakpad/src/testing/.svn/pristine/ba/
-* google-breakpad/src/testing/.svn/pristine/ba/ba68ee1ff279dad46a39836de845f9790edad98b.svn-base
-* google-breakpad/src/testing/.svn/pristine/bc/
-* google-breakpad/src/testing/.svn/pristine/bc/bcefea8350e9ec0dd6cf0887c1e9c3468038fec7.svn-base
-* google-breakpad/src/testing/.svn/pristine/be/
-* google-breakpad/src/testing/.svn/pristine/be/be357f91693a8657a54bef6bc8da94b82785cbbd.svn-base
-* google-breakpad/src/testing/.svn/pristine/bf/
-* google-breakpad/src/testing/.svn/pristine/bf/bfa7d3669c8dc55c004c527517750e10af2fd94b.svn-base
-* google-breakpad/src/testing/.svn/pristine/c3/
-* google-breakpad/src/testing/.svn/pristine/c3/c3e36d47b06c58cf86b1d45eb90c9cf777873623.svn-base
-* google-breakpad/src/testing/.svn/pristine/ca/
-* google-breakpad/src/testing/.svn/pristine/ca/ca3647bb914ba0036549ec12f9ca25f7c88e2026.svn-base
-* google-breakpad/src/testing/.svn/pristine/d2/
-* google-breakpad/src/testing/.svn/pristine/d2/d2dbc65cf0dc8104870ebc76a31c825c9999582f.svn-base
-* google-breakpad/src/testing/.svn/pristine/d9/
-* google-breakpad/src/testing/.svn/pristine/d9/d9516b5fec4202a531f5f2b8ad042039b8c65b82.svn-base
-* google-breakpad/src/testing/.svn/pristine/da/
-* google-breakpad/src/testing/.svn/pristine/da/da39a3ee5e6b4b0d3255bfef95601890afd80709.svn-base
-* google-breakpad/src/testing/.svn/pristine/db/
-* google-breakpad/src/testing/.svn/pristine/db/db218c11cbe6fc7d716974556e5b5495330e9ba7.svn-base
-* google-breakpad/src/testing/.svn/pristine/e1/
-* google-breakpad/src/testing/.svn/pristine/e1/e13cfc56400c29282ca33acb7705958cccb97b3f.svn-base
-* google-breakpad/src/testing/.svn/pristine/e2/
-* google-breakpad/src/testing/.svn/pristine/e2/e2bbff7127219e6c8904e0c656df7138d5579aa2.svn-base
-* google-breakpad/src/testing/.svn/pristine/e8/
-* google-breakpad/src/testing/.svn/pristine/e8/e8bc659daed66480f0495d73a7149eff01a6f50a.svn-base
-* google-breakpad/src/testing/.svn/pristine/ea/
-* google-breakpad/src/testing/.svn/pristine/ea/eac6cff44646d73e6b45aad1f3d1af3d87dacb03.svn-base
-* google-breakpad/src/testing/.svn/pristine/ed/
-* google-breakpad/src/testing/.svn/pristine/ed/ed1b88846a85808ea12f8c8c72a7f8acb9aaea9a.svn-base
-* google-breakpad/src/testing/.svn/pristine/ee/
-* google-breakpad/src/testing/.svn/pristine/ee/ee0c5f56278dee7d95d72012fcd151410edc65eb.svn-base
-* google-breakpad/src/testing/.svn/pristine/f3/
-* google-breakpad/src/testing/.svn/pristine/f3/f360e090032f63976634acd7a97ff6800350ac3b.svn-base
-* google-breakpad/src/testing/.svn/pristine/f9/
-* google-breakpad/src/testing/.svn/pristine/f9/f9258d904084f4cf041b271994276627853dce49.svn-base
-* google-breakpad/src/testing/.svn/wc.db
-* google-breakpad/src/testing/CHANGES
-* google-breakpad/src/testing/CMakeLists.txt
-* google-breakpad/src/testing/CONTRIBUTORS
-* google-breakpad/src/testing/LICENSE
-* google-breakpad/src/testing/Makefile.am
-* google-breakpad/src/testing/README
-* google-breakpad/src/testing/build-aux/
-* google-breakpad/src/testing/build-aux/.keep
-* google-breakpad/src/testing/configure.ac
-* google-breakpad/src/testing/gtest/
-* google-breakpad/src/testing/gtest/.svn/
-* google-breakpad/src/testing/gtest/.svn/entries
-* google-breakpad/src/testing/gtest/.svn/format
-* google-breakpad/src/testing/gtest/.svn/pristine/
-* google-breakpad/src/testing/gtest/.svn/pristine/02/
-* google-breakpad/src/testing/gtest/.svn/pristine/02/02bbc2163b398d8411a21b9a477ea0de5a07f48b.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/03/
-* google-breakpad/src/testing/gtest/.svn/pristine/03/038f60256cd2b7a060bd2a3a2d657fd3684619df.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/03/03ca3192404877230b57600ec073e9997f37aba0.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/04/
-* google-breakpad/src/testing/gtest/.svn/pristine/04/042d921ee6a3c11524fbc3431da3b190dd2d31c6.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/04/04454cc4b2f890a4a4e194af5548cef1a77508b2.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/06/
-* google-breakpad/src/testing/gtest/.svn/pristine/06/061aaacead027985b0eafc6180964d4dd2d1a060.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/07/
-* google-breakpad/src/testing/gtest/.svn/pristine/07/0727e874e87352c644e824e53f4b8fd9ce60bd5f.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/07/075c7621682189ab64c140293966cfba185fb0a5.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/0a/
-* google-breakpad/src/testing/gtest/.svn/pristine/0a/0ab66044f268d3b9201bf46c50e215da075d8fe6.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/0b/
-* google-breakpad/src/testing/gtest/.svn/pristine/0b/0b3d71487fa61d541d2a37e1f7b73354dc34df01.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/0e/
-* google-breakpad/src/testing/gtest/.svn/pristine/0e/0ede69d05bb131da5a02a0517c695a3c37fb02a7.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/10/
-* google-breakpad/src/testing/gtest/.svn/pristine/10/10688e962c0513ab60f7f1518ac8f6ecd8fec5fb.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/10/10d1e938e0047e2c232d3e9739f27a1de4d2d7db.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/10/10dd7f56f334d998194e03412a7cfbd100dbe9ac.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/14/
-* google-breakpad/src/testing/gtest/.svn/pristine/14/14ad81721c7d103fc8ae96c155fc3a359e78bed7.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/15/
-* google-breakpad/src/testing/gtest/.svn/pristine/15/155d52129d83a5a8ba5dbf2679daeeadd26c7ebb.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/15/15b28e4a63d0c9c8239ae6c1657778e0e1cd2cee.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/17/
-* google-breakpad/src/testing/gtest/.svn/pristine/17/1713a48d5f9cbee6bb7ed7012da9e6aca2a3e1ab.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/17/17494a29cfa14cd632d86d61dfe9775bddae7570.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/19/
-* google-breakpad/src/testing/gtest/.svn/pristine/19/19fe01a5c94e10226965314d79ac867028256687.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/1f/
-* google-breakpad/src/testing/gtest/.svn/pristine/1f/1f718cd8fe0e021d4f84539dcd8b2f1a57a6e373.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/20/
-* google-breakpad/src/testing/gtest/.svn/pristine/20/208124bca593cbccadeaf939f6d61bbb7b27b5e2.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/26/
-* google-breakpad/src/testing/gtest/.svn/pristine/26/2612ecf2f6188b26954828cacd59ce34ac188f80.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/26/267a8056d000e4e82a7b0566310a5763d7bea2ea.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/27/
-* google-breakpad/src/testing/gtest/.svn/pristine/27/270ed2da265f1c92afe82626f2a54938482a582c.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/27/2777571dea4e55d126fa62d8a8e91b91eabecfe7.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/29/
-* google-breakpad/src/testing/gtest/.svn/pristine/29/29ede7670b71551a3d40feb0e12be14583e3ade8.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/2b/
-* google-breakpad/src/testing/gtest/.svn/pristine/2b/2b754776d9c9a23e45f120738f75de3fe9442585.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/33/
-* google-breakpad/src/testing/gtest/.svn/pristine/33/3361b980ca3d01dd398c872ea465b20bdc503bbd.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/36/
-* google-breakpad/src/testing/gtest/.svn/pristine/36/3697e099884dfa5f74ce5ceb1ce09cd5d36a2e5c.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/38/
-* google-breakpad/src/testing/gtest/.svn/pristine/38/3882acc8d06efd3f5c168f7e7c37935a00b2f094.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/38/389fb6be49b3bbf74ceb3889a80850cedd72dfc1.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/3a/
-* google-breakpad/src/testing/gtest/.svn/pristine/3a/3ab55acb3a8e8a0a23c5abd7c5668098c0105774.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/3b/
-* google-breakpad/src/testing/gtest/.svn/pristine/3b/3bbf058c87a31f8f610ba20d9ac5446c96fbfb2d.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/3f/
-* google-breakpad/src/testing/gtest/.svn/pristine/3f/3f9daa5a44436b1d4ec652772ff722ecb53d020d.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/40/
-* google-breakpad/src/testing/gtest/.svn/pristine/40/4019446108707a1bd4aaf52e0b924d9353962c66.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/41/
-* google-breakpad/src/testing/gtest/.svn/pristine/41/41c74b8b2f9a0e84617b51607bcedb385786c8f1.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/43/
-* google-breakpad/src/testing/gtest/.svn/pristine/43/4344135ca2f974289e93bd42c07ed50cd2df6e0e.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/44/
-* google-breakpad/src/testing/gtest/.svn/pristine/44/446ad68bb13d4b244c5209067fdfd1c07241a39f.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/46/
-* google-breakpad/src/testing/gtest/.svn/pristine/46/4600fb6dd65ba47418b60aa0779f8a692873e337.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/48/
-* google-breakpad/src/testing/gtest/.svn/pristine/48/48a4befaaa0a77a8524dbc28fe803e3588d081dc.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/4a/
-* google-breakpad/src/testing/gtest/.svn/pristine/4a/4ac2c2ad9420d0b1a8a9dd740dce48fb8854c32f.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/4b/
-* google-breakpad/src/testing/gtest/.svn/pristine/4b/4b4a8d80038b93cb38d752bcf2a4bb8063caa2c7.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/4d/
-* google-breakpad/src/testing/gtest/.svn/pristine/4d/4d1246f0153b5ac0364f7d2944f4536265b6dc2c.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/4f/
-* google-breakpad/src/testing/gtest/.svn/pristine/4f/4f9f0b48aea72bd650705ea5995ad0b163927d8b.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/4f/4fb2acaa37934bb4307f55ba905e01eb3ff286a6.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/51/
-* google-breakpad/src/testing/gtest/.svn/pristine/51/514262cb524c8777b6ce7cdb0e66ff540d5abc8f.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/51/51d6fb87645db9724b8a899286a90a0dbe25cd72.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/53/
-* google-breakpad/src/testing/gtest/.svn/pristine/53/53600c6cc906870f7015239cdecddefc4d0102c4.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/55/
-* google-breakpad/src/testing/gtest/.svn/pristine/55/5508525a2bf04314b58641b9c363f06e71ab43d2.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/55/55b0be1bc4ac23f64d6eb679dc87f74705d14af4.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/56/
-* google-breakpad/src/testing/gtest/.svn/pristine/56/5613eaea9c8ac58b0007501985a46b9e655fd244.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/56/56bc67df1cf8a1d0d60c600fbe200393206cf1ad.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/58/
-* google-breakpad/src/testing/gtest/.svn/pristine/58/587b460e3fdaf810755cf503621335fef7debc1e.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/5a/
-* google-breakpad/src/testing/gtest/.svn/pristine/5a/5a2314153eadadc69258a9429104cd11804ea304.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/5b/
-* google-breakpad/src/testing/gtest/.svn/pristine/5b/5b92dcdfd9022dffd59ee3a02f021c9db1932820.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/5c/
-* google-breakpad/src/testing/gtest/.svn/pristine/5c/5c20c66a6d7c1bbcb34b7b52094dfa1f544c9b73.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/5e/
-* google-breakpad/src/testing/gtest/.svn/pristine/5e/5e057c00fc3f29c1db50bd36981fa6de895143b1.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/60/
-* google-breakpad/src/testing/gtest/.svn/pristine/60/603c459b9084980f99b125cb152e23dbbb410b32.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/60/60766aa66eba13fec6e6d4b8cad0a4f577b0ae4e.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/62/
-* google-breakpad/src/testing/gtest/.svn/pristine/62/6205e73fbd5383a4e0c667259b8ef9e92d275149.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/63/
-* google-breakpad/src/testing/gtest/.svn/pristine/63/634186ed4f62998b8916d036f6ce2b1da5304efc.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/67/
-* google-breakpad/src/testing/gtest/.svn/pristine/67/67756a05f2ddd5b441c79b91510bdef395979798.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/68/
-* google-breakpad/src/testing/gtest/.svn/pristine/68/68862655537716be78be634a5e3378a497ae0047.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/6a/
-* google-breakpad/src/testing/gtest/.svn/pristine/6a/6abbfe783d86d6f564cfa3c0690e9ba116f218c7.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/6e/
-* google-breakpad/src/testing/gtest/.svn/pristine/6e/6eb9fa1400f05a333c60435fdee27b194badc362.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/72/
-* google-breakpad/src/testing/gtest/.svn/pristine/72/7218b6fd7eb28beac5a06f51add61ef8579a1324.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/73/
-* google-breakpad/src/testing/gtest/.svn/pristine/73/730a49ff1ad26c65fcb6a244a28750158863cb0f.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/73/738f5dc1d5c3df1fd6ced123b8b76ed3642a4323.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/73/73d2be6ae947382fcf2afc8f0bb9aedec5cc8133.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/73/73fa7741fe04e425f0e70eba2a2db9cb9a731dc9.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/74/
-* google-breakpad/src/testing/gtest/.svn/pristine/74/7432dc3043adef73946da141e6bc291adfe7920c.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/74/746c4386e6926d90c006e5123cfc21d9af9199e1.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/75/
-* google-breakpad/src/testing/gtest/.svn/pristine/75/750af55104c06c80222f82bc191106aed047766b.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/77/
-* google-breakpad/src/testing/gtest/.svn/pristine/77/77d4709218f3f0f505645260d5821c58244394b8.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/79/
-* google-breakpad/src/testing/gtest/.svn/pristine/79/7999a65f8a9c44aceb22af5a4dd852a4ccef9d09.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/7d/
-* google-breakpad/src/testing/gtest/.svn/pristine/7d/7dea3bfaf52f66bd192c2caf3ef41738c0e6b8f5.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/7f/
-* google-breakpad/src/testing/gtest/.svn/pristine/7f/7f828ae6bb8166c01ca928557beb03a31c331096.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/80/
-* google-breakpad/src/testing/gtest/.svn/pristine/80/8001a29df5f7229ea1cc754b52e18a8d5478e1e2.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/80/80656479871729763aa45d0c988747a5e2e8b77d.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/84/
-* google-breakpad/src/testing/gtest/.svn/pristine/84/840572da5b9ac5e46f20b0a2f848db8d3cfe8db8.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/85/
-* google-breakpad/src/testing/gtest/.svn/pristine/85/85f75e36cadc9b9f86ca7b00a1295f26aef1a846.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/86/
-* google-breakpad/src/testing/gtest/.svn/pristine/86/8604585d5843ae3d6d5a1e7a649c7326f6ea45b8.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/86/86f1b4aad88584be0774c2eb95fc7aa08f47df8a.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/88/
-* google-breakpad/src/testing/gtest/.svn/pristine/88/88418e80da814c8b3fc59d4b320da2be874b9280.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/89/
-* google-breakpad/src/testing/gtest/.svn/pristine/89/89d900f9a28f7c172febcd65562903f0bb6803cd.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/89/89ef41b5b1a9ffea39ce54e4160a60ce9e834428.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/89/89fa5859b71825b156ea63b090cc3a3cb97b31d4.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/8f/
-* google-breakpad/src/testing/gtest/.svn/pristine/8f/8f2db9aadf7987ef494ad0886dfcc7d65d25f4a8.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/8f/8f46969cf303cb3d5376c335c22967897dc8d444.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/8f/8f4b5feff013052362aa95863f74457d4db71e03.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/8f/8f8fbb1a7a6d3429b531f336a4b51285a4a9be86.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/91/
-* google-breakpad/src/testing/gtest/.svn/pristine/91/915390cb423e2b4428eece015af9994b611cb781.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/91/91b7fcc6f632204fee176a7b08353cd9e9f93472.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/92/
-* google-breakpad/src/testing/gtest/.svn/pristine/92/924b12b1f2f386c3a0fcedecb66e3675afbf88d1.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/93/
-* google-breakpad/src/testing/gtest/.svn/pristine/93/93c807f626e541c2b306cb575a43c6bdaa601563.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/97/
-* google-breakpad/src/testing/gtest/.svn/pristine/97/97dd088bb3781d1cff1c962c86719f3e5078c0aa.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/9b/
-* google-breakpad/src/testing/gtest/.svn/pristine/9b/9b10a61fb52ea298e7ac72ece9b52b9c123fa075.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/9b/9b60b93db544925f29c03824bde525044798ad0e.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/9c/
-* google-breakpad/src/testing/gtest/.svn/pristine/9c/9c9a37a97c1ddbc49e3beceb6fc828d3aa963f62.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/9d/
-* google-breakpad/src/testing/gtest/.svn/pristine/9d/9dada7b6efa6133919e7dae4aa66f2aff1622300.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/a0/
-* google-breakpad/src/testing/gtest/.svn/pristine/a0/a0a5c161fb5e7d97144c836c542b214d6094f387.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/a0/a0c95fcfdc5c584ed3f0d704414741fa4dee3589.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/a1/
-* google-breakpad/src/testing/gtest/.svn/pristine/a1/a138bb7cfea546c5d0fa7920e11bbeddd179b1c7.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/a1/a1a57992edaa1c1c0434b52c91b0d7ffbbc38cea.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/a1/a1eb18dbe581f86886ae394d960cc2d4d7df5f3c.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/a3/
-* google-breakpad/src/testing/gtest/.svn/pristine/a3/a3c7c8910b5f088a3eb69957a03edc6acc8a6ccb.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/a5/
-* google-breakpad/src/testing/gtest/.svn/pristine/a5/a5ca3a6e02cdd8cbbde91fc4f993d62a53ebf37c.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/a8/
-* google-breakpad/src/testing/gtest/.svn/pristine/a8/a8bce7770976d203c4bb5b532ef30f8724c6bc71.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/aa/
-* google-breakpad/src/testing/gtest/.svn/pristine/aa/aa04ec409fc728543a41d5dfcb14d11067ec408a.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/aa/aa24d0d784f139f1bfcbd18dd2e1e3f47da7ee48.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/ab/
-* google-breakpad/src/testing/gtest/.svn/pristine/ab/aba000e78c117994fe84095975be7e17dedcd443.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/ac/
-* google-breakpad/src/testing/gtest/.svn/pristine/ac/acb9708685bc9c8a841e1156695366272a825549.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/ad/
-* google-breakpad/src/testing/gtest/.svn/pristine/ad/add4561c3877c0f89f196677f0c9d78ed61b2f7c.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/ae/
-* google-breakpad/src/testing/gtest/.svn/pristine/ae/ae1d5387d5fec27581ccc2f5bae8497999a13f67.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/ae/aec85a331738707710eaa9b4e8d27af317fac594.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/b1/
-* google-breakpad/src/testing/gtest/.svn/pristine/b1/b1affd080f5004a0268b308c0fcca6d90eaf2d6e.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/b2/
-* google-breakpad/src/testing/gtest/.svn/pristine/b2/b263c44520f5649b9bcddaf1bd6d559ca5b6685c.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/b2/b2eca3c8863ad508644ccefd5d93e7570b357c39.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/b3/
-* google-breakpad/src/testing/gtest/.svn/pristine/b3/b3d20b376bb0011fc07a11f8ea6ad058d9ef7e4e.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/b3/b3d77eeaff76dafd940964f7049ca86b56c8e507.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/b4/
-* google-breakpad/src/testing/gtest/.svn/pristine/b4/b4a98b70d02234d569c4ed854bac1e787f71d62d.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/ba/
-* google-breakpad/src/testing/gtest/.svn/pristine/ba/ba104b2d1d8fb3bf54fe099eed5c11e1ff4a9de3.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/bf/
-* google-breakpad/src/testing/gtest/.svn/pristine/bf/bf925c59fae9303967d06444ecf2c06920b8f185.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/c3/
-* google-breakpad/src/testing/gtest/.svn/pristine/c3/c319575b40bd159fb875d921deb4df4b1b4f8fce.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/c3/c39c6f7327c77a144b393efd26173ced96de76c6.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/c5/
-* google-breakpad/src/testing/gtest/.svn/pristine/c5/c54e7742c5b93f9a2c89abc51057548ac0e10ee8.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/c9/
-* google-breakpad/src/testing/gtest/.svn/pristine/c9/c981b44af0b463f59c2cbe97aab1868df57c87b8.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/ca/
-* google-breakpad/src/testing/gtest/.svn/pristine/ca/ca4faca245dffd232e3cf21dc1f30dfbe4e6843b.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/cb/
-* google-breakpad/src/testing/gtest/.svn/pristine/cb/cb8f3a748349c8f2fca56ef39955e9393cbaa069.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/cc/
-* google-breakpad/src/testing/gtest/.svn/pristine/cc/cc434be90938770c09007b4f59f3d6998837ec4f.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/ce/
-* google-breakpad/src/testing/gtest/.svn/pristine/ce/ce6e2c9793e862571b40a7dd7ca34ccf9ca83fd8.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/d4/
-* google-breakpad/src/testing/gtest/.svn/pristine/d4/d405308c0e7d9ef54cdd364f63526bc2bd650aee.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/d4/d4468b137bbcfb5fcf8af9fab9993fa797bee3d6.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/d4/d4aad67e62810fc952f5b010173b46c3a0f1d96f.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/d5/
-* google-breakpad/src/testing/gtest/.svn/pristine/d5/d5528ed4ba28d8303622a1b8299fa371edd3ffbd.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/d5/d5c39ee54532b2d8d1475dacb772c4c5d394c776.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/d7/
-* google-breakpad/src/testing/gtest/.svn/pristine/d7/d74abe0cbdd003d024e133e41af552ad397904b0.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/d8/
-* google-breakpad/src/testing/gtest/.svn/pristine/d8/d8957300cf13ef084fef6e086692dff4308330c1.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/da/
-* google-breakpad/src/testing/gtest/.svn/pristine/da/da046e66721148e776f83eb28bed082fd47ade68.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/da/da39a3ee5e6b4b0d3255bfef95601890afd80709.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/da/da8f33e8e3203738668bc252fbee9ac63c41c519.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/db/
-* google-breakpad/src/testing/gtest/.svn/pristine/db/db993d0182c291b2eb8800b8f23d42ea151a48b7.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/dc/
-* google-breakpad/src/testing/gtest/.svn/pristine/dc/dc1219535e0da1bc16c287d7ea5c99d820687b2a.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/e3/
-* google-breakpad/src/testing/gtest/.svn/pristine/e3/e3a66063adcb2ec2b48064abbdea8b4dffad87cd.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/e4/
-* google-breakpad/src/testing/gtest/.svn/pristine/e4/e4903b96bedf2aa4487718c8e7c51bfbc575933d.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/e5/
-* google-breakpad/src/testing/gtest/.svn/pristine/e5/e5f59898af7c35fa2eae55ec897a0c308a55b7ef.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/e6/
-* google-breakpad/src/testing/gtest/.svn/pristine/e6/e6bde260b94ac189c2f5c17ef82de2424e15ed4b.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/e6/e6cf38c5f8eed878209510e4fb8517b9880eaad4.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/ea/
-* google-breakpad/src/testing/gtest/.svn/pristine/ea/ea70b610fa2ff8777cb905243ecbdf4f37869c88.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/ed/
-* google-breakpad/src/testing/gtest/.svn/pristine/ed/ed9273c2e9155ebea585745b0412f17c44c0deef.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/ed/edec3d2f77b34c75eb6394158bfe956f896f2c3d.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/ee/
-* google-breakpad/src/testing/gtest/.svn/pristine/ee/ee7db8e1b4ded4436c362cf28eb257c1f40e61af.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/ef/
-* google-breakpad/src/testing/gtest/.svn/pristine/ef/ef5c63a672d1680e53871d541579a856414e0e7b.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/f3/
-* google-breakpad/src/testing/gtest/.svn/pristine/f3/f37e50a5db1f5b0e0eeec7f945710af7194921e5.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/f4/
-* google-breakpad/src/testing/gtest/.svn/pristine/f4/f4e9333d3637d5751afb25c0464b301a0ede10e0.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/f5/
-* google-breakpad/src/testing/gtest/.svn/pristine/f5/f5675a2b994d190dbd4cb4ab769b861932c5f6f4.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/f6/
-* google-breakpad/src/testing/gtest/.svn/pristine/f6/f6ce6eee3dee4975c2b1a334e76828da65918b55.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/f9/
-* google-breakpad/src/testing/gtest/.svn/pristine/f9/f99a00281da65e2889c7a1239c62df2403d8b47c.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/fa/
-* google-breakpad/src/testing/gtest/.svn/pristine/fa/fa4baf3de136b8b96ffd44c66047e8b520f1fc76.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/fa/fa56ae8d9bd01632325d84685f00fb9f1171a4b2.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/fb/
-* google-breakpad/src/testing/gtest/.svn/pristine/fb/fba90968d974c15d071bd8ea2aeab5f469f64c25.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/fb/fbc35f7e0c84cb5d5ee124254469a9959c275b09.svn-base
-* google-breakpad/src/testing/gtest/.svn/pristine/ff/
-* google-breakpad/src/testing/gtest/.svn/pristine/ff/ffbd289a554250a88e1df9aed9e1dc4ea08ad8c3.svn-base
-* google-breakpad/src/testing/gtest/.svn/wc.db
-* google-breakpad/src/testing/gtest/CHANGES
-* google-breakpad/src/testing/gtest/CMakeLists.txt
-* google-breakpad/src/testing/gtest/CONTRIBUTORS
-* google-breakpad/src/testing/gtest/LICENSE
-* google-breakpad/src/testing/gtest/Makefile.am
-* google-breakpad/src/testing/gtest/README
-* google-breakpad/src/testing/gtest/build-aux/
-* google-breakpad/src/testing/gtest/build-aux/.keep
-* google-breakpad/src/testing/gtest/cmake/
-* google-breakpad/src/testing/gtest/cmake/internal_utils.cmake
-* google-breakpad/src/testing/gtest/codegear/
-* google-breakpad/src/testing/gtest/codegear/gtest.cbproj
-* google-breakpad/src/testing/gtest/codegear/gtest.groupproj
-* google-breakpad/src/testing/gtest/codegear/gtest_all.cc
-* google-breakpad/src/testing/gtest/codegear/gtest_link.cc
-* google-breakpad/src/testing/gtest/codegear/gtest_main.cbproj
-* google-breakpad/src/testing/gtest/codegear/gtest_unittest.cbproj
-* google-breakpad/src/testing/gtest/configure.ac
-* google-breakpad/src/testing/gtest/include/
-* google-breakpad/src/testing/gtest/include/gtest/
-* google-breakpad/src/testing/gtest/include/gtest/gtest-death-test.h
-* google-breakpad/src/testing/gtest/include/gtest/gtest-message.h
-* google-breakpad/src/testing/gtest/include/gtest/gtest-param-test.h
-* google-breakpad/src/testing/gtest/include/gtest/gtest-param-test.h.pump
-* google-breakpad/src/testing/gtest/include/gtest/gtest-printers.h
-* google-breakpad/src/testing/gtest/include/gtest/gtest-spi.h
-* google-breakpad/src/testing/gtest/include/gtest/gtest-test-part.h
-* google-breakpad/src/testing/gtest/include/gtest/gtest-typed-test.h
-* google-breakpad/src/testing/gtest/include/gtest/gtest.h
-* google-breakpad/src/testing/gtest/include/gtest/gtest_pred_impl.h
-* google-breakpad/src/testing/gtest/include/gtest/gtest_prod.h
-* google-breakpad/src/testing/gtest/include/gtest/internal/
-* google-breakpad/src/testing/gtest/include/gtest/internal/gtest-death-test-internal.h
-* google-breakpad/src/testing/gtest/include/gtest/internal/gtest-filepath.h
-* google-breakpad/src/testing/gtest/include/gtest/internal/gtest-internal.h
-* google-breakpad/src/testing/gtest/include/gtest/internal/gtest-linked_ptr.h
-* google-breakpad/src/testing/gtest/include/gtest/internal/gtest-param-util-generated.h
-* google-breakpad/src/testing/gtest/include/gtest/internal/gtest-param-util-generated.h.pump
-* google-breakpad/src/testing/gtest/include/gtest/internal/gtest-param-util.h
-* google-breakpad/src/testing/gtest/include/gtest/internal/gtest-port.h
-* google-breakpad/src/testing/gtest/include/gtest/internal/gtest-string.h
-* google-breakpad/src/testing/gtest/include/gtest/internal/gtest-tuple.h
-* google-breakpad/src/testing/gtest/include/gtest/internal/gtest-tuple.h.pump
-* google-breakpad/src/testing/gtest/include/gtest/internal/gtest-type-util.h
-* google-breakpad/src/testing/gtest/include/gtest/internal/gtest-type-util.h.pump
-* google-breakpad/src/testing/gtest/m4/
-* google-breakpad/src/testing/gtest/m4/acx_pthread.m4
-* google-breakpad/src/testing/gtest/m4/gtest.m4
-* google-breakpad/src/testing/gtest/make/
-* google-breakpad/src/testing/gtest/make/Makefile
-* google-breakpad/src/testing/gtest/msvc/
-* google-breakpad/src/testing/gtest/msvc/gtest-md.sln
-* google-breakpad/src/testing/gtest/msvc/gtest-md.vcproj
-* google-breakpad/src/testing/gtest/msvc/gtest.sln
-* google-breakpad/src/testing/gtest/msvc/gtest.vcproj
-* google-breakpad/src/testing/gtest/msvc/gtest_main-md.vcproj
-* google-breakpad/src/testing/gtest/msvc/gtest_main.vcproj
-* google-breakpad/src/testing/gtest/msvc/gtest_prod_test-md.vcproj
-* google-breakpad/src/testing/gtest/msvc/gtest_prod_test.vcproj
-* google-breakpad/src/testing/gtest/msvc/gtest_unittest-md.vcproj
-* google-breakpad/src/testing/gtest/msvc/gtest_unittest.vcproj
-* google-breakpad/src/testing/gtest/samples/
-* google-breakpad/src/testing/gtest/samples/prime_tables.h
-* google-breakpad/src/testing/gtest/samples/sample1.cc
-* google-breakpad/src/testing/gtest/samples/sample1.h
-* google-breakpad/src/testing/gtest/samples/sample10_unittest.cc
-* google-breakpad/src/testing/gtest/samples/sample1_unittest.cc
-* google-breakpad/src/testing/gtest/samples/sample2.cc
-* google-breakpad/src/testing/gtest/samples/sample2.h
-* google-breakpad/src/testing/gtest/samples/sample2_unittest.cc
-* google-breakpad/src/testing/gtest/samples/sample3-inl.h
-* google-breakpad/src/testing/gtest/samples/sample3_unittest.cc
-* google-breakpad/src/testing/gtest/samples/sample4.cc
-* google-breakpad/src/testing/gtest/samples/sample4.h
-* google-breakpad/src/testing/gtest/samples/sample4_unittest.cc
-* google-breakpad/src/testing/gtest/samples/sample5_unittest.cc
-* google-breakpad/src/testing/gtest/samples/sample6_unittest.cc
-* google-breakpad/src/testing/gtest/samples/sample7_unittest.cc
-* google-breakpad/src/testing/gtest/samples/sample8_unittest.cc
-* google-breakpad/src/testing/gtest/samples/sample9_unittest.cc
-* google-breakpad/src/testing/gtest/scripts/
-* google-breakpad/src/testing/gtest/scripts/fuse_gtest_files.py
-* google-breakpad/src/testing/gtest/scripts/gen_gtest_pred_impl.py
-* google-breakpad/src/testing/gtest/scripts/gtest-config.in
-* google-breakpad/src/testing/gtest/scripts/pump.py
-* google-breakpad/src/testing/gtest/scripts/test/
-* google-breakpad/src/testing/gtest/scripts/test/Makefile
-* google-breakpad/src/testing/gtest/scripts/upload.py
-* google-breakpad/src/testing/gtest/scripts/upload_gtest.py
-* google-breakpad/src/testing/gtest/src/
-* google-breakpad/src/testing/gtest/src/gtest-all.cc
-* google-breakpad/src/testing/gtest/src/gtest-death-test.cc
-* google-breakpad/src/testing/gtest/src/gtest-filepath.cc
-* google-breakpad/src/testing/gtest/src/gtest-internal-inl.h
-* google-breakpad/src/testing/gtest/src/gtest-port.cc
-* google-breakpad/src/testing/gtest/src/gtest-printers.cc
-* google-breakpad/src/testing/gtest/src/gtest-test-part.cc
-* google-breakpad/src/testing/gtest/src/gtest-typed-test.cc
-* google-breakpad/src/testing/gtest/src/gtest.cc
-* google-breakpad/src/testing/gtest/src/gtest_main.cc
-* google-breakpad/src/testing/gtest/test/
-* google-breakpad/src/testing/gtest/test/gtest-death-test_ex_test.cc
-* google-breakpad/src/testing/gtest/test/gtest-death-test_test.cc
-* google-breakpad/src/testing/gtest/test/gtest-filepath_test.cc
-* google-breakpad/src/testing/gtest/test/gtest-linked_ptr_test.cc
-* google-breakpad/src/testing/gtest/test/gtest-listener_test.cc
-* google-breakpad/src/testing/gtest/test/gtest-message_test.cc
-* google-breakpad/src/testing/gtest/test/gtest-options_test.cc
-* google-breakpad/src/testing/gtest/test/gtest-param-test2_test.cc
-* google-breakpad/src/testing/gtest/test/gtest-param-test_test.cc
-* google-breakpad/src/testing/gtest/test/gtest-param-test_test.h
-* google-breakpad/src/testing/gtest/test/gtest-port_test.cc
-* google-breakpad/src/testing/gtest/test/gtest-printers_test.cc
-* google-breakpad/src/testing/gtest/test/gtest-test-part_test.cc
-* google-breakpad/src/testing/gtest/test/gtest-tuple_test.cc
-* google-breakpad/src/testing/gtest/test/gtest-typed-test2_test.cc
-* google-breakpad/src/testing/gtest/test/gtest-typed-test_test.cc
-* google-breakpad/src/testing/gtest/test/gtest-typed-test_test.h
-* google-breakpad/src/testing/gtest/test/gtest-unittest-api_test.cc
-* google-breakpad/src/testing/gtest/test/gtest_all_test.cc
-* google-breakpad/src/testing/gtest/test/gtest_break_on_failure_unittest.py
-* google-breakpad/src/testing/gtest/test/gtest_break_on_failure_unittest_.cc
-* google-breakpad/src/testing/gtest/test/gtest_catch_exceptions_test.py
-* google-breakpad/src/testing/gtest/test/gtest_catch_exceptions_test_.cc
-* google-breakpad/src/testing/gtest/test/gtest_color_test.py
-* google-breakpad/src/testing/gtest/test/gtest_color_test_.cc
-* google-breakpad/src/testing/gtest/test/gtest_env_var_test.py
-* google-breakpad/src/testing/gtest/test/gtest_env_var_test_.cc
-* google-breakpad/src/testing/gtest/test/gtest_environment_test.cc
-* google-breakpad/src/testing/gtest/test/gtest_filter_unittest.py
-* google-breakpad/src/testing/gtest/test/gtest_filter_unittest_.cc
-* google-breakpad/src/testing/gtest/test/gtest_help_test.py
-* google-breakpad/src/testing/gtest/test/gtest_help_test_.cc
-* google-breakpad/src/testing/gtest/test/gtest_list_tests_unittest.py
-* google-breakpad/src/testing/gtest/test/gtest_list_tests_unittest_.cc
-* google-breakpad/src/testing/gtest/test/gtest_main_unittest.cc
-* google-breakpad/src/testing/gtest/test/gtest_no_test_unittest.cc
-* google-breakpad/src/testing/gtest/test/gtest_output_test.py
-* google-breakpad/src/testing/gtest/test/gtest_output_test_.cc
-* google-breakpad/src/testing/gtest/test/gtest_output_test_golden_lin.txt
-* google-breakpad/src/testing/gtest/test/gtest_pred_impl_unittest.cc
-* google-breakpad/src/testing/gtest/test/gtest_prod_test.cc
-* google-breakpad/src/testing/gtest/test/gtest_repeat_test.cc
-* google-breakpad/src/testing/gtest/test/gtest_shuffle_test.py
-* google-breakpad/src/testing/gtest/test/gtest_shuffle_test_.cc
-* google-breakpad/src/testing/gtest/test/gtest_sole_header_test.cc
-* google-breakpad/src/testing/gtest/test/gtest_stress_test.cc
-* google-breakpad/src/testing/gtest/test/gtest_test_utils.py
-* google-breakpad/src/testing/gtest/test/gtest_throw_on_failure_ex_test.cc
-* google-breakpad/src/testing/gtest/test/gtest_throw_on_failure_test.py
-* google-breakpad/src/testing/gtest/test/gtest_throw_on_failure_test_.cc
-* google-breakpad/src/testing/gtest/test/gtest_uninitialized_test.py
-* google-breakpad/src/testing/gtest/test/gtest_uninitialized_test_.cc
-* google-breakpad/src/testing/gtest/test/gtest_unittest.cc
-* google-breakpad/src/testing/gtest/test/gtest_xml_outfile1_test_.cc
-* google-breakpad/src/testing/gtest/test/gtest_xml_outfile2_test_.cc
-* google-breakpad/src/testing/gtest/test/gtest_xml_outfiles_test.py
-* google-breakpad/src/testing/gtest/test/gtest_xml_output_unittest.py
-* google-breakpad/src/testing/gtest/test/gtest_xml_output_unittest_.cc
-* google-breakpad/src/testing/gtest/test/gtest_xml_test_utils.py
-* google-breakpad/src/testing/gtest/test/production.cc
-* google-breakpad/src/testing/gtest/test/production.h
-* google-breakpad/src/testing/gtest/xcode/
-* google-breakpad/src/testing/gtest/xcode/Config/
-* google-breakpad/src/testing/gtest/xcode/Config/DebugProject.xcconfig
-* google-breakpad/src/testing/gtest/xcode/Config/FrameworkTarget.xcconfig
-* google-breakpad/src/testing/gtest/xcode/Config/General.xcconfig
-* google-breakpad/src/testing/gtest/xcode/Config/ReleaseProject.xcconfig
-* google-breakpad/src/testing/gtest/xcode/Config/StaticLibraryTarget.xcconfig
-* google-breakpad/src/testing/gtest/xcode/Config/TestTarget.xcconfig
-* google-breakpad/src/testing/gtest/xcode/Resources/
-* google-breakpad/src/testing/gtest/xcode/Resources/Info.plist
-* google-breakpad/src/testing/gtest/xcode/Samples/
-* google-breakpad/src/testing/gtest/xcode/Samples/FrameworkSample/
-* google-breakpad/src/testing/gtest/xcode/Samples/FrameworkSample/Info.plist
-* google-breakpad/src/testing/gtest/xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/
-* google-breakpad/src/testing/gtest/xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/project.pbxproj
-* google-breakpad/src/testing/gtest/xcode/Samples/FrameworkSample/runtests.sh
-* google-breakpad/src/testing/gtest/xcode/Samples/FrameworkSample/widget.cc
-* google-breakpad/src/testing/gtest/xcode/Samples/FrameworkSample/widget.h
-* google-breakpad/src/testing/gtest/xcode/Samples/FrameworkSample/widget_test.cc
-* google-breakpad/src/testing/gtest/xcode/Scripts/
-* google-breakpad/src/testing/gtest/xcode/Scripts/runtests.sh
-* google-breakpad/src/testing/gtest/xcode/Scripts/versiongenerate.py
-* google-breakpad/src/testing/gtest/xcode/gtest.xcodeproj/
-* google-breakpad/src/testing/gtest/xcode/gtest.xcodeproj/project.pbxproj
-* google-breakpad/src/testing/include/
-* google-breakpad/src/testing/include/gmock/
-* google-breakpad/src/testing/include/gmock/gmock-actions.h
-* google-breakpad/src/testing/include/gmock/gmock-cardinalities.h
-* google-breakpad/src/testing/include/gmock/gmock-generated-actions.h
-* google-breakpad/src/testing/include/gmock/gmock-generated-actions.h.pump
-* google-breakpad/src/testing/include/gmock/gmock-generated-function-mockers.h
-* google-breakpad/src/testing/include/gmock/gmock-generated-function-mockers.h.pump
-* google-breakpad/src/testing/include/gmock/gmock-generated-matchers.h
-* google-breakpad/src/testing/include/gmock/gmock-generated-matchers.h.pump
-* google-breakpad/src/testing/include/gmock/gmock-generated-nice-strict.h
-* google-breakpad/src/testing/include/gmock/gmock-generated-nice-strict.h.pump
-* google-breakpad/src/testing/include/gmock/gmock-matchers.h
-* google-breakpad/src/testing/include/gmock/gmock-more-actions.h
-* google-breakpad/src/testing/include/gmock/gmock-spec-builders.h
-* google-breakpad/src/testing/include/gmock/gmock.h
-* google-breakpad/src/testing/include/gmock/internal/
-* google-breakpad/src/testing/include/gmock/internal/gmock-generated-internal-utils.h
-* google-breakpad/src/testing/include/gmock/internal/gmock-generated-internal-utils.h.pump
-* google-breakpad/src/testing/include/gmock/internal/gmock-internal-utils.h
-* google-breakpad/src/testing/include/gmock/internal/gmock-port.h
-* google-breakpad/src/testing/make/
-* google-breakpad/src/testing/make/Makefile
-* google-breakpad/src/testing/msvc/
-* google-breakpad/src/testing/msvc/2005/
-* google-breakpad/src/testing/msvc/2005/gmock.sln
-* google-breakpad/src/testing/msvc/2005/gmock.vcproj
-* google-breakpad/src/testing/msvc/2005/gmock_config.vsprops
-* google-breakpad/src/testing/msvc/2005/gmock_main.vcproj
-* google-breakpad/src/testing/msvc/2005/gmock_test.vcproj
-* google-breakpad/src/testing/msvc/2010/
-* google-breakpad/src/testing/msvc/2010/gmock.sln
-* google-breakpad/src/testing/msvc/2010/gmock.vcxproj
-* google-breakpad/src/testing/msvc/2010/gmock_config.props
-* google-breakpad/src/testing/msvc/2010/gmock_main.vcxproj
-* google-breakpad/src/testing/msvc/2010/gmock_test.vcxproj
-* google-breakpad/src/testing/scripts/
-* google-breakpad/src/testing/scripts/fuse_gmock_files.py
-* google-breakpad/src/testing/scripts/generator/
-* google-breakpad/src/testing/scripts/generator/LICENSE
-* google-breakpad/src/testing/scripts/generator/README
-* google-breakpad/src/testing/scripts/generator/README.cppclean
-* google-breakpad/src/testing/scripts/generator/cpp/
-* google-breakpad/src/testing/scripts/generator/cpp/__init__.py
-* google-breakpad/src/testing/scripts/generator/cpp/ast.py
-* google-breakpad/src/testing/scripts/generator/cpp/gmock_class.py
-* google-breakpad/src/testing/scripts/generator/cpp/gmock_class_test.py
-* google-breakpad/src/testing/scripts/generator/cpp/keywords.py
-* google-breakpad/src/testing/scripts/generator/cpp/tokenize.py
-* google-breakpad/src/testing/scripts/generator/cpp/utils.py
-* google-breakpad/src/testing/scripts/generator/gmock_gen.py
-* google-breakpad/src/testing/scripts/gmock-config.in
-* google-breakpad/src/testing/scripts/gmock_doctor.py
-* google-breakpad/src/testing/scripts/upload.py
-* google-breakpad/src/testing/scripts/upload_gmock.py
-* google-breakpad/src/testing/src/
-* google-breakpad/src/testing/src/gmock-all.cc
-* google-breakpad/src/testing/src/gmock-cardinalities.cc
-* google-breakpad/src/testing/src/gmock-internal-utils.cc
-* google-breakpad/src/testing/src/gmock-matchers.cc
-* google-breakpad/src/testing/src/gmock-spec-builders.cc
-* google-breakpad/src/testing/src/gmock.cc
-* google-breakpad/src/testing/src/gmock_main.cc
-* google-breakpad/src/testing/test/
-* google-breakpad/src/testing/test/gmock-actions_test.cc
-* google-breakpad/src/testing/test/gmock-cardinalities_test.cc
-* google-breakpad/src/testing/test/gmock-generated-actions_test.cc
-* google-breakpad/src/testing/test/gmock-generated-function-mockers_test.cc
-* google-breakpad/src/testing/test/gmock-generated-internal-utils_test.cc
-* google-breakpad/src/testing/test/gmock-generated-matchers_test.cc
-* google-breakpad/src/testing/test/gmock-internal-utils_test.cc
-* google-breakpad/src/testing/test/gmock-matchers_test.cc
-* google-breakpad/src/testing/test/gmock-more-actions_test.cc
-* google-breakpad/src/testing/test/gmock-nice-strict_test.cc
-* google-breakpad/src/testing/test/gmock-port_test.cc
-* google-breakpad/src/testing/test/gmock-spec-builders_test.cc
-* google-breakpad/src/testing/test/gmock_all_test.cc
-* google-breakpad/src/testing/test/gmock_leak_test.py
-* google-breakpad/src/testing/test/gmock_leak_test_.cc
-* google-breakpad/src/testing/test/gmock_link2_test.cc
-* google-breakpad/src/testing/test/gmock_link_test.cc
-* google-breakpad/src/testing/test/gmock_link_test.h
-* google-breakpad/src/testing/test/gmock_output_test.py
-* google-breakpad/src/testing/test/gmock_output_test_.cc
-* google-breakpad/src/testing/test/gmock_output_test_golden.txt
-* google-breakpad/src/testing/test/gmock_stress_test.cc
-* google-breakpad/src/testing/test/gmock_test.cc
-* google-breakpad/src/testing/test/gmock_test_utils.py
-* google-breakpad/src/third_party/
-* google-breakpad/src/third_party/curl/
-* google-breakpad/src/third_party/curl/COPYING
-* google-breakpad/src/third_party/curl/curl.h
-* google-breakpad/src/third_party/curl/curlbuild.h
-* google-breakpad/src/third_party/curl/curlrules.h
-* google-breakpad/src/third_party/curl/curlver.h
-* google-breakpad/src/third_party/curl/easy.h
-* google-breakpad/src/third_party/curl/mprintf.h
-* google-breakpad/src/third_party/curl/multi.h
-* google-breakpad/src/third_party/curl/stdcheaders.h
-* google-breakpad/src/third_party/curl/typecheck-gcc.h
-* google-breakpad/src/third_party/curl/types.h
-* google-breakpad/src/third_party/glog/
-* google-breakpad/src/third_party/glog/.svn/
-* google-breakpad/src/third_party/glog/.svn/entries
-* google-breakpad/src/third_party/glog/.svn/format
-* google-breakpad/src/third_party/glog/.svn/pristine/
-* google-breakpad/src/third_party/glog/.svn/pristine/01/
-* google-breakpad/src/third_party/glog/.svn/pristine/01/0187e6a23130b89ff49c80324ae08111ad8ddaf6.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/0a/
-* google-breakpad/src/third_party/glog/.svn/pristine/0a/0a024107aa7914a04837039099ce82550b769ffa.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/0c/
-* google-breakpad/src/third_party/glog/.svn/pristine/0c/0c78f0bff3a3d467749792b19d3a946c673b21d0.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/0e/
-* google-breakpad/src/third_party/glog/.svn/pristine/0e/0e831dc7eaa664dbaa27e0cfac1d43927687cc45.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/0f/
-* google-breakpad/src/third_party/glog/.svn/pristine/0f/0f05b7d319d6b8b61b4a82b0306ab0ecaafa84c7.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/13/
-* google-breakpad/src/third_party/glog/.svn/pristine/13/1351bac5641deecac0bdf3957f2feeccad65cd93.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/13/13f9666fe96898a9bccdee1ea2d62ee91d795a13.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/14/
-* google-breakpad/src/third_party/glog/.svn/pristine/14/14178d1d1018539a91e065cbfa473ec16e68c3da.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/15/
-* google-breakpad/src/third_party/glog/.svn/pristine/15/1505e2620b4a2ad6cecee85128fb053031ddbc45.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/15/15e2980fd147b7ca22e9573b92f9ff7052367b87.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/19/
-* google-breakpad/src/third_party/glog/.svn/pristine/19/19101f1d41950c8e55aebe4a773e2bd29c3e1765.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/19/19fe01a5c94e10226965314d79ac867028256687.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/1d/
-* google-breakpad/src/third_party/glog/.svn/pristine/1d/1d6a81515ba2ad9c43f1b38e3d6784d24fc6a07c.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/1e/
-* google-breakpad/src/third_party/glog/.svn/pristine/1e/1e7f8050b383d4e526b91d6f7dd1cb36ec120694.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/1f/
-* google-breakpad/src/third_party/glog/.svn/pristine/1f/1f4ed62ebd59bc394576462d3e2f0aee048f1271.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/1f/1f65ee89f4c4e851afde1e09346ad089cd281f66.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/1f/1fd5df73c75731a18e0dbe65f6c51ca79f25b152.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/22/
-* google-breakpad/src/third_party/glog/.svn/pristine/22/2298b6bca25748b1ea7de1e025d34b1bc1e5834b.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/2c/
-* google-breakpad/src/third_party/glog/.svn/pristine/2c/2c3a4e37e59c472b71d7ec535a5d5144385e4efe.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/30/
-* google-breakpad/src/third_party/glog/.svn/pristine/30/301550746a34d3fd77c79923144a3452c0f097b6.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/30/3064a29541115f72cecd8db0d9ba9236fc6256fd.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/30/30b33c04e78c192ad0dfa8018badff757adb80a1.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/30/30f79d1fe5da79aa22bc0e5203ec4acf24cf0846.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/32/
-* google-breakpad/src/third_party/glog/.svn/pristine/32/32f93412ae060ecd122c35e664ff2044b34ceb02.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/34/
-* google-breakpad/src/third_party/glog/.svn/pristine/34/345c6004fdbbac71541bfddfdf733fc1df03de05.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/39/
-* google-breakpad/src/third_party/glog/.svn/pristine/39/399cc9e3e8cdee54d4a565a8ef6ef7c48ebd0d05.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/3d/
-* google-breakpad/src/third_party/glog/.svn/pristine/3d/3d0486bb645f7cb5e3dc49d89f47550cbbed9038.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/3e/
-* google-breakpad/src/third_party/glog/.svn/pristine/3e/3e68d98ba3d575b90c11e36e63903787acc0ea4c.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/3e/3e6d675e7834cfd4ec5e24692d331dc82e238fb9.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/41/
-* google-breakpad/src/third_party/glog/.svn/pristine/41/41b8365502c16c3d69e633325ecb28401e8f345a.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/43/
-* google-breakpad/src/third_party/glog/.svn/pristine/43/43c9d4e201bf773d965455b593cd8a244d98564b.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/44/
-* google-breakpad/src/third_party/glog/.svn/pristine/44/4476665b0684c5519331182782e16422ac022e26.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/44/44811a52743b6efdcb757fce99aff9c25ff24ca9.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/47/
-* google-breakpad/src/third_party/glog/.svn/pristine/47/478b552613de560fd6d8f16a4819c83da2e9decf.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/47/47ab8d05b9b6650b50ad97cb28d0b6b33043882d.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/48/
-* google-breakpad/src/third_party/glog/.svn/pristine/48/48517780df4f1cdcc75cc9bcdb9b3067bb659cff.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/4b/
-* google-breakpad/src/third_party/glog/.svn/pristine/4b/4b136a205148c79fbf023dc1f0617559470892a9.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/4b/4b4c2ca5233d6b59bac9f27c16824b6470e3d821.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/4b/4bf4899b4ba9041ba2ba3bd0dd3279f49b030fba.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/50/
-* google-breakpad/src/third_party/glog/.svn/pristine/50/50387050c81ee590abe6874ae47c437c714b2495.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/51/
-* google-breakpad/src/third_party/glog/.svn/pristine/51/51ff2c6912d1c8d181033fbad8724bd5551af099.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/54/
-* google-breakpad/src/third_party/glog/.svn/pristine/54/54908aefb1529eb95c399642cee95f174f5d09e7.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/56/
-* google-breakpad/src/third_party/glog/.svn/pristine/56/56f239822a8e4345dddd952b907458c24569c9fe.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/5a/
-* google-breakpad/src/third_party/glog/.svn/pristine/5a/5a476d22a23c820a0574695fd0e2d56d7dd0f1d4.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/5c/
-* google-breakpad/src/third_party/glog/.svn/pristine/5c/5c8f2081f140bd21edaee16dea65790cf18f8a42.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/5d/
-* google-breakpad/src/third_party/glog/.svn/pristine/5d/5d13d1ff655700d6aa5df7d62e1ae1170a5df211.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/5f/
-* google-breakpad/src/third_party/glog/.svn/pristine/5f/5f6a6740cdad986fb4bf1e936b27f404ee4cb07b.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/60/
-* google-breakpad/src/third_party/glog/.svn/pristine/60/60f212af6e238541b7debf3edef6b4861a909480.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/62/
-* google-breakpad/src/third_party/glog/.svn/pristine/62/62f6dd41f5ef889769b790bb66d60d049b3a0d6a.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/64/
-* google-breakpad/src/third_party/glog/.svn/pristine/64/64611b9509ad44da1797c01b13ce712549a04c81.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/67/
-* google-breakpad/src/third_party/glog/.svn/pristine/67/673b212b22d58a162875b2c5ba41c0876e980d28.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/6b/
-* google-breakpad/src/third_party/glog/.svn/pristine/6b/6bd87e1ed7c35b35199c968199be1989a26239cd.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/6d/
-* google-breakpad/src/third_party/glog/.svn/pristine/6d/6d1b8bd9505b94d68074d13b504fdd0b77d7683b.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/6f/
-* google-breakpad/src/third_party/glog/.svn/pristine/6f/6f26b25f553a232c03a790f3ac070cd299a0543c.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/77/
-* google-breakpad/src/third_party/glog/.svn/pristine/77/7710c085741add20eb0094ea443bdd8ba3ea7ca0.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/79/
-* google-breakpad/src/third_party/glog/.svn/pristine/79/790dd13e66324ef081f2a0c262458382118573c3.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/79/79fa280b8e82b2765c78fd52b4d949b23c5c77ff.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/81/
-* google-breakpad/src/third_party/glog/.svn/pristine/81/81e5fd5bac058be95f9d16d086ee77551559ac07.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/83/
-* google-breakpad/src/third_party/glog/.svn/pristine/83/832ce034ef2f62672e4317fadccfead135b104d3.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/83/839e9e55542ae6deec0b59876ceefb1335f845d0.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/83/83cc45f7e9252c5fc3e1d458c306987645c9f8e0.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/84/
-* google-breakpad/src/third_party/glog/.svn/pristine/84/847f3443990ecd191f7eb0fe77fa7ba31c81f5d3.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/87/
-* google-breakpad/src/third_party/glog/.svn/pristine/87/87d0b383bb8af39d72c8fdf484d909c08a38a996.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/89/
-* google-breakpad/src/third_party/glog/.svn/pristine/89/895141cd08169e25df42271b3359588b24712549.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/93/
-* google-breakpad/src/third_party/glog/.svn/pristine/93/931a9c4e9346965287bc68fd3f1d0eb1f674cdd1.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/93/93cb10982cfc2993dc2e7b86c73e361ba2a622fd.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/98/
-* google-breakpad/src/third_party/glog/.svn/pristine/98/98a74fe8ac00cd1860e6db3b06ff1c50daa07286.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/99/
-* google-breakpad/src/third_party/glog/.svn/pristine/99/998551dce53554b1819c16282f35fbbaa933bf10.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/9a/
-* google-breakpad/src/third_party/glog/.svn/pristine/9a/9a4133ea917bae0dadda427211685f85a655709f.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/9c/
-* google-breakpad/src/third_party/glog/.svn/pristine/9c/9c6b057a2b9d96a4067a749ee3b3b0158d390cf1.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/a0/
-* google-breakpad/src/third_party/glog/.svn/pristine/a0/a0a13344ba93732c62548bc1c7d258744c47282a.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/a1/
-* google-breakpad/src/third_party/glog/.svn/pristine/a1/a11daa9ca8ddd1c66de3810f0ceecc0646ddec65.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/a2/
-* google-breakpad/src/third_party/glog/.svn/pristine/a2/a21b61d0ecb3822a356fc86e869c4db4c3191fe6.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/a3/
-* google-breakpad/src/third_party/glog/.svn/pristine/a3/a38ce768d82e5ac7e1c4d4cc0f6e478b21577f9b.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/a8/
-* google-breakpad/src/third_party/glog/.svn/pristine/a8/a858bce2d8d8fd9d6e8f687512642791c1216ac5.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/af/
-* google-breakpad/src/third_party/glog/.svn/pristine/af/af3dcd3558316af6921599c33a5e0d1bd5a2a204.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/b1/
-* google-breakpad/src/third_party/glog/.svn/pristine/b1/b119dc174911b9158ca72fee11eb583e8c8ec556.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/b4/
-* google-breakpad/src/third_party/glog/.svn/pristine/b4/b49b7b67fe1bcee36dc2d5ac9138a6c634ad8089.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/b6/
-* google-breakpad/src/third_party/glog/.svn/pristine/b6/b6b954c758f2a437dd541268b8b0467eef1631c4.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/bb/
-* google-breakpad/src/third_party/glog/.svn/pristine/bb/bb97c63696e3ca2ebcd9b784fe6d6825e86805d9.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/c6/
-* google-breakpad/src/third_party/glog/.svn/pristine/c6/c63fa2d8d1fe2e2afb2a49ef5c839a080eb63a7f.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/ca/
-* google-breakpad/src/third_party/glog/.svn/pristine/ca/ca9a5abb89bb555332b104fc5f6cb1e65e3088f5.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/cc/
-* google-breakpad/src/third_party/glog/.svn/pristine/cc/cc7d5b361495ce2cae8d1b2ea42509e27160632e.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/cc/ccfec3a81107b5d06a9445e8301d34029d127cd4.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/cd/
-* google-breakpad/src/third_party/glog/.svn/pristine/cd/cd4ef1c9ebd797c14fd4e52c62caa86f6af0d89d.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/ce/
-* google-breakpad/src/third_party/glog/.svn/pristine/ce/ce2a1406d33777d5aba18290c7aeb13e5e615e44.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/d2/
-* google-breakpad/src/third_party/glog/.svn/pristine/d2/d26b390ec9e08ab9cecb60473cb05414897434b1.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/d5/
-* google-breakpad/src/third_party/glog/.svn/pristine/d5/d567baa625f939f21e4232359bc46c950579ca5b.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/d5/d5e3e2d7a775d8be8a38c83afe21392a5191f014.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/d6/
-* google-breakpad/src/third_party/glog/.svn/pristine/d6/d6d1ea1fd251ced66ba87ceb6f9e3846124691c1.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/d8/
-* google-breakpad/src/third_party/glog/.svn/pristine/d8/d81aaa0ede38f69e9d0ade1d2ae9126af672b460.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/d8/d8651ea5e46cd4df75de435c75bdbff4b5ec7682.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/d9/
-* google-breakpad/src/third_party/glog/.svn/pristine/d9/d9e48ac350c277bc50619c09f750171ca43dbe95.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/da/
-* google-breakpad/src/third_party/glog/.svn/pristine/da/da39a3ee5e6b4b0d3255bfef95601890afd80709.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/de/
-* google-breakpad/src/third_party/glog/.svn/pristine/de/de268cc67dd502b9b0e8f338985778368ac0c985.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/e0/
-* google-breakpad/src/third_party/glog/.svn/pristine/e0/e0dd7c9cdeea7c9426a42298e8744d089d5ea29a.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/e4/
-* google-breakpad/src/third_party/glog/.svn/pristine/e4/e48158fd189b5fa1a07f4d7725b61f8049afc2cc.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/e8/
-* google-breakpad/src/third_party/glog/.svn/pristine/e8/e842c5c2ee84a15059c51cfd68c8f6b611af4dac.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/e9/
-* google-breakpad/src/third_party/glog/.svn/pristine/e9/e931f68631da7cedbb79ea75ab6df1117bad074c.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/ee/
-* google-breakpad/src/third_party/glog/.svn/pristine/ee/eeac3223894c8b4ade281be78f54e7aa012c1ded.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/ef/
-* google-breakpad/src/third_party/glog/.svn/pristine/ef/ef21f3cce61e0f7b8fa1c339a0c4039b20bd7944.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/ef/efbc05bb435c96f88fcd1e0850451637ae7ee9e6.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/f2/
-* google-breakpad/src/third_party/glog/.svn/pristine/f2/f20e4d30fc0bdfbdabf72bba9d04c37b19954bb8.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/f3/
-* google-breakpad/src/third_party/glog/.svn/pristine/f3/f39bd207ff3c20fffe91951d0e296f4832874c50.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/f6/
-* google-breakpad/src/third_party/glog/.svn/pristine/f6/f6994da94b47eb28fc55d66b9098b20b2951b942.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/f7/
-* google-breakpad/src/third_party/glog/.svn/pristine/f7/f7681d2298e42a7bf2473aa25f8e23667a5ef0d6.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/f7/f7f61ca10c18581e36d6b1a2c242eb288053983a.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/fa/
-* google-breakpad/src/third_party/glog/.svn/pristine/fa/fab4c1abbab83c4c5b0598a60cea2a78cf568aac.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/fd/
-* google-breakpad/src/third_party/glog/.svn/pristine/fd/fd972e7a365e3a82d2439466faf1a3ffcf45c691.svn-base
-* google-breakpad/src/third_party/glog/.svn/pristine/fe/
-* google-breakpad/src/third_party/glog/.svn/pristine/fe/feccec5693054b22025a40a76ab1aa25e180bd48.svn-base
-* google-breakpad/src/third_party/glog/.svn/wc.db
-* google-breakpad/src/third_party/glog/AUTHORS
-* google-breakpad/src/third_party/glog/COPYING
-* google-breakpad/src/third_party/glog/ChangeLog
-* google-breakpad/src/third_party/glog/INSTALL
-* google-breakpad/src/third_party/glog/Makefile.am
-* google-breakpad/src/third_party/glog/Makefile.in
-* google-breakpad/src/third_party/glog/NEWS
-* google-breakpad/src/third_party/glog/README
-* google-breakpad/src/third_party/glog/README.windows
-* google-breakpad/src/third_party/glog/aclocal.m4
-* google-breakpad/src/third_party/glog/compile
-* google-breakpad/src/third_party/glog/config.guess
-* google-breakpad/src/third_party/glog/config.sub
-* google-breakpad/src/third_party/glog/configure
-* google-breakpad/src/third_party/glog/configure.ac
-* google-breakpad/src/third_party/glog/depcomp
-* google-breakpad/src/third_party/glog/doc/
-* google-breakpad/src/third_party/glog/doc/designstyle.css
-* google-breakpad/src/third_party/glog/doc/glog.html
-* google-breakpad/src/third_party/glog/google-glog.sln
-* google-breakpad/src/third_party/glog/install-sh
-* google-breakpad/src/third_party/glog/libglog.pc.in
-* google-breakpad/src/third_party/glog/ltmain.sh
-* google-breakpad/src/third_party/glog/m4/
-* google-breakpad/src/third_party/glog/m4/ac_have_attribute.m4
-* google-breakpad/src/third_party/glog/m4/ac_have_builtin_expect.m4
-* google-breakpad/src/third_party/glog/m4/ac_have_sync_val_compare_and_swap.m4
-* google-breakpad/src/third_party/glog/m4/ac_rwlock.m4
-* google-breakpad/src/third_party/glog/m4/acx_pthread.m4
-* google-breakpad/src/third_party/glog/m4/google_namespace.m4
-* google-breakpad/src/third_party/glog/m4/libtool.m4
-* google-breakpad/src/third_party/glog/m4/ltoptions.m4
-* google-breakpad/src/third_party/glog/m4/ltsugar.m4
-* google-breakpad/src/third_party/glog/m4/ltversion.m4
-* google-breakpad/src/third_party/glog/m4/lt~obsolete.m4
-* google-breakpad/src/third_party/glog/m4/namespaces.m4
-* google-breakpad/src/third_party/glog/m4/pc_from_ucontext.m4
-* google-breakpad/src/third_party/glog/m4/stl_namespace.m4
-* google-breakpad/src/third_party/glog/m4/using_operator.m4
-* google-breakpad/src/third_party/glog/missing
-* google-breakpad/src/third_party/glog/mkinstalldirs
-* google-breakpad/src/third_party/glog/packages/
-* google-breakpad/src/third_party/glog/packages/deb.sh
-* google-breakpad/src/third_party/glog/packages/deb/
-* google-breakpad/src/third_party/glog/packages/deb/README
-* google-breakpad/src/third_party/glog/packages/deb/changelog
-* google-breakpad/src/third_party/glog/packages/deb/compat
-* google-breakpad/src/third_party/glog/packages/deb/control
-* google-breakpad/src/third_party/glog/packages/deb/copyright
-* google-breakpad/src/third_party/glog/packages/deb/docs
-* google-breakpad/src/third_party/glog/packages/deb/libgoogle-glog-dev.dirs
-* google-breakpad/src/third_party/glog/packages/deb/libgoogle-glog-dev.install
-* google-breakpad/src/third_party/glog/packages/deb/libgoogle-glog0.dirs
-* google-breakpad/src/third_party/glog/packages/deb/libgoogle-glog0.install
-* google-breakpad/src/third_party/glog/packages/deb/rules
-* google-breakpad/src/third_party/glog/packages/rpm.sh
-* google-breakpad/src/third_party/glog/packages/rpm/
-* google-breakpad/src/third_party/glog/packages/rpm/rpm.spec
-* google-breakpad/src/third_party/glog/src/
-* google-breakpad/src/third_party/glog/src/base/
-* google-breakpad/src/third_party/glog/src/base/commandlineflags.h
-* google-breakpad/src/third_party/glog/src/base/googleinit.h
-* google-breakpad/src/third_party/glog/src/base/mutex.h
-* google-breakpad/src/third_party/glog/src/config.h.in
-* google-breakpad/src/third_party/glog/src/config_for_unittests.h
-* google-breakpad/src/third_party/glog/src/demangle.cc
-* google-breakpad/src/third_party/glog/src/demangle.h
-* google-breakpad/src/third_party/glog/src/demangle_unittest.cc
-* google-breakpad/src/third_party/glog/src/demangle_unittest.sh
-* google-breakpad/src/third_party/glog/src/demangle_unittest.txt
-* google-breakpad/src/third_party/glog/src/glog/
-* google-breakpad/src/third_party/glog/src/glog/log_severity.h
-* google-breakpad/src/third_party/glog/src/glog/logging.h.in
-* google-breakpad/src/third_party/glog/src/glog/raw_logging.h.in
-* google-breakpad/src/third_party/glog/src/glog/stl_logging.h.in
-* google-breakpad/src/third_party/glog/src/glog/vlog_is_on.h.in
-* google-breakpad/src/third_party/glog/src/googletest.h
-* google-breakpad/src/third_party/glog/src/logging.cc
-* google-breakpad/src/third_party/glog/src/logging_striplog_test.sh
-* google-breakpad/src/third_party/glog/src/logging_striptest10.cc
-* google-breakpad/src/third_party/glog/src/logging_striptest2.cc
-* google-breakpad/src/third_party/glog/src/logging_striptest_main.cc
-* google-breakpad/src/third_party/glog/src/logging_unittest.cc
-* google-breakpad/src/third_party/glog/src/logging_unittest.err
-* google-breakpad/src/third_party/glog/src/mock-log.h
-* google-breakpad/src/third_party/glog/src/mock-log_test.cc
-* google-breakpad/src/third_party/glog/src/raw_logging.cc
-* google-breakpad/src/third_party/glog/src/signalhandler.cc
-* google-breakpad/src/third_party/glog/src/signalhandler_unittest.cc
-* google-breakpad/src/third_party/glog/src/signalhandler_unittest.sh
-* google-breakpad/src/third_party/glog/src/stacktrace.h
-* google-breakpad/src/third_party/glog/src/stacktrace_generic-inl.h
-* google-breakpad/src/third_party/glog/src/stacktrace_libunwind-inl.h
-* google-breakpad/src/third_party/glog/src/stacktrace_powerpc-inl.h
-* google-breakpad/src/third_party/glog/src/stacktrace_unittest.cc
-* google-breakpad/src/third_party/glog/src/stacktrace_x86-inl.h
-* google-breakpad/src/third_party/glog/src/stacktrace_x86_64-inl.h
-* google-breakpad/src/third_party/glog/src/stl_logging_unittest.cc
-* google-breakpad/src/third_party/glog/src/symbolize.cc
-* google-breakpad/src/third_party/glog/src/symbolize.h
-* google-breakpad/src/third_party/glog/src/symbolize_unittest.cc
-* google-breakpad/src/third_party/glog/src/utilities.cc
-* google-breakpad/src/third_party/glog/src/utilities.h
-* google-breakpad/src/third_party/glog/src/utilities_unittest.cc
-* google-breakpad/src/third_party/glog/src/vlog_is_on.cc
-* google-breakpad/src/third_party/glog/src/windows/
-* google-breakpad/src/third_party/glog/src/windows/config.h
-* google-breakpad/src/third_party/glog/src/windows/glog/
-* google-breakpad/src/third_party/glog/src/windows/glog/log_severity.h
-* google-breakpad/src/third_party/glog/src/windows/glog/logging.h
-* google-breakpad/src/third_party/glog/src/windows/glog/raw_logging.h
-* google-breakpad/src/third_party/glog/src/windows/glog/stl_logging.h
-* google-breakpad/src/third_party/glog/src/windows/glog/vlog_is_on.h
-* google-breakpad/src/third_party/glog/src/windows/port.cc
-* google-breakpad/src/third_party/glog/src/windows/port.h
-* google-breakpad/src/third_party/glog/src/windows/preprocess.sh
-* google-breakpad/src/third_party/glog/vsprojects/
-* google-breakpad/src/third_party/glog/vsprojects/libglog/
-* google-breakpad/src/third_party/glog/vsprojects/libglog/libglog.vcproj
-* google-breakpad/src/third_party/glog/vsprojects/libglog_static/
-* google-breakpad/src/third_party/glog/vsprojects/libglog_static/libglog_static.vcproj
-* google-breakpad/src/third_party/glog/vsprojects/logging_unittest/
-* google-breakpad/src/third_party/glog/vsprojects/logging_unittest/logging_unittest.vcproj
-* google-breakpad/src/third_party/glog/vsprojects/logging_unittest_static/
-* google-breakpad/src/third_party/glog/vsprojects/logging_unittest_static/logging_unittest_static.vcproj
-* google-breakpad/src/third_party/libdisasm/
-* google-breakpad/src/third_party/libdisasm/Makefile.am
-* google-breakpad/src/third_party/libdisasm/TODO
-* google-breakpad/src/third_party/libdisasm/ia32_implicit.c
-* google-breakpad/src/third_party/libdisasm/ia32_implicit.h
-* google-breakpad/src/third_party/libdisasm/ia32_insn.c
-* google-breakpad/src/third_party/libdisasm/ia32_insn.h
-* google-breakpad/src/third_party/libdisasm/ia32_invariant.c
-* google-breakpad/src/third_party/libdisasm/ia32_invariant.h
-* google-breakpad/src/third_party/libdisasm/ia32_modrm.c
-* google-breakpad/src/third_party/libdisasm/ia32_modrm.h
-* google-breakpad/src/third_party/libdisasm/ia32_opcode_tables.c
-* google-breakpad/src/third_party/libdisasm/ia32_opcode_tables.h
-* google-breakpad/src/third_party/libdisasm/ia32_operand.c
-* google-breakpad/src/third_party/libdisasm/ia32_operand.h
-* google-breakpad/src/third_party/libdisasm/ia32_reg.c
-* google-breakpad/src/third_party/libdisasm/ia32_reg.h
-* google-breakpad/src/third_party/libdisasm/ia32_settings.c
-* google-breakpad/src/third_party/libdisasm/ia32_settings.h
-* google-breakpad/src/third_party/libdisasm/libdis.h
-* google-breakpad/src/third_party/libdisasm/qword.h
-* google-breakpad/src/third_party/libdisasm/swig/
-* google-breakpad/src/third_party/libdisasm/swig/Makefile
-* google-breakpad/src/third_party/libdisasm/swig/README
-* google-breakpad/src/third_party/libdisasm/swig/libdisasm.i
-* google-breakpad/src/third_party/libdisasm/swig/libdisasm_oop.i
-* google-breakpad/src/third_party/libdisasm/swig/perl/
-* google-breakpad/src/third_party/libdisasm/swig/perl/Makefile-swig
-* google-breakpad/src/third_party/libdisasm/swig/perl/Makefile.PL
-* google-breakpad/src/third_party/libdisasm/swig/python/
-* google-breakpad/src/third_party/libdisasm/swig/python/Makefile-swig
-* google-breakpad/src/third_party/libdisasm/swig/ruby/
-* google-breakpad/src/third_party/libdisasm/swig/ruby/Makefile-swig
-* google-breakpad/src/third_party/libdisasm/swig/ruby/extconf.rb
-* google-breakpad/src/third_party/libdisasm/swig/tcl/
-* google-breakpad/src/third_party/libdisasm/swig/tcl/Makefile-swig
-* google-breakpad/src/third_party/libdisasm/x86_disasm.c
-* google-breakpad/src/third_party/libdisasm/x86_format.c
-* google-breakpad/src/third_party/libdisasm/x86_imm.c
-* google-breakpad/src/third_party/libdisasm/x86_imm.h
-* google-breakpad/src/third_party/libdisasm/x86_insn.c
-* google-breakpad/src/third_party/libdisasm/x86_misc.c
-* google-breakpad/src/third_party/libdisasm/x86_operand_list.c
-* google-breakpad/src/third_party/libdisasm/x86_operand_list.h
-* google-breakpad/src/third_party/linux/
-* google-breakpad/src/third_party/linux/include/
-* google-breakpad/src/third_party/linux/include/gflags/
-* google-breakpad/src/third_party/linux/include/gflags/gflags.h
-* google-breakpad/src/third_party/linux/include/gflags/gflags_completions.h
-* google-breakpad/src/third_party/linux/lib/
-* google-breakpad/src/third_party/linux/lib/gflags/
-* google-breakpad/src/third_party/linux/lib/gflags/libgflags.a
-* google-breakpad/src/third_party/linux/lib/glog/
-* google-breakpad/src/third_party/linux/lib/glog/libglog.a
-* google-breakpad/src/third_party/lss/
-* google-breakpad/src/third_party/lss/.svn/
-* google-breakpad/src/third_party/lss/.svn/entries
-* google-breakpad/src/third_party/lss/.svn/format
-* google-breakpad/src/third_party/lss/.svn/pristine/
-* google-breakpad/src/third_party/lss/.svn/pristine/53/
-* google-breakpad/src/third_party/lss/.svn/pristine/53/53361922e863fa7e792222de2bd151faf5780db7.svn-base
-* google-breakpad/src/third_party/lss/.svn/wc.db
-* google-breakpad/src/third_party/lss/linux_syscall_support.h
-* google-breakpad/src/third_party/protobuf/
-* google-breakpad/src/third_party/protobuf/protobuf/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/entries
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/format
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/00/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/00/00bccd5039056cd9186ae6a5d2244ebadda8f04b.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/04/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/04/049db432e7b6de2ff291ec33b5ba89f123d42f46.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/04/049e7ac96820ca8f852ab4a86782050ef3551d72.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/05/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/05/05f1c86812c4b451a63702b78037960830af94a4.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/06/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/06/0640cfc1c43b0342b6163327ed217e02671b72a4.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/07/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/07/0720caf102424997ced9c0e8b20c7bd14600497e.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/08/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/08/081b9e3279e6dfdc60a4e03c77b8067a555f461e.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/08/08c6c30a64617e04d5fd6b7b1570a5f65127c1aa.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/08/08d569105609bf82085af19cbda1108017b126bb.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/09/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/09/092160e97f5f399f16866a931c21f672106e4e51.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/09/096a48194fde8873fc19fe7ab154b7bc53796321.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/09/09975bcf1c3d7c4a4af64c62cf3b6f74c281a6f6.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/0b/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/0b/0b752eb6bc33fb4e9724971ea855323da5ff87ad.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/0b/0b940f3b6a08e8d396ea209ae19d7e9c482a1157.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/0b/0bead1c89e839267b6c4d9d28632dc774daf7600.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/0d/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/0d/0d9f1f2cb4e503f1fa08f6633fe469369198bca7.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/0f/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/0f/0fcb789b80b50e706949da7cd8ce58d64e22688e.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/11/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/11/111f231e8424b2bce1500410fd41e33ba6d9b361.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/11/11823c77d58ff7ab6c70ecc7476d30e100563893.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/12/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/12/1291bc11ca18307e1b86e41808265cde96744fd3.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/13/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/13/13c71c0727afa40221ccb1c2e0d71595321e4c23.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/14/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/14/144408e8d05ebaf23c66fb14cba3f1cf9329fdc9.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/14/1448100b54984eda8562f5b8e20076c2ed7cd035.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/15/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/15/1573a2fb44b15a719156fcdbe4c2a9992c950944.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/17/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/17/17fa80ec7496187ee1be662f9a2464a1c8e3282f.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/18/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/18/18eb4a10c1a5c8fb5d90e83c3cf8b0eec39befa2.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/18/18f57010cebb820ca6c28a68317f86e936393ff1.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/18/18fcaca7b859775ade7007798fe6e9cc4a922357.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/18/18fee97ada2c2da07c8f599dad383b77a3722a83.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/19/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/19/19af1a901662a8809d0ce84e92fa41b318697760.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/1a/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/1a/1a11b3c92c5296291e9bde9a867a8d11c7e427ab.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/1a/1ac3d5c7d9fe5bf1efd3b3aff0e43a7909088544.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/1b/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/1b/1b73e90a3cb53f96daeff2cfb136e054d78d8bb7.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/1c/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/1c/1c442a7f760c2f473b03a1990d4dab5a45faa2f5.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/1d/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/1d/1d4cf2c69eade5117683a30567bf3b0b6124cc3f.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/1d/1d9c4e1d314346aea43695af3818657394f7fb6a.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/1e/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/1e/1e8a1d923ec23fbf57eab57a91e90fe7a9a49d33.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/1e/1ebe0c10e84399f5e1b57520995c092289774a98.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/1e/1ed920b643f9a0593ff4edbb3de1c07ace81331c.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/20/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/20/2040eac316e11ce9de54bd301dc96629ecdd8396.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/20/20a920570ca170ebf6066a35fa6f7a011bba26d4.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/21/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/21/21fce03482539311036fbe44527fe41a96c47654.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/22/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/22/22ef64d7228772505441801739b4ea2d19576283.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/22/22f92f5009a7b483fa309fbf6184e320b25467f1.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/23/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/23/2375a5dad2b23dce573223ac1d2aee76c172165b.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/25/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/25/255ba4dd3b3b743c59d0ddb2e84b864f099b59f9.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/25/25babdf77cd0a801ab4b378658da6eff616c7e8b.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/26/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/26/26b8e125f7b7d139d8647c55b4536f0d3115f8c7.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/27/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/27/272983103512dde8aac54b2a26bfaf8145dc6b1e.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/28/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/28/2830328b8765e5f1b6a81a5bf74901c6a4527304.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/28/28a991fccd156a53d87a4314f1cd50a1554c07aa.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/29/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/29/2948cd8f984eb35acafcc8832dcaeb1eeadf35a5.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/29/296a7eafa69fd5449cf204c158efe9594142a5ab.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/29/29b3e09bf5c7eca04b047773b526a652e7b1ab8e.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/29/29bdc387abe953196f81f60e7bde9dddfc73c07d.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/29/29c7da96af0820b97dd51bee27b8ec63a8bd56f4.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/2a/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/2a/2a05cbc5da9289356709cc2f7e90179f7e541f0c.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/2a/2a65903beaba851dffba965ea9ba05f1065c2ff5.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/2a/2a71c6d0855959962d5643f6e4d7d698ab815dcc.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/2a/2aaf96064a90c4fb5c293c7dfcb4d2c2b3a71832.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/2c/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/2c/2c0c2854afe00c0a7a096cf92152294a033c5b01.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/2c/2c685372442d51dd155160c058246fba0ef7607c.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/2c/2ceda9532727af6b124b82de0298244dbc6d495a.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/2d/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/2d/2d2a8ee95a0c7c71636f7d65d6aa091f67422ce9.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/2d/2d65e4821af5c14e03bc22a004aecce6a4908f52.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/2f/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/2f/2f0f1a3afb0a909a8a6b7b0f24635ae860da1b3a.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/30/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/30/302267c78f93822b3a5edbca48f4b918797750bc.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/30/304d150b50f6bbe86e23701fec84261e21121bc1.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/32/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/32/329f52434753ba5ccd26450394681bc169f77055.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/32/32a73d54340a5c122b5e03db26afeff11f108222.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/35/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/35/353b1cc1981486353c50a66b1b20cfac5fc13b26.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/35/35d5585d206cba52c85b764c778134ec6d086d93.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/36/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/36/361a00ee6e6da90ed0759fe856924ab2018d12dd.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/36/3625a84b5066daa08248f60e6e4bdb42f76d5bfc.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/36/36b347c65dc56bb2336c1195bc82fb54fcfe100e.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/38/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/38/38ed4504e09494d994ee43815eb9783b4c9ab898.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/39/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/39/3932cdaac9acddc31c034eab89c96ae53218b679.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/39/3976863068b7d503ef31b2cc3c608111929191b2.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/39/39ffcc19c1cc56e9c8172604344c11a65383b340.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/3a/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/3a/3a082904c8416c7d6c36f256785c448f6c838e01.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/3a/3ae91e200badb9b9bdc3028047ebc0c3ec6795ee.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/3b/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/3b/3b611c9e086588ef68a12a80c8da32c0a3a9430a.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/3b/3b7a1c848a7871fc5b706e03721804adb3cfec39.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/3b/3ba7d09b08b8bdc2d8caf92df81574440a8b5f23.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/3d/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/3d/3d7d06636a4e4388253f6e7b128ebee2bfccb818.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/3e/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/3e/3e3be3991b337b7319d73e082fa261f9cbc7c74d.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/3e/3e7fc4882e9ff718c5f482ba240456bdee2267a4.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/41/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/41/41048a45b919469846c416cf920103d3bca4bd41.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/42/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/42/4207c30bfc87ce8b6e75772446cd5bef44773963.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/42/4291b71f0d8d8e9d829f6c52a1af3b58fec4c06e.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/44/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/44/4470073e51779416934153ba40e097c8e5d26146.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/45/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/45/45c9594685afbed216009b38cf4326bf5c089379.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/45/45f9deb0e7405a2c81cacda7d797b4d964ce0462.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/46/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/46/464c15457db6d23791dcd4041e9753c424a27f43.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/46/46cd52a301f5c8a380a0bd7aa78a83a1edf0bde4.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/49/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/49/499e5209f0645913b6c4723b5b65234c902b3a5b.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/49/49fe8cfded9d56c95a0403a3fc658d50e73fe05d.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/4a/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/4a/4a4a4432ea8a4bc74c59bc451f0c120f1622eb7f.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/4c/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/4c/4c9b33216a0e4186d0687c1a711d54e2cff66591.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/4c/4cc5ecfeff61ef9f2a558beda5523df5220a2114.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/4c/4cf94618483f73a6492f7b7ee8ad59b6b855b019.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/4d/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/4d/4d226602b733a9647df03e7857456a7b6546afad.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/4d/4db0b54b911d3de5a52a459f9ff9f49c1a41eb23.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/4e/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/4e/4ed75f3479676413ad6124d8e6624f738b8e96f0.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/4e/4efdc944309a53e3fc62164e3c51faec9103586c.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/4f/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/4f/4f04c9c356e03519d75769e0646ba910b96376a7.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/4f/4f9a4dd5d50a3f1f92213a68508e91028fd7053a.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/52/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/52/5257debaa530a531cc1480878a8a3d238a7a51fa.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/53/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/53/53bf66dd0894ca43b2479d4da1f61d097c0bf561.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/53/53da9965a23b60219daa8aba358f5db8fe4c2e08.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/54/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/54/5435a7b318a077c9fa91ee1b47ee66dbb5244066.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/54/546ea0070723676c4dc842aa7faa3419b270df74.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/54/54bb66c9f6c81f20847edce2b0606377273db467.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/55/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/55/550945e242e5aade53f7a4ceef59f9ba1b44f125.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/57/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/57/573ea3ffef22ecc410c18f18a514653614d95397.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/57/57c7b713e043b15adce2b643962385cb5b53ec1a.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/58/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/58/5808310425452a779ff0b15618f1b390393b5243.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/59/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/59/5908ade93c6f90bfc9f0999452e73d719d7ce2b7.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/59/59600503af3362c8853d6d69ea1b6b0fcae88782.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/59/5968dc200dc59d0af13d40cb77c7a9d5c7b71e7d.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/59/598054dc7f58e10eeb45440b56aa5c00444e9b51.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/5a/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/5a/5a612873536a577a55561f98d6f8cbc91f46153e.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/5a/5a7641fb955ea438e6fe5927083becb1f54367a4.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/5a/5a996a8db29254207480c0346e8d2752d6d973d8.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/5a/5ad324afe0fe6c8c70ede5f4fcfdd07f49fee09c.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/5b/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/5b/5b097703af547f5667c4ea0a2b07ebac43ca8882.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/5c/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/5c/5c8fccff936d45850f755dd5ceadc675b7a76676.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/5e/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/5e/5e416ae49ffc568f463011792b50ac175eb58a56.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/5f/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/5f/5fa453d1f5357efae2d5c2667e84ec10b91d4ec6.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/5f/5fce6f6273b87967709756c32c3e4393ac7a8968.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/60/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/60/6094c6e59eb6dfdae4e9d27009df1b2a6ca9d9fb.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/61/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/61/613b9d395160fa8b3d11d6dc120ebd5499295e8c.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/62/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/62/62143a413cdb191e40033147df30a0b6db888408.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/62/62d5077383f6c8864713b78aad272f912ec27f20.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/63/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/63/638dca83f947e3598254dbab1a7254eec08440da.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/63/639c7af2d940df4b468179db88be14fcce1dd900.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/66/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/66/663581556175aa258aa4cba2197a701ede72bb2a.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/69/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/69/693b59afd6307db1861ddbda21b86e1225a46aa4.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/69/69ab54e439e13390a7d992374e23cebb30a30f16.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/6c/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/6c/6c609f5c839f55a7869d002d9f6da39ce7863a4c.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/6c/6cd4d0d4401fbf298eb65f9d8f52d6458072f395.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/6d/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/6d/6dd489191a8ea5dece6a3acdf4f2ea61b9f2f3d5.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/6e/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/6e/6e259f0257b68657a53bfa4af9c1fd456ae3f2de.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/6f/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/6f/6fcabd1029fa9c502a44d1b2d30c7d04a11403dc.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/6f/6ff85730b3bc38632f414ea0748b18bf6c884760.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/70/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/70/70052b26ce925ed9986bd97672b60d469e01c4c3.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/70/707591955d185e5701e602035f535a9b265ad994.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/71/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/71/71d7961e26633910a1b2bfe26da39f12581d869d.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/71/71e618731d9b460b874580aff90d899f2df0e251.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/72/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/72/72ec439fda20fc4f54334568a703c386eed0c1ca.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/73/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/73/73385e027256e824a69a47c04f54e90dffe65915.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/74/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/74/7408fb2de8a5d50e3cde2f9ab1154bbc79237be6.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/74/74df3b8388acd2594daf235bb528ed1baf18102a.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/75/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/75/751b9a46a32548c7d4bd336c499a81f54d1593be.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/75/7592120cb3a566e2bc9d75f51ca3580057f8700a.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/75/75a9184d6aa48c82eef944d13bd242064808f9c1.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/76/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/76/76d53e3e1f0540dfa6d877ddfc3cca699a12b5c5.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/76/76f64ba4cfc78b8fbba0dfe83b05a47ef47b5d57.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/77/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/77/776477cdf33359b41de8d07abf5c9c354c023ab8.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/77/77773def18884c20405e8802e7d3e84bf5275f7e.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/77/77ef7413c696ab51d3b355fe74c88c7a77a12851.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/77/77f63642e942ee25de9b105a8a237fb7c846762e.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/79/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/79/7988ca45aa222e3c772a6641e3d3964578b2b6a8.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/79/79fbbdba1f1584204aa7df41275bb468661c55b5.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/7a/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/7a/7a13ad5894f329e73ed7470a48679af739e2129f.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/7a/7a28389b53d01e3e88de68a1be63986700af9fbe.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/7a/7a446c915606c0697d427ac8c85c493bd46a4fbd.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/7a/7a9fae25c65a90a64eb991a330f0fa2fc8bc1621.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/7b/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/7b/7b5169af3dc7674d85c884ea867279080c7aac1a.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/7d/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/7d/7d02cd6142fb77a32e008a72cb01bcc4e816a65a.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/7e/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/7e/7e08e722c92f5fc5eb1aee1de821b7cf761bc5e0.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/7e/7e0f6c45b77170292e1e79ac7546f0d449fc7955.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/7e/7e4d87705529a9a28352ed81930ad28cd4402d13.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/7e/7e930aecb052f1c4ae8eebf040dd8e8b48183230.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/81/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/81/81beb1cbf897a02b07d63250b868b7b60217c0c5.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/82/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/82/8206ae1079a8a8085824b4403df21355bb3f7737.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/82/8272ce966704b1a0efdd1f729b1c0e2dc22066db.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/82/82cf5537f09458fefabb9c4ef8540185bc1616d9.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/83/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/83/83944253f671bb7d220d1d83d8c0feac55e04c7b.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/84/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/84/84699eb82f3a7875ddf6b9d19d0e1df9eedea628.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/85/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/85/85312cd3210c111ebdf49a78a689edb7b2c84394.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/87/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/87/87195a6df0ec356bc4ca577f96f16c94a0c5b2c6.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/88/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/88/88987c861deaba608de453bac14c12f13f21c59e.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/89/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/89/89cb9be79fedd54f9f5833623273eda498f93f1f.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/8a/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/8a/8a9322f336668b2f02d3faa6607dc74da558ab65.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/8a/8ae7eb8da2df1a7e0f13871b4cb0165d4c7e27aa.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/8d/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/8d/8de5b782d8bd7280cf5e1a160634faf563770858.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/8d/8dfb9690b4d11ae49b340c3c26cbc0ed3beeb666.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/8e/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/8e/8e0a253085472ea302f81d2e30da6009c8897e5b.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/8e/8ec3c36cdc3e26db150cf07023974c557cec83a5.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/90/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/90/907e5a9a0d55366d6d54b6c02ea66976740c75eb.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/91/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/91/91cee99d75745067d8c736f79a7c6ba97dd3cdd9.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/93/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/93/931fef8ad995ce851da1341a9e00b312863eb233.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/93/937793a928bdce7e20e4d4b9b66348e1c05869c5.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/93/938eee9d841ab388ab9b69823431b06978f909b4.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/93/93c59327a3e0c58f1fd5e7b2ffc792ab3e0d1a52.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/95/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/95/9532d489b63978aa3e9906bc31693eb0b39f844b.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/95/959b09e3da2b5e0fc3ba0dd948cb11be2c6fca29.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/95/95db61e4d6facc24aaf8b7a8cfb4d89588fdc870.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/97/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/97/9709c99559ff44c89cca91bcb778c9de7c75866c.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/97/97442fb32bfe9539c7e25dbae8d62b8acb020b70.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/97/97b396a63b0969d64ec6f31127693a54e57c4daf.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/98/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/98/9807c3050d3a014c1eb397f8dcaba6e199ba9150.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/98/98c3778536606db28d4895966b6d779dd0f0bf87.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/99/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/99/9995ade091449223dee389ed3a979281d7d134dd.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/99/99cb3e10a560ec484bcf850a3819520208f929d7.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/9a/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/9a/9a40614de1082a444b237036162fed7fa6622a7e.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/9a/9ab61547dff77ddf7f28a9f05d45cd0b2b0a9338.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/9a/9ac151dbc170fe2f7ffcd011ed639bd9838e3a8e.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/9a/9af85a6d4880181a37a901494c5a55ae5d9756c1.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/9c/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/9c/9cc6e91524b2660e05191403c18ea2d042b3e760.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/9d/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/9d/9d9cbdfde59ad81b561be4fd8fbb89a86ad4e108.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/9f/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/9f/9f89cffa43889e1c5a5678048342fb162b798341.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/a0/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/a0/a039da39ccaa52771af0974cd12e71fde0c624df.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/a1/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/a1/a1633b56ce771db6183622144fb2cb9cacd75f09.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/a1/a1987a7450757180c50bad9280174e16c5f08d41.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/a2/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/a2/a286eeee061b0284054f9d4d11b16728209deadf.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/a2/a2d22439cf1d4015770ff6653ac29240fd0e23ce.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/a2/a2f9bea54b3f814f141e9addc2881347a5e20859.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/a3/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/a3/a3184f6082de546c13ed48a24881a4e137c304a1.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/a3/a322312f99b6b09cbc4069fba18827ccd02ee08d.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/a3/a327fec2d3f8720aaeb8cf28760fca1ba687583f.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/a3/a3c0c1c832d698daf5ec6fa858e5cc2d82ea2511.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/a4/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/a4/a423b3f30ca5830ac1368bf9438af4df33aff357.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/a5/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/a5/a5345dffdae1966f21c9cc1895a9bb0ddc6a5ee5.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/a5/a5fe8f10f7c5328bad11a63210af77a51dbfe2bb.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/a7/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/a7/a732a80f056296d713a4593fe9260184ba1ffb3e.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/a8/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/a8/a822e3ed913e33cd03f855b0f91932f97ccc5b8f.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/a8/a8c9ddd6f073b016780e2cbe827131a1c91a9319.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/a9/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/a9/a928800477f32e107b823ec763eaaec5b8611b49.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/a9/a97f745bffe575228c6ae1e957c9ed702e13fddf.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/aa/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/aa/aa5c611118a6a51479e3770d9101dc371abc8c9b.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/aa/aaa4fbeccc18838974ceb28093902acc8e16e1fa.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/ab/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/ab/abc222554758cc325a5b8200d134ae69ca4b1b13.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/ac/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/ac/ac524ad6ffc2526348a5e257b4109eca23641ab7.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/ac/acdfc8395793e5e9d40995d169d6f7792bc040f7.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/ad/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/ad/ad7301d14cc3fad984a97f19549c901963e5f523.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/ad/addab01a1be785842c8f3db1736c6cbf0bd9ccd3.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/ae/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/ae/ae3002727d6a95694c926fa4bd92e9d7b5b92b1b.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/ae/ae5cfdfc5dea813abe0be1cef5ecc1918d36d090.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/af/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/af/afd620cc6ea06d669f1956695732dab7bf8c3eb2.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/b0/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/b0/b098d228d452b80fa76a8b61cb64160cbbc575cc.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/b1/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/b1/b1e51f4f11963a9bfbcac2fa09ba9a04dc6a24aa.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/b2/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/b2/b282efd6ceef153495a96eadcc111b560f9f33af.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/b2/b2a40dd37b06880c4b07784168317bea07816363.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/b3/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/b3/b318ff6683c07339633df04f8e05c12932de9b02.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/b3/b3954a6e6fb595b785af1e7f900a8356cf11780e.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/b4/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/b4/b4234faa6952ca2a81502db24d2c776caee323aa.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/b4/b4d5324566ab5b22a210d14d2268bc9a52c3a127.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/b5/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/b5/b50b89fabed5a94831f178b99f839c8371b55419.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/b5/b5244e3cfacec53298c2bb138dc148d93048aad6.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/b5/b59c395a2c5a6e173db27ef151c2d9d15e0a711a.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/b5/b5a3cebb3f86a4defb942740f24bc9de5843e408.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/b5/b5c5eb246d1d34defeb107590539bcd3c746f01b.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/b7/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/b7/b75b968d8bcc640182c4869a2541940d9c85bec9.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/b7/b7753245824c824a5e91b8501f025b6e9d39ab4c.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/b8/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/b8/b8c08a6bdbb4f7b6c3f3e4b986f647cf56bbeb48.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/b9/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/b9/b9736622f5e63a15e4a87bcf6761051f2511477e.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/b9/b9b7240a15463566d3c580562a430cc8361eb4f1.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/bb/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/bb/bb42efb723eedf0c535be67bfce099421f0614be.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/bb/bb96d2923dc9c33dcf61774bb1dcc4554024db12.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/bb/bbabae3b2556a18131f1585e6f6885a7fb35aedf.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/bb/bbf8330fbcceb056fb77d434a4ab722643525299.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/bc/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/bc/bc5317896d9fecd6fba9dec4260ff2e46e527b87.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/bc/bc57e83e29131a30ecd8f9cca0dcfab1cece59c3.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/be/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/be/be275177bfd5a573c1b3d8769e48a792b1097f58.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/be/be36781dc29f0882c3b6991926459b42171ff7db.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/be/be51d4b297b95edef9e04a0e3313f6a704b1aff5.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/bf/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/bf/bf041d4db4318663f398cbb775d21e5588bfd145.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/bf/bf0e4bc94d3f3dae8bc61ae992d4adca4820e676.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/c0/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/c0/c026c91e9c04618860de61fc0e81fc50b95cc19b.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/c1/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/c1/c1768f750ea63996b9b37f9086c6042071a912a3.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/c1/c1d652dbf88c92a4ad5afaea0661db5d58930b73.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/c3/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/c3/c343051fec16b9df07f1bb4e51287d5798e0368d.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/c3/c3882df90f2bfc6ce09a4f3fa1436afc8fa2dd22.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/c3/c3d47f5f79956c924932718516452d408cc442d3.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/c4/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/c4/c4113371a5c34e964d5ad9161f766cc8eba25b66.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/c4/c4b61216ca1046f472ede04087480a2da60d136b.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/c5/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/c5/c5ed43635550b1c067b24cf1e2ae0724cab1fb34.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/c6/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/c6/c6fc8b5c40dc47ca6ebcfc662e63a270b90759aa.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/c7/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/c7/c782af2d3d8a2b84f982b211d971115434985b12.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/ca/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/ca/ca6194b3d7900108e2eaea1c65aed5e21245058a.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/ca/ca6db90f925ee5488c04b825c8a7932747403a76.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/ca/caa6b9810372477d0d157ffdc225c8afc9853112.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/cb/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/cb/cb57f309ff3c0def14349c259fff25a3c81730f2.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/cb/cb8c1bc201f1d7a6ffea1988e680e2cb9802052e.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/cc/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/cc/ccc5ee903f4ca818713280bb9fa3d090e9762bbf.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/cc/ccea839dee9ae885fd4c3f079d32ccd2d5b38f16.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/cd/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/cd/cd31fc3cbb1086f284466addd8967bc2c8e7ff16.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/ce/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/ce/ce3cc2763255e4fc83728cefe9740c897fe449aa.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/cf/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/cf/cfd47de14aad36eb28187d363a60c0cb4484995f.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/cf/cff7132a417baaf4d1dfb5ae8396dedacc53a6db.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/d0/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/d0/d0a84db3435bf20aee0279e10ce6f932995e5a45.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/d0/d0c689da3762d453e4014ceafb610a545e998e96.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/d0/d0ccf9c8edfb094b026cae7f43f19137a31620d3.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/d1/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/d1/d12e8c00eaa48ac8fd2023db6ae0ad1ea7918136.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/d1/d19a622b36cac7c6013f0a4b238e357b3f934589.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/d3/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/d3/d3007d69588b92420c13beb8fee349ba9e40adcb.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/d5/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/d5/d53afa18b0a9c1fbe403089bd11becfe1c0c76e9.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/d6/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/d6/d67f07cd02488e9c3a74e1343bc8e75b8b39ec26.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/d6/d6957c9afb2c294694d325535217cc7dbecbb044.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/d6/d6d4c42013529050cec62279c2bc20586688c3c6.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/d7/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/d7/d7046b69ff8f02e88da577831649fa85cf4db266.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/d7/d757765bdb690ce0f496719c3958ad4688192c3a.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/d9/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/d9/d95859e1d59bc0dfbfe873bc0fe08cf3a25892c6.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/d9/d9cce7ff2ea35d1822401e970da3a4eec770f588.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/da/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/da/da39a3ee5e6b4b0d3255bfef95601890afd80709.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/da/da7b39089c14e08d35c088b8fbec55acd2d08f48.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/db/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/db/db6da738de8b36ff2ea0d8e9e31445bcb9496d09.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/dc/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/dc/dcf2f6f14df060c32afb32189d2b26a5eb051769.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/de/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/de/deb3908a06856fef830bec95c90c96cb4fede0e5.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/e0/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/e0/e0788f8dd5752b5c8e917ad3ccbb4582b04dcb32.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/e1/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/e1/e1306835d55a80d7da3fa8048cd031a625a79b72.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/e1/e132d1394bbe7605e43aa39048bb600525236678.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/e1/e18f75c560bd93169f35f92b6cd11827493e61e8.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/e3/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/e3/e377a5abdffc449865d547564918c8eb5d3e055b.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/e3/e38c62fa9c764b4f20818147e277e002dff48860.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/e4/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/e4/e4761c253e45b3fb7047352f4d82a25d93d2108b.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/e4/e4a2dd348824e34cb9ad088fc631a9945a802a87.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/e4/e4c120dec11605fc74ac493dc818a1a6a4ec6007.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/e6/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/e6/e64969dfb0d26772648346e6eb8e80da0801ebd2.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/e6/e661af238c36a291daac608b5fbba4d5168ef440.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/e7/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/e7/e789e60ac3a8e50061868063470caf7e83429324.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/e9/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/e9/e92949779bfc53ffae1b7a1c0cfe1d703c02ee56.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/e9/e9d96ecc30d9c397e60803b848054a1d1a32124a.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/ea/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/ea/ead7b3e0eb13350c2c2ef80a813edefa98cfd7b5.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/ec/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/ec/eccd064af7eb3a083ec881a799bc62aa89b11c8f.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/ed/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/ed/ed4db9bf1426640784982404685736cf937cead6.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/ed/edc3cc04530b2d9bada6648d55a8b8cc23d89363.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/ed/eddcce57bd278b138a1d7119aa54f6ffa3af2e00.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/ee/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/ee/eea9f1ad225f94fe3d33094b26e493daf6e3a470.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/ef/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/ef/ef39dc2dc433abc8de21a196e74b213a63a88cdc.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/f1/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/f1/f139e116bb88522a4c8d1278654e61cd6610aec0.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/f1/f140c952fe887498214eafa364c8bd60181a55da.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/f1/f184ddb74cd09d97d97e2bba1fc59da4d59bfd53.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/f2/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/f2/f23d2830011be4f15f076be6394ccc11b12eb0e3.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/f2/f257295f7f5fff9d01363ac8cedcd4661825eb98.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/f3/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/f3/f3b8f520cb76e77f08a817ba45a9f0c838b578ed.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/f4/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/f4/f4e6a431cf66ece46659f0cc6f91402baf275682.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/f5/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/f5/f579c4c7e0ee8b71ab461ea6feeecdc469869ced.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/f5/f5ab6128e86d27c62ad57fd391e80d0aa1eb36c8.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/f6/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/f6/f62e5bcbc3d728872a137f26559dbc8f4da5560e.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/f6/f6d2765d4faebe6105e9321d296e2e4ea00c454e.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/f7/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/f7/f71e2e0c731d49936e5c427650bbf117549babf8.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/f7/f7bccb71677052dcb4493a4835fcebec4f46558a.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/f9/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/f9/f97c0530bceeb35afe05a048579e2caab36943ff.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/fb/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/fb/fbcfddc747e3357c3fdd289381dff7c670b98b51.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/fd/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/fd/fded750408e8ab8164a511bc613f1a2fffc79093.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/fe/
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/pristine/fe/fee9bffda36bcea939ae3408b46efe3a7acadc99.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/.svn/wc.db
-* google-breakpad/src/third_party/protobuf/protobuf/CHANGES.txt
-* google-breakpad/src/third_party/protobuf/protobuf/CONTRIBUTORS.txt
-* google-breakpad/src/third_party/protobuf/protobuf/COPYING.txt
-* google-breakpad/src/third_party/protobuf/protobuf/INSTALL.txt
-* google-breakpad/src/third_party/protobuf/protobuf/Makefile.am
-* google-breakpad/src/third_party/protobuf/protobuf/README.txt
-* google-breakpad/src/third_party/protobuf/protobuf/autogen.sh
-* google-breakpad/src/third_party/protobuf/protobuf/benchmarks/
-* google-breakpad/src/third_party/protobuf/protobuf/benchmarks/ProtoBench.java
-* google-breakpad/src/third_party/protobuf/protobuf/benchmarks/google_message1.dat
-* google-breakpad/src/third_party/protobuf/protobuf/benchmarks/google_message2.dat
-* google-breakpad/src/third_party/protobuf/protobuf/benchmarks/google_size.proto
-* google-breakpad/src/third_party/protobuf/protobuf/benchmarks/google_speed.proto
-* google-breakpad/src/third_party/protobuf/protobuf/benchmarks/readme.txt
-* google-breakpad/src/third_party/protobuf/protobuf/configure.ac
-* google-breakpad/src/third_party/protobuf/protobuf/editors/
-* google-breakpad/src/third_party/protobuf/protobuf/editors/README.txt
-* google-breakpad/src/third_party/protobuf/protobuf/editors/proto.vim
-* google-breakpad/src/third_party/protobuf/protobuf/editors/protobuf-mode.el
-* google-breakpad/src/third_party/protobuf/protobuf/examples/
-* google-breakpad/src/third_party/protobuf/protobuf/examples/AddPerson.java
-* google-breakpad/src/third_party/protobuf/protobuf/examples/ListPeople.java
-* google-breakpad/src/third_party/protobuf/protobuf/examples/Makefile
-* google-breakpad/src/third_party/protobuf/protobuf/examples/README.txt
-* google-breakpad/src/third_party/protobuf/protobuf/examples/add_person.cc
-* google-breakpad/src/third_party/protobuf/protobuf/examples/add_person.py
-* google-breakpad/src/third_party/protobuf/protobuf/examples/addressbook.proto
-* google-breakpad/src/third_party/protobuf/protobuf/examples/list_people.cc
-* google-breakpad/src/third_party/protobuf/protobuf/examples/list_people.py
-* google-breakpad/src/third_party/protobuf/protobuf/generate_descriptor_proto.sh
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/entries
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/format
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/00/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/00/008200a351600537419653f985344d8d945342ed.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/02/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/02/02988d71c0b0969ddff68e6ae4bc935ac134fb1b.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/03/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/03/03ca3192404877230b57600ec073e9997f37aba0.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/06/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/06/061aaacead027985b0eafc6180964d4dd2d1a060.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/06/06cac56776f7f2e5c5fbfd9da46e091f15f16529.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/09/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/09/09f523fe411b50b25a10108ddaa41a584744c196.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/0b/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/0b/0b3d71487fa61d541d2a37e1f7b73354dc34df01.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/0e/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/0e/0ec149ae19fd08512e23dd46fcc1525c7d8e21b2.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/0e/0ed19442f34acf1f9e09a852c30a6c33b40f6c5a.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/11/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/11/111452834f083b2caac20fb9890b820ded8fe5d8.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/13/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/13/13b89a75b6c4239ea164f3d79bde29f16e7d0872.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/15/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/15/157610f8940c4016a3253f68131db800ce25a3cd.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/15/15b28e4a63d0c9c8239ae6c1657778e0e1cd2cee.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/17/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/17/1713a48d5f9cbee6bb7ed7012da9e6aca2a3e1ab.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/19/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/19/192d1902f1b5f47b379f766766e58138df3b8320.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/19/19fe01a5c94e10226965314d79ac867028256687.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/1e/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/1e/1e5d9fcac92c5d22329d5adecf0751ad525b23a2.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/1f/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/1f/1f718cd8fe0e021d4f84539dcd8b2f1a57a6e373.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/20/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/20/201715fe8351a01d2cc5747f1dcffc7088d1e869.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/20/202b182add847248d2aa3884b356587fbc092082.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/24/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/24/2477d3ad4bfc13343bd293c853b9a18456397029.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/25/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/25/25c18182cb608fffc47a65a712996e3a4dc9109f.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/26/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/26/267a8056d000e4e82a7b0566310a5763d7bea2ea.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/27/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/27/2777571dea4e55d126fa62d8a8e91b91eabecfe7.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/28/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/28/28707ca7eab8d0048e1a136c813d14e3507e3f61.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/29/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/29/2914291a1b376e92bcb94c70a4b5a0ea74d4adaf.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/29/29ede7670b71551a3d40feb0e12be14583e3ade8.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/2a/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/2a/2a5f3b2481ca49de80b1d2bd06ad9044e6351aa0.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/2a/2a9b4732d1224f3869654262d85fcecd23d3fe39.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/2b/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/2b/2b5f21168d183dcdb9d1239461c7ffbe11cb003b.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/2e/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/2e/2e0f40f183a1eb14698e7f3709b2e5793b07a807.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/30/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/30/309a8588aa46c92ddcefb0c8a2df76028d0492f1.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/31/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/31/31cb8d1131cf75720059887a457d4a6364eb8593.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/31/31dc8a4bacdee3b54b8993c12f207dcb0f8db49c.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/32/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/32/32e887ea3c141abe2ae4e80c27326e6ec0e3f5e2.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/33/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/33/3361b980ca3d01dd398c872ea465b20bdc503bbd.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/37/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/37/378e952492f6148dfd78a15f25a35975af201dc8.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/37/379a6e0a04417f871074d457a9e9ec6abe2511ae.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/37/37e9fa7e03bb22fc6193c97da76aa6d975390924.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/38/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/38/3882acc8d06efd3f5c168f7e7c37935a00b2f094.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/38/388e7ed8ca6d64a968eff4bffc0a57f5ace9f0ab.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/3a/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/3a/3a3633179f16128b7c7630656d789ccad2fa7320.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/3b/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/3b/3bbf058c87a31f8f610ba20d9ac5446c96fbfb2d.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/3d/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/3d/3d9861ab17972c4e9a08c9d5ca088b8ae0cf59c0.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/3f/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/3f/3f5349def011578866e11ace1e7cf18669048f83.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/40/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/40/4019446108707a1bd4aaf52e0b924d9353962c66.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/40/40c43f4ad96c8bf8092868d67d1b19aba4ad441e.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/41/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/41/41c74b8b2f9a0e84617b51607bcedb385786c8f1.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/41/41e647108e7bc20e94b7715394cd3e8fce6c35db.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/43/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/43/43591a7e432530e6b7f73502a28c4bca2ab1811b.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/45/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/45/453a579fd3825cdc470aea41cfc6a1001e41c5db.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/46/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/46/4600fb6dd65ba47418b60aa0779f8a692873e337.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/46/460917050ed6efaa1656af4ba06cf8e02889a5cf.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/46/46787d5242a31cde53fa49df19276c18cf1c7a2a.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/46/46cc0fb77bd0c2234652e0d2aef16a91b2f57cee.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/4b/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/4b/4b5fbf1ba395b8f65e16b9149419ae9f995f4a1e.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/4c/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/4c/4c5b820c9a1911777b551c301d610c771382c8e5.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/4e/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/4e/4e75f1be64d6ca49dcfb096e9bd0254b07b75e7f.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/50/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/50/50c5bf3c888c397cec5777b731a039ace130c140.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/52/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/52/52a89bc9d325789b3d379028a43c161f2dc65cdc.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/54/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/54/54bfbc34c313e13c5bd29c2fc15d6cb94539727b.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/54/54f2cb756a8cf27e6ce338bb214b81f1a4b6df04.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/55/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/55/55cc9935ae817027c18d94d67a1f83afb4fd482c.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/55/55fdce05bd69fcac79333b9a2138dc01b76bcb71.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/5a/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/5a/5a2314153eadadc69258a9429104cd11804ea304.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/5b/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/5b/5b92dcdfd9022dffd59ee3a02f021c9db1932820.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/5c/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/5c/5c3ad759f2ae458a72848b172e81dd0328aa6b03.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/5e/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/5e/5e057c00fc3f29c1db50bd36981fa6de895143b1.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/66/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/66/66725d7e124090bbc590b25732691c7e5747753a.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/66/66fe34ea750fa34e4fd991bbb532054c7a768be4.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/6a/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/6a/6ab64e47b8c4cbc7c81f21251692fa17564ca835.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/6b/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/6b/6bbf87436de2afd66680b653e6ebd66520698032.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/70/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/70/70bc7101dd7c9480a018f9f0c0cb26beb28bea0e.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/73/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/73/738f5dc1d5c3df1fd6ced123b8b76ed3642a4323.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/74/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/74/74c90a0f2168ca407470445c954a9b8b59721cca.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/75/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/75/759749c95d9d248083d5bb6680a157c204a66c3f.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/77/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/77/77b0e67825d409a877fb40eaa509bb29eab306ef.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/7d/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/7d/7d880db4b6470a30656c944e029dac42f542daea.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/7f/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/7f/7f828ae6bb8166c01ca928557beb03a31c331096.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/83/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/83/83c994da1624c8f2fdd7a73a371c4b42be3833eb.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/84/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/84/844d83d7b92065c610964b93cba2016737ed1ce1.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/86/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/86/86d27e1cc17a915b8050341b681a57980568b79a.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/86/86f1b4aad88584be0774c2eb95fc7aa08f47df8a.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/89/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/89/89224dbccf9253f82e3f015300c45d9c19f57387.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/89/89d900f9a28f7c172febcd65562903f0bb6803cd.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/8a/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/8a/8a54eb15790726f22a793898b165e399727a8b78.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/8b/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/8b/8b0d6bfc1551004b36d35787643004eeee298d2d.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/8c/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/8c/8c7c87dd10dc43356e12b0d0b88e2a8467f23844.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/8e/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/8e/8ea34aa30f81dd65a371c3f423731f8aba1c4b43.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/8f/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/8f/8f2db9aadf7987ef494ad0886dfcc7d65d25f4a8.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/91/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/91/910aa03e91b5d81ca09c73b0b8f0d1f87ecfd4dc.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/92/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/92/920c66e59b1217af5e59c766329ed2999c5d5b4b.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/92/924b12b1f2f386c3a0fcedecb66e3675afbf88d1.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/96/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/96/961d5e2d38d2a738de733177257565995551a874.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/97/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/97/9720bf6dd3e06d0a0676a9cb3a398262097da0f5.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/97/97dd088bb3781d1cff1c962c86719f3e5078c0aa.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/9c/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/9c/9c9a37a97c1ddbc49e3beceb6fc828d3aa963f62.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/a0/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/a0/a0a5c161fb5e7d97144c836c542b214d6094f387.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/a1/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/a1/a132f20b78018ee726dffdd8e4b973b7d0de2c2c.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/a1/a17624cb89431441be52fa7b7a7a52dc669eaf0b.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/a1/a1eb18dbe581f86886ae394d960cc2d4d7df5f3c.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/a2/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/a2/a251225fc924675f808c3cba4c9ed5c9d0730f1a.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/a2/a2e881fb9db91b5b9314be64defee7e606b376d7.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/a3/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/a3/a3c7c8910b5f088a3eb69957a03edc6acc8a6ccb.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/a5/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/a5/a5ca3a6e02cdd8cbbde91fc4f993d62a53ebf37c.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/a6/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/a6/a6e3c1206e20b81ae2959001c58540d4d0cf8259.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/a8/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/a8/a8bce7770976d203c4bb5b532ef30f8724c6bc71.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/a9/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/a9/a90c9d88253b47982e5b574023ddd8cf7d9644f5.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/aa/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/aa/aa04ec409fc728543a41d5dfcb14d11067ec408a.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/aa/aad7da942d02b04417844e946d46ac28a92cf9e4.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/ac/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/ac/acb9708685bc9c8a841e1156695366272a825549.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/ad/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/ad/ad209f75345af4a95927bf26ca8ecdb46b6c1aaf.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/ad/add4561c3877c0f89f196677f0c9d78ed61b2f7c.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/b1/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/b1/b1648feac6ed36d195ca003c8e48fad0d1a0a72c.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/b2/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/b2/b2b767e44e50274a8437d850d978f569240feeac.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/b3/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/b3/b3d77eeaff76dafd940964f7049ca86b56c8e507.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/b3/b3e9ca9cc315334c7f7b7f453a1338c1e73a2701.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/b4/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/b4/b41a26ddd92f9ee5b096ed687ed7bcd616b17152.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/b4/b470ec9705b1e0859c64f997798f8cda8783e4ad.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/b4/b4a98b70d02234d569c4ed854bac1e787f71d62d.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/b4/b4d771dfcb442664684d152e18268cdb8efef82e.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/b7/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/b7/b75c41116440e7e06b7d4089b713f6180572daa2.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/b7/b7d643e2b9f317240640d330fd4ba62ca160ee80.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/ba/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/ba/ba104b2d1d8fb3bf54fe099eed5c11e1ff4a9de3.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/bb/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/bb/bb97b92d4339085942fcb50efc775ad5847b1c5a.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/bb/bbc4789cda1cad31346d38c555b54ebb8005362e.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/bc/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/bc/bc5a0f4a002ad2268375041b937b0671154948fa.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/bc/bc9ee6ac6b3fa4760d1b937d1c2b97bdf4652dd5.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/be/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/be/be80e04fea01d572c47fb781ab700e1a1277eb45.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/bf/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/bf/bf925c59fae9303967d06444ecf2c06920b8f185.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/c0/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/c0/c0624eed1ee936529b12f53c1241f09d99bbc5c5.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/c1/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/c1/c1b45a58091e72d8742cdb4f9af68fa5d22c0d88.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/c5/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/c5/c51924d2524dabd8c51fdd3846d1211e454a0b2d.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/c7/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/c7/c7bf8b1e4323cd8e0de1d009f32b550a3d20e44f.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/cc/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/cc/cc40406e312726da06ad6f3a997d76f7a194630e.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/cc/cc434be90938770c09007b4f59f3d6998837ec4f.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/ce/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/ce/ce6e2c9793e862571b40a7dd7ca34ccf9ca83fd8.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/d3/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/d3/d3285aa97d76abbd4137bd940de46b4531935dd7.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/d3/d3adbeb40ab5f30cf19d05aa3d10ff67cd904d39.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/d5/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/d5/d5528ed4ba28d8303622a1b8299fa371edd3ffbd.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/d5/d5c39ee54532b2d8d1475dacb772c4c5d394c776.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/d9/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/d9/d9e6e85c0e168de95d1f2f2c50bdc0209d3cf16f.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/da/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/da/da39a3ee5e6b4b0d3255bfef95601890afd80709.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/da/dae421cb4ac7e4f8f84191db497c99ace333d251.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/dc/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/dc/dc1219535e0da1bc16c287d7ea5c99d820687b2a.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/df/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/df/df61587be7fdfa5068986294aabcf1dec2681ec4.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/e0/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/e0/e0126c05d690d3c39a423256df376f0233aa9206.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/e0/e061e526e566479a4d41fea91a2414add512e7f5.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/e4/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/e4/e4903b96bedf2aa4487718c8e7c51bfbc575933d.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/e8/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/e8/e89883bdb2b662549f4b6d0ffebb4636c8b05852.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/e9/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/e9/e94ccc1e5ed1601f58c57bd2b131a0c34af62fef.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/ea/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/ea/ea5795e78894099daa8066de590c5fd94fa81453.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/ed/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/ed/ed6addeb0fa4f1c5332cbb9d8d9d3b9e989ba7ae.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/ef/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/ef/ef7eff5ea6fc5e2ccb405db0f6363b86994cec52.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/f0/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/f0/f0c33eb31dafffd191180bffbbd03de2524a8787.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/f2/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/f2/f20f21322baa74968d0481f35741f2405b13c49d.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/f2/f2335a0e143a07476d4fc41350fd7cee3c8debe1.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/f4/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/f4/f4e9333d3637d5751afb25c0464b301a0ede10e0.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/f5/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/f5/f552d267ff45b65b55b44a9d5ca61748d38e3ea4.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/f5/f563abed02896e200e7cb199c79a022e3ebd3b27.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/f5/f5ed04ce8dc2d70231496fc70b50a08d60c225d7.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/fa/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/fa/fa0db99a08762452e445f9fa0a9bdd991cfa2088.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/fb/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/pristine/fb/fbc35f7e0c84cb5d5ee124254469a9959c275b09.svn-base
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/.svn/wc.db
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/CHANGES
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/CMakeLists.txt
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/CONTRIBUTORS
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/COPYING
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/Makefile.am
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/README
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/build-aux/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/build-aux/.keep
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/codegear/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/codegear/gtest.cbproj
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/codegear/gtest.groupproj
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/codegear/gtest_all.cc
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/codegear/gtest_link.cc
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/codegear/gtest_main.cbproj
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/codegear/gtest_unittest.cbproj
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/configure.ac
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/include/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/include/gtest/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/include/gtest/gtest-death-test.h
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/include/gtest/gtest-message.h
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/include/gtest/gtest-param-test.h
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/include/gtest/gtest-param-test.h.pump
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/include/gtest/gtest-spi.h
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/include/gtest/gtest-test-part.h
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/include/gtest/gtest-typed-test.h
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/include/gtest/gtest.h
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/include/gtest/gtest_pred_impl.h
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/include/gtest/gtest_prod.h
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/include/gtest/internal/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/include/gtest/internal/gtest-death-test-internal.h
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/include/gtest/internal/gtest-filepath.h
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/include/gtest/internal/gtest-internal.h
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/include/gtest/internal/gtest-linked_ptr.h
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/include/gtest/internal/gtest-param-util-generated.h
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/include/gtest/internal/gtest-param-util-generated.h.pump
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/include/gtest/internal/gtest-param-util.h
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/include/gtest/internal/gtest-port.h
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/include/gtest/internal/gtest-string.h
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/include/gtest/internal/gtest-tuple.h
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/include/gtest/internal/gtest-tuple.h.pump
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/include/gtest/internal/gtest-type-util.h
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/include/gtest/internal/gtest-type-util.h.pump
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/m4/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/m4/acx_pthread.m4
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/m4/gtest.m4
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/make/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/make/Makefile
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/msvc/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/msvc/gtest-md.sln
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/msvc/gtest-md.vcproj
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/msvc/gtest.sln
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/msvc/gtest.vcproj
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/msvc/gtest_main-md.vcproj
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/msvc/gtest_main.vcproj
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/msvc/gtest_prod_test-md.vcproj
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/msvc/gtest_prod_test.vcproj
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/msvc/gtest_unittest-md.vcproj
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/msvc/gtest_unittest.vcproj
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/run_tests.py
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/samples/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/samples/prime_tables.h
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/samples/sample1.cc
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/samples/sample1.h
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/samples/sample10_unittest.cc
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/samples/sample1_unittest.cc
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/samples/sample2.cc
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/samples/sample2.h
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/samples/sample2_unittest.cc
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/samples/sample3-inl.h
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/samples/sample3_unittest.cc
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/samples/sample4.cc
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/samples/sample4.h
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/samples/sample4_unittest.cc
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/samples/sample5_unittest.cc
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/samples/sample6_unittest.cc
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/samples/sample7_unittest.cc
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/samples/sample8_unittest.cc
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/samples/sample9_unittest.cc
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/scripts/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/scripts/fuse_gtest_files.py
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/scripts/gen_gtest_pred_impl.py
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/scripts/gtest-config.in
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/scripts/pump.py
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/scripts/test/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/scripts/test/Makefile
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/scripts/upload.py
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/scripts/upload_gtest.py
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/src/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/src/gtest-all.cc
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/src/gtest-death-test.cc
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/src/gtest-filepath.cc
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/src/gtest-internal-inl.h
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/src/gtest-port.cc
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/src/gtest-test-part.cc
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/src/gtest-typed-test.cc
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/src/gtest.cc
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/src/gtest_main.cc
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/test/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/test/gtest-death-test_test.cc
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/test/gtest-filepath_test.cc
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/test/gtest-linked_ptr_test.cc
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/test/gtest-listener_test.cc
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/test/gtest-message_test.cc
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/test/gtest-options_test.cc
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/test/gtest-param-test2_test.cc
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/test/gtest-param-test_test.cc
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/test/gtest-param-test_test.h
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/test/gtest-port_test.cc
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/test/gtest-test-part_test.cc
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/test/gtest-tuple_test.cc
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/test/gtest-typed-test2_test.cc
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/test/gtest-typed-test_test.cc
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/test/gtest-typed-test_test.h
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/test/gtest-unittest-api_test.cc
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/test/gtest_all_test.cc
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/test/gtest_break_on_failure_unittest.py
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/test/gtest_break_on_failure_unittest_.cc
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/test/gtest_color_test.py
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/test/gtest_color_test_.cc
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/test/gtest_env_var_test.py
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/test/gtest_env_var_test_.cc
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/test/gtest_environment_test.cc
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/test/gtest_filter_unittest.py
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/test/gtest_filter_unittest_.cc
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/test/gtest_help_test.py
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/test/gtest_help_test_.cc
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/test/gtest_list_tests_unittest.py
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/test/gtest_list_tests_unittest_.cc
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/test/gtest_main_unittest.cc
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/test/gtest_nc.cc
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/test/gtest_nc_test.py
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/test/gtest_no_test_unittest.cc
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/test/gtest_output_test.py
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/test/gtest_output_test_.cc
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/test/gtest_output_test_golden_lin.txt
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/test/gtest_output_test_golden_win.txt
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/test/gtest_pred_impl_unittest.cc
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/test/gtest_prod_test.cc
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/test/gtest_repeat_test.cc
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/test/gtest_shuffle_test.py
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/test/gtest_shuffle_test_.cc
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/test/gtest_sole_header_test.cc
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/test/gtest_stress_test.cc
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/test/gtest_test_utils.py
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/test/gtest_throw_on_failure_ex_test.cc
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/test/gtest_throw_on_failure_test.py
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/test/gtest_throw_on_failure_test_.cc
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/test/gtest_uninitialized_test.py
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/test/gtest_uninitialized_test_.cc
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/test/gtest_unittest.cc
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/test/gtest_xml_outfile1_test_.cc
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/test/gtest_xml_outfile2_test_.cc
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/test/gtest_xml_outfiles_test.py
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/test/gtest_xml_output_unittest.py
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/test/gtest_xml_output_unittest_.cc
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/test/gtest_xml_test_utils.py
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/test/production.cc
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/test/production.h
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/test/run_tests_util.py
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/test/run_tests_util_test.py
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/xcode/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/xcode/Config/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/xcode/Config/DebugProject.xcconfig
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/xcode/Config/FrameworkTarget.xcconfig
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/xcode/Config/General.xcconfig
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/xcode/Config/ReleaseProject.xcconfig
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/xcode/Config/StaticLibraryTarget.xcconfig
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/xcode/Config/TestTarget.xcconfig
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/xcode/Resources/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/xcode/Resources/Info.plist
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/xcode/Samples/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/xcode/Samples/FrameworkSample/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/xcode/Samples/FrameworkSample/Info.plist
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/project.pbxproj
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/xcode/Samples/FrameworkSample/runtests.sh
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/xcode/Samples/FrameworkSample/widget.cc
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/xcode/Samples/FrameworkSample/widget.h
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/xcode/Samples/FrameworkSample/widget_test.cc
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/xcode/Scripts/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/xcode/Scripts/runtests.sh
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/xcode/Scripts/versiongenerate.py
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/xcode/gtest.xcodeproj/
-* google-breakpad/src/third_party/protobuf/protobuf/gtest/xcode/gtest.xcodeproj/project.pbxproj
-* google-breakpad/src/third_party/protobuf/protobuf/java/
-* google-breakpad/src/third_party/protobuf/protobuf/java/README.txt
-* google-breakpad/src/third_party/protobuf/protobuf/java/pom.xml
-* google-breakpad/src/third_party/protobuf/protobuf/java/src/
-* google-breakpad/src/third_party/protobuf/protobuf/java/src/main/
-* google-breakpad/src/third_party/protobuf/protobuf/java/src/main/java/
-* google-breakpad/src/third_party/protobuf/protobuf/java/src/main/java/com/
-* google-breakpad/src/third_party/protobuf/protobuf/java/src/main/java/com/google/
-* google-breakpad/src/third_party/protobuf/protobuf/java/src/main/java/com/google/protobuf/
-* google-breakpad/src/third_party/protobuf/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java
-* google-breakpad/src/third_party/protobuf/protobuf/java/src/main/java/com/google/protobuf/AbstractMessageLite.java
-* google-breakpad/src/third_party/protobuf/protobuf/java/src/main/java/com/google/protobuf/BlockingRpcChannel.java
-* google-breakpad/src/third_party/protobuf/protobuf/java/src/main/java/com/google/protobuf/BlockingService.java
-* google-breakpad/src/third_party/protobuf/protobuf/java/src/main/java/com/google/protobuf/ByteString.java
-* google-breakpad/src/third_party/protobuf/protobuf/java/src/main/java/com/google/protobuf/CodedInputStream.java
-* google-breakpad/src/third_party/protobuf/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java
-* google-breakpad/src/third_party/protobuf/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java
-* google-breakpad/src/third_party/protobuf/protobuf/java/src/main/java/com/google/protobuf/DynamicMessage.java
-* google-breakpad/src/third_party/protobuf/protobuf/java/src/main/java/com/google/protobuf/ExtensionRegistry.java
-* google-breakpad/src/third_party/protobuf/protobuf/java/src/main/java/com/google/protobuf/ExtensionRegistryLite.java
-* google-breakpad/src/third_party/protobuf/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java
-* google-breakpad/src/third_party/protobuf/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java
-* google-breakpad/src/third_party/protobuf/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessageLite.java
-* google-breakpad/src/third_party/protobuf/protobuf/java/src/main/java/com/google/protobuf/Internal.java
-* google-breakpad/src/third_party/protobuf/protobuf/java/src/main/java/com/google/protobuf/InvalidProtocolBufferException.java
-* google-breakpad/src/third_party/protobuf/protobuf/java/src/main/java/com/google/protobuf/LazyStringArrayList.java
-* google-breakpad/src/third_party/protobuf/protobuf/java/src/main/java/com/google/protobuf/LazyStringList.java
-* google-breakpad/src/third_party/protobuf/protobuf/java/src/main/java/com/google/protobuf/Message.java
-* google-breakpad/src/third_party/protobuf/protobuf/java/src/main/java/com/google/protobuf/MessageLite.java
-* google-breakpad/src/third_party/protobuf/protobuf/java/src/main/java/com/google/protobuf/MessageLiteOrBuilder.java
-* google-breakpad/src/third_party/protobuf/protobuf/java/src/main/java/com/google/protobuf/MessageOrBuilder.java
-* google-breakpad/src/third_party/protobuf/protobuf/java/src/main/java/com/google/protobuf/ProtocolMessageEnum.java
-* google-breakpad/src/third_party/protobuf/protobuf/java/src/main/java/com/google/protobuf/RepeatedFieldBuilder.java
-* google-breakpad/src/third_party/protobuf/protobuf/java/src/main/java/com/google/protobuf/RpcCallback.java
-* google-breakpad/src/third_party/protobuf/protobuf/java/src/main/java/com/google/protobuf/RpcChannel.java
-* google-breakpad/src/third_party/protobuf/protobuf/java/src/main/java/com/google/protobuf/RpcController.java
-* google-breakpad/src/third_party/protobuf/protobuf/java/src/main/java/com/google/protobuf/RpcUtil.java
-* google-breakpad/src/third_party/protobuf/protobuf/java/src/main/java/com/google/protobuf/Service.java
-* google-breakpad/src/third_party/protobuf/protobuf/java/src/main/java/com/google/protobuf/ServiceException.java
-* google-breakpad/src/third_party/protobuf/protobuf/java/src/main/java/com/google/protobuf/SingleFieldBuilder.java
-* google-breakpad/src/third_party/protobuf/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java
-* google-breakpad/src/third_party/protobuf/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java
-* google-breakpad/src/third_party/protobuf/protobuf/java/src/main/java/com/google/protobuf/UninitializedMessageException.java
-* google-breakpad/src/third_party/protobuf/protobuf/java/src/main/java/com/google/protobuf/UnknownFieldSet.java
-* google-breakpad/src/third_party/protobuf/protobuf/java/src/main/java/com/google/protobuf/UnmodifiableLazyStringList.java
-* google-breakpad/src/third_party/protobuf/protobuf/java/src/main/java/com/google/protobuf/WireFormat.java
-* google-breakpad/src/third_party/protobuf/protobuf/java/src/test/
-* google-breakpad/src/third_party/protobuf/protobuf/java/src/test/java/
-* google-breakpad/src/third_party/protobuf/protobuf/java/src/test/java/com/
-* google-breakpad/src/third_party/protobuf/protobuf/java/src/test/java/com/google/
-* google-breakpad/src/third_party/protobuf/protobuf/java/src/test/java/com/google/protobuf/
-* google-breakpad/src/third_party/protobuf/protobuf/java/src/test/java/com/google/protobuf/AbstractMessageTest.java
-* google-breakpad/src/third_party/protobuf/protobuf/java/src/test/java/com/google/protobuf/CodedInputStreamTest.java
-* google-breakpad/src/third_party/protobuf/protobuf/java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java
-* google-breakpad/src/third_party/protobuf/protobuf/java/src/test/java/com/google/protobuf/DeprecatedFieldTest.java
-* google-breakpad/src/third_party/protobuf/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java
-* google-breakpad/src/third_party/protobuf/protobuf/java/src/test/java/com/google/protobuf/DynamicMessageTest.java
-* google-breakpad/src/third_party/protobuf/protobuf/java/src/test/java/com/google/protobuf/ForceFieldBuildersPreRun.java
-* google-breakpad/src/third_party/protobuf/protobuf/java/src/test/java/com/google/protobuf/GeneratedMessageTest.java
-* google-breakpad/src/third_party/protobuf/protobuf/java/src/test/java/com/google/protobuf/LazyStringArrayListTest.java
-* google-breakpad/src/third_party/protobuf/protobuf/java/src/test/java/com/google/protobuf/LazyStringEndToEndTest.java
-* google-breakpad/src/third_party/protobuf/protobuf/java/src/test/java/com/google/protobuf/LiteTest.java
-* google-breakpad/src/third_party/protobuf/protobuf/java/src/test/java/com/google/protobuf/MessageTest.java
-* google-breakpad/src/third_party/protobuf/protobuf/java/src/test/java/com/google/protobuf/NestedBuildersTest.java
-* google-breakpad/src/third_party/protobuf/protobuf/java/src/test/java/com/google/protobuf/RepeatedFieldBuilderTest.java
-* google-breakpad/src/third_party/protobuf/protobuf/java/src/test/java/com/google/protobuf/ServiceTest.java
-* google-breakpad/src/third_party/protobuf/protobuf/java/src/test/java/com/google/protobuf/SingleFieldBuilderTest.java
-* google-breakpad/src/third_party/protobuf/protobuf/java/src/test/java/com/google/protobuf/SmallSortedMapTest.java
-* google-breakpad/src/third_party/protobuf/protobuf/java/src/test/java/com/google/protobuf/TestBadIdentifiers.java
-* google-breakpad/src/third_party/protobuf/protobuf/java/src/test/java/com/google/protobuf/TestUtil.java
-* google-breakpad/src/third_party/protobuf/protobuf/java/src/test/java/com/google/protobuf/TextFormatTest.java
-* google-breakpad/src/third_party/protobuf/protobuf/java/src/test/java/com/google/protobuf/UnknownFieldSetTest.java
-* google-breakpad/src/third_party/protobuf/protobuf/java/src/test/java/com/google/protobuf/UnmodifiableLazyStringListTest.java
-* google-breakpad/src/third_party/protobuf/protobuf/java/src/test/java/com/google/protobuf/WireFormatTest.java
-* google-breakpad/src/third_party/protobuf/protobuf/java/src/test/java/com/google/protobuf/multiple_files_test.proto
-* google-breakpad/src/third_party/protobuf/protobuf/java/src/test/java/com/google/protobuf/nested_builders_test.proto
-* google-breakpad/src/third_party/protobuf/protobuf/java/src/test/java/com/google/protobuf/nested_extension.proto
-* google-breakpad/src/third_party/protobuf/protobuf/java/src/test/java/com/google/protobuf/nested_extension_lite.proto
-* google-breakpad/src/third_party/protobuf/protobuf/java/src/test/java/com/google/protobuf/non_nested_extension.proto
-* google-breakpad/src/third_party/protobuf/protobuf/java/src/test/java/com/google/protobuf/non_nested_extension_lite.proto
-* google-breakpad/src/third_party/protobuf/protobuf/java/src/test/java/com/google/protobuf/test_bad_identifiers.proto
-* google-breakpad/src/third_party/protobuf/protobuf/m4/
-* google-breakpad/src/third_party/protobuf/protobuf/m4/ac_system_extensions.m4
-* google-breakpad/src/third_party/protobuf/protobuf/m4/acx_check_suncc.m4
-* google-breakpad/src/third_party/protobuf/protobuf/m4/acx_pthread.m4
-* google-breakpad/src/third_party/protobuf/protobuf/m4/stl_hash.m4
-* google-breakpad/src/third_party/protobuf/protobuf/more_tests/
-* google-breakpad/src/third_party/protobuf/protobuf/more_tests/Makefile
-* google-breakpad/src/third_party/protobuf/protobuf/post_process_dist.sh
-* google-breakpad/src/third_party/protobuf/protobuf/protobuf-lite.pc.in
-* google-breakpad/src/third_party/protobuf/protobuf/protobuf.pc.in
-* google-breakpad/src/third_party/protobuf/protobuf/python/
-* google-breakpad/src/third_party/protobuf/protobuf/python/README.txt
-* google-breakpad/src/third_party/protobuf/protobuf/python/ez_setup.py
-* google-breakpad/src/third_party/protobuf/protobuf/python/google/
-* google-breakpad/src/third_party/protobuf/protobuf/python/google/__init__.py
-* google-breakpad/src/third_party/protobuf/protobuf/python/google/protobuf/
-* google-breakpad/src/third_party/protobuf/protobuf/python/google/protobuf/__init__.py
-* google-breakpad/src/third_party/protobuf/protobuf/python/google/protobuf/descriptor.py
-* google-breakpad/src/third_party/protobuf/protobuf/python/google/protobuf/internal/
-* google-breakpad/src/third_party/protobuf/protobuf/python/google/protobuf/internal/__init__.py
-* google-breakpad/src/third_party/protobuf/protobuf/python/google/protobuf/internal/api_implementation.py
-* google-breakpad/src/third_party/protobuf/protobuf/python/google/protobuf/internal/containers.py
-* google-breakpad/src/third_party/protobuf/protobuf/python/google/protobuf/internal/cpp_message.py
-* google-breakpad/src/third_party/protobuf/protobuf/python/google/protobuf/internal/decoder.py
-* google-breakpad/src/third_party/protobuf/protobuf/python/google/protobuf/internal/descriptor_test.py
-* google-breakpad/src/third_party/protobuf/protobuf/python/google/protobuf/internal/encoder.py
-* google-breakpad/src/third_party/protobuf/protobuf/python/google/protobuf/internal/generator_test.py
-* google-breakpad/src/third_party/protobuf/protobuf/python/google/protobuf/internal/message_listener.py
-* google-breakpad/src/third_party/protobuf/protobuf/python/google/protobuf/internal/message_test.py
-* google-breakpad/src/third_party/protobuf/protobuf/python/google/protobuf/internal/more_extensions.proto
-* google-breakpad/src/third_party/protobuf/protobuf/python/google/protobuf/internal/more_messages.proto
-* google-breakpad/src/third_party/protobuf/protobuf/python/google/protobuf/internal/python_message.py
-* google-breakpad/src/third_party/protobuf/protobuf/python/google/protobuf/internal/reflection_test.py
-* google-breakpad/src/third_party/protobuf/protobuf/python/google/protobuf/internal/service_reflection_test.py
-* google-breakpad/src/third_party/protobuf/protobuf/python/google/protobuf/internal/test_util.py
-* google-breakpad/src/third_party/protobuf/protobuf/python/google/protobuf/internal/text_format_test.py
-* google-breakpad/src/third_party/protobuf/protobuf/python/google/protobuf/internal/type_checkers.py
-* google-breakpad/src/third_party/protobuf/protobuf/python/google/protobuf/internal/wire_format.py
-* google-breakpad/src/third_party/protobuf/protobuf/python/google/protobuf/internal/wire_format_test.py
-* google-breakpad/src/third_party/protobuf/protobuf/python/google/protobuf/message.py
-* google-breakpad/src/third_party/protobuf/protobuf/python/google/protobuf/pyext/
-* google-breakpad/src/third_party/protobuf/protobuf/python/google/protobuf/pyext/python-proto2.cc
-* google-breakpad/src/third_party/protobuf/protobuf/python/google/protobuf/pyext/python_descriptor.cc
-* google-breakpad/src/third_party/protobuf/protobuf/python/google/protobuf/pyext/python_descriptor.h
-* google-breakpad/src/third_party/protobuf/protobuf/python/google/protobuf/pyext/python_protobuf.cc
-* google-breakpad/src/third_party/protobuf/protobuf/python/google/protobuf/pyext/python_protobuf.h
-* google-breakpad/src/third_party/protobuf/protobuf/python/google/protobuf/reflection.py
-* google-breakpad/src/third_party/protobuf/protobuf/python/google/protobuf/service.py
-* google-breakpad/src/third_party/protobuf/protobuf/python/google/protobuf/service_reflection.py
-* google-breakpad/src/third_party/protobuf/protobuf/python/google/protobuf/text_format.py
-* google-breakpad/src/third_party/protobuf/protobuf/python/mox.py
-* google-breakpad/src/third_party/protobuf/protobuf/python/setup.py
-* google-breakpad/src/third_party/protobuf/protobuf/python/stubout.py
-* google-breakpad/src/third_party/protobuf/protobuf/src/
-* google-breakpad/src/third_party/protobuf/protobuf/src/Makefile.am
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/SEBS
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/compiler/
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/compiler/code_generator.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/compiler/code_generator.h
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/compiler/command_line_interface.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/compiler/command_line_interface.h
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/compiler/cpp/
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/compiler/cpp/cpp_bootstrap_unittest.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/compiler/cpp/cpp_enum.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/compiler/cpp/cpp_enum.h
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/compiler/cpp/cpp_enum_field.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/compiler/cpp/cpp_enum_field.h
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/compiler/cpp/cpp_extension.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/compiler/cpp/cpp_extension.h
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/compiler/cpp/cpp_field.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/compiler/cpp/cpp_field.h
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/compiler/cpp/cpp_file.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/compiler/cpp/cpp_file.h
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/compiler/cpp/cpp_generator.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/compiler/cpp/cpp_generator.h
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.h
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/compiler/cpp/cpp_message.h
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/compiler/cpp/cpp_message_field.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/compiler/cpp/cpp_message_field.h
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/compiler/cpp/cpp_plugin_unittest.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/compiler/cpp/cpp_primitive_field.h
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/compiler/cpp/cpp_service.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/compiler/cpp/cpp_service.h
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/compiler/cpp/cpp_string_field.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/compiler/cpp/cpp_string_field.h
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/compiler/cpp/cpp_test_bad_identifiers.proto
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/compiler/cpp/cpp_unittest.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/compiler/importer.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/compiler/importer.h
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/compiler/importer_unittest.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/compiler/java/
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/compiler/java/java_enum.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/compiler/java/java_enum.h
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/compiler/java/java_enum_field.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/compiler/java/java_enum_field.h
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/compiler/java/java_extension.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/compiler/java/java_extension.h
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/compiler/java/java_field.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/compiler/java/java_field.h
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/compiler/java/java_file.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/compiler/java/java_file.h
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/compiler/java/java_generator.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/compiler/java/java_generator.h
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/compiler/java/java_helpers.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/compiler/java/java_helpers.h
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/compiler/java/java_message.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/compiler/java/java_message.h
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/compiler/java/java_message_field.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/compiler/java/java_message_field.h
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/compiler/java/java_plugin_unittest.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/compiler/java/java_primitive_field.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/compiler/java/java_primitive_field.h
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/compiler/java/java_service.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/compiler/java/java_service.h
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/compiler/java/java_string_field.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/compiler/java/java_string_field.h
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/compiler/main.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/compiler/mock_code_generator.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/compiler/mock_code_generator.h
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/compiler/package_info.h
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/compiler/parser.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/compiler/parser.h
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/compiler/parser_unittest.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/compiler/plugin.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/compiler/plugin.h
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/compiler/plugin.pb.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/compiler/plugin.pb.h
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/compiler/plugin.proto
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/compiler/python/
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/compiler/python/python_generator.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/compiler/python/python_generator.h
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/compiler/python/python_plugin_unittest.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/compiler/subprocess.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/compiler/subprocess.h
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/compiler/test_plugin.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/compiler/zip_output_unittest.sh
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/compiler/zip_writer.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/compiler/zip_writer.h
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/descriptor.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/descriptor.h
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/descriptor.pb.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/descriptor.pb.h
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/descriptor.proto
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/descriptor_database.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/descriptor_database.h
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/descriptor_database_unittest.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/descriptor_unittest.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/dynamic_message.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/dynamic_message.h
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/dynamic_message_unittest.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/extension_set.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/extension_set.h
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/extension_set_heavy.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/extension_set_unittest.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/generated_message_reflection.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/generated_message_reflection.h
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/generated_message_reflection_unittest.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/generated_message_util.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/generated_message_util.h
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/io/
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/io/coded_stream.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/io/coded_stream.h
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/io/coded_stream_inl.h
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/io/coded_stream_unittest.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/io/gzip_stream.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/io/gzip_stream.h
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/io/gzip_stream_unittest.sh
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/io/package_info.h
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/io/printer.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/io/printer.h
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/io/printer_unittest.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/io/tokenizer.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/io/tokenizer.h
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/io/tokenizer_unittest.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/io/zero_copy_stream.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/io/zero_copy_stream.h
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/io/zero_copy_stream_impl.h
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.h
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/lite_unittest.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/message.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/message.h
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/message_lite.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/message_lite.h
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/message_unittest.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/package_info.h
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/reflection_ops.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/reflection_ops.h
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/reflection_ops_unittest.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/repeated_field.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/repeated_field.h
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/repeated_field_unittest.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/service.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/service.h
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/stubs/
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/stubs/common.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/stubs/common.h
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/stubs/common_unittest.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/stubs/hash.h
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/stubs/map-util.h
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/stubs/once.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/stubs/once.h
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/stubs/once_unittest.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/stubs/stl_util-inl.h
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/stubs/structurally_valid.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/stubs/structurally_valid_unittest.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/stubs/strutil.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/stubs/strutil.h
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/stubs/strutil_unittest.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/stubs/substitute.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/stubs/substitute.h
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/test_util.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/test_util.h
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/test_util_lite.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/test_util_lite.h
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/testdata/
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/testdata/golden_message
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/testdata/golden_packed_fields_message
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/testdata/text_format_unittest_data.txt
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/testdata/text_format_unittest_extensions_data.txt
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/testing/
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/testing/file.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/testing/file.h
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/testing/googletest.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/testing/googletest.h
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/testing/zcgunzip.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/testing/zcgzip.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/text_format.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/text_format.h
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/text_format_unittest.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/unittest.proto
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/unittest_custom_options.proto
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/unittest_embed_optimize_for.proto
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/unittest_empty.proto
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/unittest_enormous_descriptor.proto
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/unittest_import.proto
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/unittest_import_lite.proto
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/unittest_lite.proto
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/unittest_lite_imports_nonlite.proto
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/unittest_mset.proto
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/unittest_no_generic_services.proto
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/unittest_optimize_for.proto
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/unknown_field_set.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/unknown_field_set.h
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/unknown_field_set_unittest.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/wire_format.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/wire_format.h
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/wire_format_lite.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/wire_format_lite.h
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/wire_format_lite_inl.h
-* google-breakpad/src/third_party/protobuf/protobuf/src/google/protobuf/wire_format_unittest.cc
-* google-breakpad/src/third_party/protobuf/protobuf/src/solaris/
-* google-breakpad/src/third_party/protobuf/protobuf/src/solaris/libstdc++.la
-* google-breakpad/src/third_party/protobuf/protobuf/vsprojects/
-* google-breakpad/src/third_party/protobuf/protobuf/vsprojects/config.h
-* google-breakpad/src/third_party/protobuf/protobuf/vsprojects/convert2008to2005.sh
-* google-breakpad/src/third_party/protobuf/protobuf/vsprojects/extract_includes.bat
-* google-breakpad/src/third_party/protobuf/protobuf/vsprojects/libprotobuf-lite.vcproj
-* google-breakpad/src/third_party/protobuf/protobuf/vsprojects/libprotobuf.vcproj
-* google-breakpad/src/third_party/protobuf/protobuf/vsprojects/libprotoc.vcproj
-* google-breakpad/src/third_party/protobuf/protobuf/vsprojects/lite-test.vcproj
-* google-breakpad/src/third_party/protobuf/protobuf/vsprojects/protobuf.sln
-* google-breakpad/src/third_party/protobuf/protobuf/vsprojects/protoc.vcproj
-* google-breakpad/src/third_party/protobuf/protobuf/vsprojects/readme.txt
-* google-breakpad/src/third_party/protobuf/protobuf/vsprojects/test_plugin.vcproj
-* google-breakpad/src/third_party/protobuf/protobuf/vsprojects/tests.vcproj
-* google-breakpad/src/tools/
-* google-breakpad/src/tools/gyp/
-* google-breakpad/src/tools/gyp/.gitignore
-* google-breakpad/src/tools/gyp/.svn/
-* google-breakpad/src/tools/gyp/.svn/entries
-* google-breakpad/src/tools/gyp/.svn/format
-* google-breakpad/src/tools/gyp/.svn/pristine/
-* google-breakpad/src/tools/gyp/.svn/pristine/00/
-* google-breakpad/src/tools/gyp/.svn/pristine/00/00902825bac0f085e5acb58d127129da20f98375.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/00/00ecf42bf1e226e09fd04d6e8c63d33dcd5eeb7e.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/01/
-* google-breakpad/src/tools/gyp/.svn/pristine/01/013e0445e6ce162f792eab5e21c05d571500e1ab.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/01/014d040581cdcaa9230605dc879633131bb05225.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/01/014d90e104838d76b7cd2e7abf1ad9d7c3b5e935.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/01/01610591217875f6d94d8d5b5f8edecf2c2c77f0.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/01/01a510b107620bae47d4bf18a31681cbdab3eb00.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/02/
-* google-breakpad/src/tools/gyp/.svn/pristine/02/02106b17386a5e1013ef9295cfd71ac0e18630bb.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/02/0228970d485c9a4d1ba1081f0fb8d3c9b71d0fdb.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/02/023ee3b0591bb09a2d0d2c72d7aec493257e759c.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/02/025250f5b0115f747a1a7ee3b63fe92566474e7b.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/02/026625ca51c9d8c9a10f1ae69c8f3ff25d3f25cc.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/02/02ad934a9bd8be04bfe0b7cdc834efc55efed024.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/02/02f25da793437f78253f706c8e38415f1ffdd79a.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/03/
-* google-breakpad/src/tools/gyp/.svn/pristine/03/031ec4e6701c06e7a460df2e5ae2ff5eae488745.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/03/03456921e33945646084dc3b4a4be9dba6e556a3.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/03/03cfd743661f07975fa2f1220c5194cbaff48451.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/03/03e3f6c576cb33f53457cc9bd6ec488e4214842f.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/04/
-* google-breakpad/src/tools/gyp/.svn/pristine/04/04124258998789ae5f770f7c8386ac4b023ae501.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/04/043e2d758d6a915d1eb70d1a014d5d34c633a997.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/04/04512a4d5c6325b75c6ceb3f0d45c6cc4e31e391.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/04/048e70610925e98d652786b397389d017114bb29.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/04/04951bf38a4a3681b80417fc311efb084cfa163c.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/04/04a8a92c76322af959dce787d8c25ef5037b7af5.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/04/04bbd24f98f630022ad101d17ea750b63142e8a1.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/05/
-* google-breakpad/src/tools/gyp/.svn/pristine/05/05ce5887365abff19454a54e116eb64eb2d6cdb7.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/05/05d8db0f645c6000a339c7c5889e1dba7486df88.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/05/05e359786c5b587e920db0800ef5aac5c8f53f87.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/06/
-* google-breakpad/src/tools/gyp/.svn/pristine/06/06165c7524788035dca1abadb69acbdd09664040.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/06/064176adc2fd5da754c8da747e7c544a8231d3e6.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/06/06ad8c8b6e3962a4d04f9639ffd69d5b5e07418b.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/06/06ca3a966edeb735eaca93c0a374176362f4f179.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/06/06d1af0d092c9e71645c7ecdee1624fdaaa3d519.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/07/
-* google-breakpad/src/tools/gyp/.svn/pristine/07/0703fed7d29f04ba7a81be4e0cc3e5763988d46f.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/07/074a24edc4a03143fe93a445c60573c3b6afa61d.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/07/0783f537742d52a41813172419a392bb19f62878.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/07/07f42f0f818a4a136584b7cd30b60f3d6b3c9f03.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/08/
-* google-breakpad/src/tools/gyp/.svn/pristine/08/08358e6b1224c65281a18a21763e83619651534c.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/08/083d9a10a3dc0e0e9ccfe7ac78ba9a98503ab188.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/08/08494382bbbf9b934ffa50c0bfdd4f8f441570cc.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/08/08534f1a1887e7af8489bd8f54e7c47bebdeb07d.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/08/087a322238db27062f52c18e6e2173be481ec15d.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/09/
-* google-breakpad/src/tools/gyp/.svn/pristine/09/094462651c0ace4322e8e3eae159b4e1602ece29.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/09/09a3decd64809c80e6bb54b3e45c1e8e15a44ba9.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/09/09d40abd43182e6e723eba1e1c28fd09c8711736.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/09/09f9c3e68fe8895f5a12943089e424c6ddb7c4c2.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/0a/
-* google-breakpad/src/tools/gyp/.svn/pristine/0a/0a04bf41e1106f3e3be2ecd6953a78b4d1bb5bb6.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/0a/0a0a9a9dec2ab8b6a9ca24ed60499b2559575535.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/0a/0a71b96a4932a11d0191b8e377c0752e4d328386.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/0a/0a7d881370fd2eac15f602d3c0e11c3c69460e6e.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/0a/0aa66ff6b5a50e091fb28af5db1bc9d27e90277d.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/0b/
-* google-breakpad/src/tools/gyp/.svn/pristine/0b/0b7edfd770468fc93aca4d257de537586950b951.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/0b/0bba06864d7b74c45f00910d6f2943ba1000bf0d.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/0b/0bd0b669cd6ffcdcc0075c82020daf0a2f81eeef.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/0b/0be5c17e5a458b1796e458becf832b2233d3b6e4.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/0c/
-* google-breakpad/src/tools/gyp/.svn/pristine/0c/0c3675a60ff64a26763c14b2e79f890a3f95334a.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/0c/0ce62baea48bedc80fdc7c8bfec795c135a186a3.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/0d/
-* google-breakpad/src/tools/gyp/.svn/pristine/0d/0d5858cdc0cd0cc51a3c0eb58e6533d4ab2e110b.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/0d/0dac49f14711cd262045b45db36d9298b1c94627.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/0d/0dbefff9eb28c8010fd134c9804f7b07e3a0f81f.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/0d/0dd47d7fe1da5717d151e1eae2cbbd0b7d604f8d.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/0d/0de7412d70474dbc5c99d138c759b7a9d22fa982.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/0e/
-* google-breakpad/src/tools/gyp/.svn/pristine/0e/0e3bf103271d0a2a21967c0a9c8ef73439ed2a6b.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/0e/0e9699dbc40173d8b46174cd9a7fcf45a1e30ee8.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/0e/0eb9642cf9e2dac9374cfa45a2541549e26ff253.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/0e/0efb61cad262c3d1443554e4a15d398194950233.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/0f/
-* google-breakpad/src/tools/gyp/.svn/pristine/0f/0f0a359d2efb3c818b3980f953fb28b928401be0.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/0f/0f2cba5908f5ff5fbe8a788a7e0d8fdb0457d840.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/0f/0f4abc84cabe54681560deeff7634a9a1723eb8c.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/0f/0f4fa1e3ccd6c17905388103674b2d27df6da4d8.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/0f/0f76681306ebbe5063da4c93919104d3e0134046.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/0f/0fb0483b3465feb6d40aa81161e306c1f16dd61b.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/0f/0fddaeff31bcb0ad062118aae8f1c9b4b70d5290.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/10/
-* google-breakpad/src/tools/gyp/.svn/pristine/10/1029ee1829fa9d042b27661924e01cf4d089d34f.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/10/106656910ec0e98b9cfc15266658f591d649989b.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/10/109c3062e4ebdb5d432d51e9c27565a097ca2a88.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/10/10ae671152861f78ea935f4910c72a60dc17cb4f.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/10/10b51c3953feb6e505e6e8839b9203d0b8f5047d.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/10/10f1705fafd900bc5d1b5f5a94fca24f9977b9f6.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/11/
-* google-breakpad/src/tools/gyp/.svn/pristine/11/114b1242d1354cb9c532960d41597dc835c7d488.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/11/115f1146620dd5bec2ca41c3da2ba5d7469658e5.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/11/1173219e80e22555b138fbdd0487f6730d890c33.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/11/117c85a2f434ff737118dfab93fd92463203dec2.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/11/11902ffc7bd24fd568f96fbba583c6842af35009.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/11/11c05a5cf3ad8c1e2b198534917f5779c9130266.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/12/
-* google-breakpad/src/tools/gyp/.svn/pristine/12/121cf0a6a01b94e32520794ad3912a736665b59a.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/12/1283d198591bf33b821fd0541f4bb1c8a76d5e7b.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/12/12e37c6d81eaf642e89630fa50b1aef7d5643924.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/13/
-* google-breakpad/src/tools/gyp/.svn/pristine/13/130f40ff6091ace27d5c34f5008b16fed5618ef2.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/13/135bfae45fc03a61cd8fd1827ca6e37707882de7.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/13/1368d6d3b72ab02eb3a202983b5539bf0397a03e.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/13/136a986aec3dbeff4bfd1907936a58a9385703b2.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/13/13905137638245a8c486b14b916d5aed8e49f073.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/13/13c26aa372f64b0d82e19253e89a298c93f6e943.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/13/13d8e050a3bb791567b4dead9897df5ea7bf3ea2.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/13/13f56733dce1928c59f02e292a5660c17b441ddd.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/14/
-* google-breakpad/src/tools/gyp/.svn/pristine/14/144e86c2ffb05903880172b7ae378f873a2743f2.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/14/14535713b4520beb05769054e9b5669ec8e8aaa1.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/14/145b5492ddef083f65ee3ec07fcf75ef23a6ee20.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/14/14f4d6fe7b2e29543f0dcb3d5cb15a615f82e307.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/15/
-* google-breakpad/src/tools/gyp/.svn/pristine/15/153e1cc01bfbc49c2bf851b437c83e30740d1e7c.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/15/156b69c276b9c14141897449889648530b89eea9.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/15/156c803becd738fb5788dcb22007c09881c75ddf.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/15/158fca0cd12fbf79a503f8049894863c60089d26.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/15/15c7bdc10ea18b7321f7a1d90095321ffac6807f.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/15/15f8748558eee346cdbf0de51636195f979bdfec.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/16/
-* google-breakpad/src/tools/gyp/.svn/pristine/16/161379fee5c64a936e0eb46440b9ec10961bc51a.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/16/1660499d529b2115cdc149bded1e85f9228988da.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/16/1691eb93491c6b9be03b7c58481f1b33dcdbd2c3.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/17/
-* google-breakpad/src/tools/gyp/.svn/pristine/17/172840f03a12b26a5ae04e032f9ab61a14fa9d4f.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/17/17345bebbec549604a0ef295ffc32d26c395228c.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/17/1740b5ca8c800996d8851e87ab0ecf37d09721c1.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/17/17740981f84dd08119d224ee79d672b9e2fe3d30.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/17/178e5c331be314cb5a55cda232f1d3730f44f182.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/17/17bf3595ce62695a5e09a3cae25c53c3e672b05c.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/17/17c7d785d9ce21155f8e7a8da66222e95d353dbb.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/17/17e1cbb3ac00751215b27e84f1b7632bdfa57b23.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/18/
-* google-breakpad/src/tools/gyp/.svn/pristine/18/182858283fbd67e38a4b96ac98137d4257aef945.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/18/182c8ca45ad8d9bd3955ed0166480ad9b1b65519.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/18/18513db440f8f9037dc9f41992ca28e2b1f4be21.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/18/1853b8084ef8466237822c7504f1f2a1eb4d5d6c.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/18/18873f4a4924db36c437dacb8d31e9f3f0ff5ef7.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/19/
-* google-breakpad/src/tools/gyp/.svn/pristine/19/1963d90bf00d6e44dcd5e17cd366b676c0fd4c33.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/1a/
-* google-breakpad/src/tools/gyp/.svn/pristine/1a/1a54edfac94ae6d5a886180482e33e72c60b342b.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/1a/1a7cfb5c4dc38979c2f0769b246b033714ab0277.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/1b/
-* google-breakpad/src/tools/gyp/.svn/pristine/1b/1b26f8151bb766d7b6ac9c296a8caed07db81199.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/1b/1b45a230735390601a6850b2e7a61cc76669a338.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/1b/1be7ea3371b9d7487eb7dc8a59540e1a32df4a6a.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/1c/
-* google-breakpad/src/tools/gyp/.svn/pristine/1c/1c3e5d0967b0037654fb71e97d511a841de2b7cc.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/1c/1c8819efe68453cae51bbea0a0ce37a1ec777942.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/1d/
-* google-breakpad/src/tools/gyp/.svn/pristine/1d/1d7f75559a35e53caf6a203fc9c94d212153bed8.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/1d/1da9e464c7e76492d4d1305240d01a24e79ecf9b.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/1d/1db72657b28ce69d5b8958a0570d3bbeb041b9ce.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/1d/1dbd235b1c3591d7663128cd7cb21497d4b50e03.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/1d/1df1918e530aa6deb68b47a01d5741ec05c6cab5.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/1e/
-* google-breakpad/src/tools/gyp/.svn/pristine/1e/1e39f33061707e4e0d705087f19258066e6a916d.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/1e/1e3fa12b31e0a73dab2aec37824156ab4791f0fc.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/1e/1e64195aa167f05ed7c557dd3c8f757eb6e413aa.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/1e/1e67c8531d4d9e74263f0080605a537b3a5741ce.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/1e/1e7b9f16d5f474674c31a8fc7a9140a5bdbda08b.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/1e/1ec5a21b64b05e268133b274cc09a9a1bf5f9e64.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/1f/
-* google-breakpad/src/tools/gyp/.svn/pristine/1f/1f84010e94ff84ec9693098585d315b8e214d807.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/20/
-* google-breakpad/src/tools/gyp/.svn/pristine/20/20134520cff52a8e7d72f68ffd33542aa5b93a71.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/20/202610ceea0a2751bf0991f8973e946f83aee07f.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/20/2069e9a80f0a215f0058d8f471e6ac8f4dc8a666.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/20/208c57ffee3e470572c709d931a19357ebafdb22.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/21/
-* google-breakpad/src/tools/gyp/.svn/pristine/21/214abdba3a39318aab00bcf0fb383df8899a2ef4.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/21/21574d7ca584f5c7d6474050788af6515fc2352b.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/21/21650314b42bb226104a4fa85dbd709481381a1c.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/21/217853aa99ba320c7b49d3625145c656a418eb1a.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/21/21a894927f2ffbf0ba751bec2c6a21fa68aae8a4.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/22/
-* google-breakpad/src/tools/gyp/.svn/pristine/22/2234d0e32afe6f3f1aa0bbb1f9ada19efdaf169d.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/22/22380d1c68b14fd090153c388a8c28f28c5feeb8.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/22/223f3c58cb3ed4c824fa1724c29757397a4783cd.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/22/225bd0ad8625c069e2880d4379575be731720528.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/22/2288284f5348980d485a6a73ad7713e71151ca9a.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/22/22d452a6439624ebc67c2f360428257467a03534.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/23/
-* google-breakpad/src/tools/gyp/.svn/pristine/23/23140a1a676f583612a8688ea39bf1785378fe0c.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/23/233658c5581d79022a82391e888475f6470e06a7.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/23/2379f8e76089ded1666d5236127ab773177dd4e4.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/23/239fd88bf57d54d742a45b782d5a7e69690ad0b0.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/23/23a3bdff2d9783867c114dce13a23eb584484e9c.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/23/23ab599ac1397c7471dc624e610616f9cd5eeefb.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/24/
-* google-breakpad/src/tools/gyp/.svn/pristine/24/24692fa0a10c28e0f83b7ed96090c098d15ceeef.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/24/247c73d73a9842c6f0f7b3be4f32fc6944fcf29a.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/24/24aab40e1a0267f8a76c019472d415622b09bb75.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/25/
-* google-breakpad/src/tools/gyp/.svn/pristine/25/25c42def12b5a1716545bbc3305a69a3e722b7d2.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/25/25d870ce6d6f07da2ef6dcd7eb60cefce60eafa9.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/26/
-* google-breakpad/src/tools/gyp/.svn/pristine/26/260a32399c3e92b70b23c9ee6114ed1c74938994.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/26/26157cb89797b569a72d082ed6af229336f254c7.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/26/2623f28db013b807b1e53b608608630ab4b43e05.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/26/26852c1a9b996dd185fe617719094e9d957215ba.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/27/
-* google-breakpad/src/tools/gyp/.svn/pristine/27/27ae060b69ea952090f40afc503a5ea17eb57170.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/28/
-* google-breakpad/src/tools/gyp/.svn/pristine/28/2807e7da153bc65992cce3077d3ef6e5eb09cdcd.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/28/2822761e50304e0dd0d5b9d2d0f8677f3756be6e.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/28/284a6a6dfaca1d41e529d32a70db8b58d14f083c.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/28/285e2826e61826ba0df924cc9300d63b07273b21.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/28/286706634925a8dab97db1233d9f764a84e5ddb1.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/28/286c07c87ae3a41675de6214a3cb7cf8c0cbda71.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/28/28ad104187054c8943e165a833acffec96520cc5.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/28/28af58681ecc0a7fb2f9358ccd81067d91e9063e.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/28/28c5b4c33ffee1037de5ba66f53c21104f5ce546.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/28/28cb4c8c567301e3f6a7a22c867f0daa2e7c34a3.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/28/28d285ca66d161da4e2539eac536f7bd2a54242a.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/28/28e4f337013ef6a74ce648941f6936162ee1b9a3.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/29/
-* google-breakpad/src/tools/gyp/.svn/pristine/29/290b98984a751f4582d0b6082ec4e1afc9d8f8e5.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/29/29f59842d994da85eb8e90ca9f4c915f55393a56.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/2a/
-* google-breakpad/src/tools/gyp/.svn/pristine/2a/2a3c4fc56a42c650b0a5c8205a86613c9fc4587d.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/2a/2ab0289cf27cbcbef2e744757ea885fca6ef5f56.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/2a/2aba80f0187605b8eaca0015060d5cb06a50cf31.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/2a/2ac768ace89e51eaa29ef90f0d09edd9d497c748.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/2a/2ae9035535fd3663c723b812fc179129c22450d3.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/2a/2afd97838fd12cf4269d704b9944a36aa21b19b9.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/2b/
-* google-breakpad/src/tools/gyp/.svn/pristine/2b/2b3f54043db67b5a3f4b96d9e323194af107536c.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/2b/2b4af3e95c33fb69baff492a3c5f9f468e7858a2.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/2b/2b73c4ee9df883135b263f420888d1aeeded6a73.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/2b/2b79ca293ebf7fa16fac59337a5160b774848dd8.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/2b/2bb04e7a052b933c9fa67103723325a6036fa2e4.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/2d/
-* google-breakpad/src/tools/gyp/.svn/pristine/2d/2d295f8c19c79fac97013a37b98c1fb8a336a971.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/2d/2d4d097d056494b6b7b1c211c1479de70b8dfa0b.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/2d/2d63f61fcc1692d16eaf197c0a28231bbe8cc2d3.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/2d/2d9c58458502982d3b2f5d332691a51505827688.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/2e/
-* google-breakpad/src/tools/gyp/.svn/pristine/2e/2e0a2fe393c641ebe8d0fd835354505c0d5531f1.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/2e/2e10d4cde2cbf390a2d1ded47fe85e7bc5849a54.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/2e/2e2585b877aa382f86084f53ac1ad816a9fcfaaa.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/2e/2e28a227c3bbd71080e337693084f2796eecdf96.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/2e/2e2fcdbdba7a549f80bde4303808f2cb23fe6ab4.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/2e/2e6c6b68123b939416d8a7d685f9176fd76e4d65.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/2e/2e88990561851d5bf05349e5b5f675e9a7bcf6ba.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/2f/
-* google-breakpad/src/tools/gyp/.svn/pristine/2f/2f4deb84f9ec5fc085cddcc7bf16e80544684297.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/2f/2f9102da5498d9aef769653f0808964d9f52b5e3.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/2f/2faedff131e63b8b52a8f8f5daf1198323b4a0c2.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/2f/2fd86e740f2046b5d977227439b430a65ce9bbb2.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/2f/2ff92d4f8de51d06b23bb1358132385188eb555a.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/30/
-* google-breakpad/src/tools/gyp/.svn/pristine/30/304d91c25f4f6c6cff4893c6ad30ad8c3f9c1535.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/30/306449fad5fa68e07f110065c958f4e1fb5c67f4.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/31/
-* google-breakpad/src/tools/gyp/.svn/pristine/31/310a207ecf7f901957f35862109f755e074bfbe3.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/31/313e4ee0b3b8a9b03ed74f4f7b724f267b916e9a.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/31/314821877e7c0c836a5e18675d1b3bea23b6ddfb.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/31/315dada5c1d089151f100ba485ee041ad5b3af7b.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/31/3197ab89413be672cf62e2527f042561e42a5eb0.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/31/31e41079e51626b8ab24d1731690176271080078.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/32/
-* google-breakpad/src/tools/gyp/.svn/pristine/32/320ecb3db4a482ca943196db2fd9358cba263735.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/32/3284ec33cca302429b6da5c199d94563a09d8813.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/32/329b364be3603338d5aa1bf7e6097b2213770b40.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/32/32c795eda6474b36dbd14856e70a53f1eb06cdcf.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/33/
-* google-breakpad/src/tools/gyp/.svn/pristine/33/33413087cd27a230ac3422637ab7a41d619a52aa.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/33/334323c6f0edad0274d254cb807912d49e2c255f.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/33/338a7884d3c444b0649dc4634bf1462543bc674a.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/33/33a2678d83d6bfa1d03cb0255851e5074cbdfb21.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/33/33fbbcf861305512e1b7e6a9c29a0e06acf883d5.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/34/
-* google-breakpad/src/tools/gyp/.svn/pristine/34/3466caf6f7f1744217bd487fedc61888f8307329.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/34/347aed9375d77ac41ccce20ec85bb5ff2df0ae0d.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/34/3487deb3aaacf89f80c56c824375f01d3845765f.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/35/
-* google-breakpad/src/tools/gyp/.svn/pristine/35/350c733231542a3bc09d91e89d20fc7a4ac3f7f0.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/35/352ae3b0066146c2613f8c2abc2cac6951785734.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/35/3599c9b0bf88e8c698faf3ede492cf0a2f9656ec.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/35/359fe93ac13edf5a993d1a17e88783367bf45991.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/35/35a097f7fb000e597e81cb56c2d958b09db3c1e8.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/35/35a1c93df9dc5ba1051728327d50c9f36d24b1d9.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/35/35b0de0a5573bfad031670526ef9fb7459fe3315.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/35/35b6f400203c5616f75298a01af772d7cf1c18ad.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/35/35ca034e2c5aefe01928d9625455c054d3803860.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/36/
-* google-breakpad/src/tools/gyp/.svn/pristine/36/3620f0704e803d65098e5f2b836633b166e25474.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/36/364158f0dc35d15d564cdc7ebcd8fa9e814288d5.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/36/3644506b218ee554498c4b8553fb6e8491d7e34d.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/36/36f23e1511752b600fc1ab2f36b361e1ee2431e4.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/37/
-* google-breakpad/src/tools/gyp/.svn/pristine/37/371978c814e51a6caaa7890f42e79e881786b763.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/37/375802c3013a7216dcb233d7c35c2c4dd3e8e5cd.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/38/
-* google-breakpad/src/tools/gyp/.svn/pristine/38/3832790d349a8c7d97623b203dc377e9854a8954.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/38/383e64041cddfecae3dfd1d03d560f3510ee95a8.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/38/38842a4f097808b3eb86d35f3bed54d7953843a8.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/38/38c758673bb435dae73c828260186cdf7b31c96b.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/38/38defb22fd562a339913b828a508c119d08d1485.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/38/38e87843da2a4e3099c4575fa8603d806a81ad1e.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/39/
-* google-breakpad/src/tools/gyp/.svn/pristine/39/3921054769ff696d30aa2a11cc8bb375d93b9735.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/39/3944cf1f074b3348f9a12fdf740a9e7851208ed4.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/39/395a6de69c2f1b89f604241cba0259660d0207a1.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/39/39865c8aa56f2fdd32599221dfae039a650676b2.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/39/39974a34972c4e6fd682454e2512e17cc886537b.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/39/399bef99496ec56ca8f0a62bea509c6bd67c85e9.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/39/39e928be50b3e93d3d868869b014e59218625dbe.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/39/39f4e49115f55ba69f02a0ec50bcd45d651bcd4e.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/39/39ffabb21202361ccc059462680b2907cd06560f.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/3a/
-* google-breakpad/src/tools/gyp/.svn/pristine/3a/3a2a071eeae4fc2bf0facbf8be51ba333ff13275.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/3a/3a2f36b3769302cb13c4e4e74341e15ffed04e62.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/3a/3a70cc9f809b45e19ae5952bd12b5580f2105b27.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/3a/3aac0074b99f0f7d8fb630d6292b2a72c46ac885.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/3a/3afddae77b68e7c005eb0c086052f313055f477b.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/3b/
-* google-breakpad/src/tools/gyp/.svn/pristine/3b/3bd55ed5b43b90b08a28090f3e8752172c86fad9.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/3b/3bedf834a404ad5fff8dce73c8fbc06b9b46115d.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/3b/3bf2654536ff7d4f59af6d57432cfadcbe7ed24f.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/3c/
-* google-breakpad/src/tools/gyp/.svn/pristine/3c/3c0b6960cf737fc3d6825f77c68ec1ffcfcf0d4a.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/3c/3c2056674451c5a7a5044976781e209370f570ee.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/3c/3c4538fc50169c96334ea70aca474861df21a197.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/3c/3c6453c178909eaa1ac9fa6280e4b3a64d8cc29e.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/3c/3cff2699e86f16fe8b6a61539aba88655abb45c0.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/3d/
-* google-breakpad/src/tools/gyp/.svn/pristine/3d/3d71e7c0f5b5640a28f98b87a98650be9d552b44.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/3d/3d94fbf0a49a37ad950ba6d90a5c005c5f52960f.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/3d/3da15f279c24617c46e498a7c77488bf1d868e6d.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/3d/3db3a698bce323185e6180da58f1d3acb94e4898.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/3e/
-* google-breakpad/src/tools/gyp/.svn/pristine/3e/3e210985997ca154f2668220006725faec5a5780.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/3e/3e920a64b8f634fe2d5e46bb9f9cde78207ea477.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/3e/3ec24c24c8945e7e56decebee5b2729261f9c689.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/3e/3ef62bb9f33dee663cd59d6bdc159bf14ae20fcf.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/3f/
-* google-breakpad/src/tools/gyp/.svn/pristine/3f/3f05d5c13003591edf9cf71bc310eb67cac57fbf.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/3f/3f212c618936d4d3e3060f9f3670c00974614118.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/3f/3f3eab16e66b689835e2ddd0205f88dfdd3f8b72.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/3f/3f4505349a93b429e9faff53d5ee2f52dc2c0150.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/3f/3f7236fc1edd27d4c3a218e0e9ab86b76f3d6527.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/3f/3f8f35967418b99404c7c5a00f19e26496aeef37.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/3f/3feaec58efea5a8fe092ddf74cb706cabf7553ad.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/40/
-* google-breakpad/src/tools/gyp/.svn/pristine/40/401a170d3fe0eebcf4844532b91ecb4f502a4735.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/40/40d1e7e09b2be16eb436eea28486f26a860d9059.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/40/40d9157e2193438ab6f86a648d4b53111b2ab8cd.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/40/40e851d2334c02f58cc17798b3e19cb691597b47.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/41/
-* google-breakpad/src/tools/gyp/.svn/pristine/41/413870f6b2a0114ffd75a8b3266ca93b776a0e26.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/41/413d37dce6632b2c5bcbaa5ce3e245c2834b471e.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/41/4147cd33bc8ca471dd44ccb9206a173e67c9553e.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/41/415a0b8aecee435bf43601a71778813c2f04872c.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/41/41ce810363b73010fad61b2aa1a3ee26f75da966.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/41/41f599e2593c6add0e25162e45c12aeec9921299.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/42/
-* google-breakpad/src/tools/gyp/.svn/pristine/42/421001499e0ecfdc5489b19b78b0d508f214cae5.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/42/421c3265de606be397912a4b34e055daf9627c41.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/42/423b3be35fdeac305bf1b327b43ef61388f275d8.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/42/4258ddfbfd71bb1156495e1f9a6779fb6b0345ba.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/42/42695d7bb22a9559f180fdcb8c70224fdc4b66de.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/42/428785c277dd0f956f605af16f95f9ba4a01c9af.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/43/
-* google-breakpad/src/tools/gyp/.svn/pristine/43/4343471ee83fea995d13c1242698f05be4008331.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/43/4353915acf367f3a8f0ad7a4b99a8ef5eb9d7772.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/43/435b3b68b1ff51392ae4cce432194b911c958317.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/43/436c71ead5a1fd7c21f9de6570e9366da5a46c0a.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/43/43d285dadbcbc84d41da6f609a7cadd10c1ef910.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/44/
-* google-breakpad/src/tools/gyp/.svn/pristine/44/440d8d115bf10bf59168218b49371f2383f98644.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/44/4464717b7140bf165fdb7c6a94ff32d1faf0dc66.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/44/446b0bc8a77092e0c8cdef7c570121409733445f.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/44/449382eed43081a9d04c3b04290de6e5068ad106.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/45/
-* google-breakpad/src/tools/gyp/.svn/pristine/45/4510a4696afd7206efda04d613451f5431cf22e2.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/45/4556509d7823d50cdc635e5bbd9f25657a5d42b3.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/45/455e9df43669306a685ffdb4dc98f10c22cee54e.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/45/457696f76134fd46bf09c33bf504f777ee74d5a5.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/45/458c00b9c6be63222a1a5f78a27132dca09a950f.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/45/45c0acb0c81c11362c588ead2cecef389c95c346.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/45/45fc4b591e07cf1559a38875102a549a0c0452ca.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/46/
-* google-breakpad/src/tools/gyp/.svn/pristine/46/463370de1c9ae63a8c6e7570244f40b4ebe9e0c4.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/46/463a6a15bd6af396a47658e231fd3906da3a898c.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/46/46762f054b369bcf959956e8762c9589c4b52ade.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/46/46b08023a5cb6ca9a2550c49003c70b0d4d5b65b.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/46/46ba0e2a1239d3fdc61b67cc707fe66a86f92231.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/46/46c5d0d83bb834b252de255a471d9568cd606b20.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/47/
-* google-breakpad/src/tools/gyp/.svn/pristine/47/472d8c9d351b8715adf7be63b39634008e629834.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/47/473fb356c9242369566739f06340320c4b181518.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/47/475b547324fd66667750d87a9b8cf4dd5ca7ea6b.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/47/4769b2bf113aa8025baf05201f3683e4ab957b4c.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/47/479d61a7f67a491b7748dc368080d88dcecfd517.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/47/47da8b728562af7928a7ad0cfe2674df9aecc50c.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/48/
-* google-breakpad/src/tools/gyp/.svn/pristine/48/481ad826ff368b460070d4d19f1bc5c4b56f4a01.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/48/4848d5a8ff3186f304eba1efb68afd137731e038.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/48/487db548ce6700cc14c7f907e7d722aaf37307ab.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/48/4892ddbf481500894a764f06ad6d29101097b0d0.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/48/48a003ba6d44d0dca8ad2557e28eb0bf20d87be1.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/48/48daf81c6167254ec2394fc0681e081ccb5cccfa.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/49/
-* google-breakpad/src/tools/gyp/.svn/pristine/49/4911b965592ae96eb3d62adb5edd34e004261246.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/49/492a95e9522506f954e076b536971f91de09ba31.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/49/4974404a3fc78ba99918f4eda7747cd2a0782be4.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/49/4988db9ed3b67a66086303f2996a6cd6102c5fd5.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/49/4996f4386d30d40771f7c2e718853e3dd84a777a.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/49/49d0ae52917b2751927b29016fc1be5634ea8182.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/4a/
-* google-breakpad/src/tools/gyp/.svn/pristine/4a/4a0a8e1931a73457db58e871ecdb0dfe647c611f.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/4a/4a5e4c27cacbfc1db5253033c8c392f8663cb940.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/4a/4aad659f85c01276496bf4413e22ca01e67160ae.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/4a/4aee9e370a802233a7f658809fdea45b664f83ed.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/4b/
-* google-breakpad/src/tools/gyp/.svn/pristine/4b/4b252838dbaa9a6040a30ca31da7b5d1942aabc3.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/4b/4bb7e09395c1de073ba6ea5fc037c7bc4a5b6d98.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/4b/4bdacb2205e56880427c65f2d4cc1ac1b05012a6.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/4b/4bfa7b60d9b070b59ad507371e260a7c789ceb63.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/4c/
-* google-breakpad/src/tools/gyp/.svn/pristine/4c/4c008fd6105fc687679ac09bd241a47a0e7193aa.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/4c/4c131da8feee1008dc9edd2c5f8bb0208d7f801e.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/4c/4c1a88f576e377d46f6c5d312a1ed6a2e5d5988e.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/4c/4c2eca2fd792d2e55c3c64ce4b1ebe3e857b00fe.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/4c/4c395933b989fd1a63c2a77e40c48b456f29a283.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/4d/
-* google-breakpad/src/tools/gyp/.svn/pristine/4d/4d72b9d4849d875108d4ed4053ee8afb79834ba3.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/4d/4dd0e138c5186d40258f127cabec924cac7297cd.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/4d/4ddded045e03084b0e9ab4cd16f324f34182fbfb.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/4e/
-* google-breakpad/src/tools/gyp/.svn/pristine/4e/4e0d123cfe1524ae787155afa31bf2ee9fe8106d.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/4e/4e11ed48afc7b58c58a9482f77fe0f99466cd2c8.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/4e/4e126575767124819d0db16445048f2f2ab7ba91.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/4e/4ec59865e2ff1f95af0d9fba265573da065c158b.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/4e/4ef7d780004115fc99abb99eefb83d90b72f58ec.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/4f/
-* google-breakpad/src/tools/gyp/.svn/pristine/4f/4f18c5f283a5934d214d0b5a5efe934e9a0a028e.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/4f/4f2310e53f6278e813db033183e3d08420721956.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/4f/4f7503768993f9dcf101147a11d772351bd28d6d.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/4f/4f9db4bee87b017740d3965f6de2f0a90a8e1564.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/50/
-* google-breakpad/src/tools/gyp/.svn/pristine/50/503eb64864df65941dad7d895db78bdf5102a1b3.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/50/5045791324742f16824dd1c4e7eceeeae2952fb0.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/50/506d43ca502d51622208151c35c1d89c95d53b55.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/50/507dc99c8ed6bf5b1707d4db1087cfada8e72b75.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/50/50b71547865c6644bc7f5ec988b879e3a33f97d3.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/50/50cc083e32ca4632fbcaf3d191e86fa09cb65fdd.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/51/
-* google-breakpad/src/tools/gyp/.svn/pristine/51/513e16d8cb81697d8ca5c50701e26744d0e40343.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/51/5164ca5d6f1295a114133b2cba4aeb69d09588ab.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/51/518098bf323f9314edd0e95ebacabec94dc5ec5c.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/51/51d9e18c65a2b1c398eacb71a4a5e259f9057774.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/52/
-* google-breakpad/src/tools/gyp/.svn/pristine/52/526bade6e54389b79f04229ebad1a20b7794a377.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/52/52cbef09d68f02890bdc736ffc120841fe2613e3.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/52/52d5caaf0a89ee3728a1943858ef2880e59cf48a.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/53/
-* google-breakpad/src/tools/gyp/.svn/pristine/53/5342fdc351fd0960b842640945b87136c55e88f6.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/53/539d89c154a28012728a4f3b3d3ee26fde2a6b52.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/53/53c39534677bfcabbf1bc57ac65fade237fcc4f7.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/53/53f11bbc7321d95883543725c1fc904d6be1e735.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/54/
-* google-breakpad/src/tools/gyp/.svn/pristine/54/546e59a87149322b67ea374bb3f48d1eac071cfb.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/54/54e811bba67696abf0073f421084c0fa2d6f61ad.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/55/
-* google-breakpad/src/tools/gyp/.svn/pristine/55/5505c6a0b338dd1a26353d30e3c1cee19c48199e.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/55/55081ff466ac56c75bf1ca071b4e2582ae462d41.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/55/557f16c9d5e23324fe5ae5d29ec9b3cf4b73d0bc.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/55/5596642806c63a35b538cd4623bdcbb2d762eecb.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/55/55e82e1eb131597ce6ef77ff775b2c2e5f4d6b45.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/56/
-* google-breakpad/src/tools/gyp/.svn/pristine/56/56008cf567932b9296ca019aab6cdf2ddc6a532a.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/56/5617aefb374ebea46487ad2dc7c4e252045de09d.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/56/56a085e49d0dc524b317af02affae40a60508388.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/56/56cd7150b96bf610ca6cef96162947296b0d4e7a.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/56/56e13913399900c2e72cdb17f50fb3c638cc8875.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/57/
-* google-breakpad/src/tools/gyp/.svn/pristine/57/573a9c8060ded3ad18ff6770c2949130e6253e39.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/57/57bcc72d7016f7a8b4945874e13abef74c747207.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/57/57e5c0044afc255e8c9af2774a9d327954b787a3.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/57/57f58fc219d2c7327747a5bebcfc80d28c4be585.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/58/
-* google-breakpad/src/tools/gyp/.svn/pristine/58/58189d941ddfb8a105c7ed787d1b03302243adc4.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/58/582eed08599eade4c88889915f54da359e101c57.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/58/5839691c9f2df198aea9566143a257b7aee42483.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/58/585efcbda64236a12fff451b2a68affa65a99798.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/58/585fdf1c99a9a63f76f93b87970997c8234d869e.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/58/58c06950455ba62538938a7d2f9999e145a5e15d.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/59/
-* google-breakpad/src/tools/gyp/.svn/pristine/59/5907456728e5bcc39b5c7b5e41fdf4f7b3250dcf.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/59/591c170ec4f43a2ebf440469636d9305be75da58.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/59/599caf84bc183ceba0182b7cdc5cae5b23abae57.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/59/59b5d76c80bc50702b827d59ffdc598b7a942507.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/59/59d591b0951a02cd4957d3726e66eb2286ff710e.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/5b/
-* google-breakpad/src/tools/gyp/.svn/pristine/5b/5b2ea685786bcf51825a1f5275efcb1f1816a7cd.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/5b/5b36e1c5a8ac60a33ba7418ccd14a4e8cad237c5.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/5b/5b4dd8381df17e7ff96d27c880c26f9b04b392a2.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/5b/5badd17cc6f346e27be8c5b190b029b081db0f2e.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/5b/5bbc01ecb51543ff32ce14ffaabf7cd3dace5bf6.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/5b/5bc926efd52f2c1e00862f5369bfc08215eeb6ce.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/5c/
-* google-breakpad/src/tools/gyp/.svn/pristine/5c/5c5b491f83b35e185490c8b3adab750f0003f578.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/5c/5c8f6a036061b24775297c638ed97eb9d7e1dfb0.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/5c/5ccb8d9b474710ec61baa78e79d9334d6bb79085.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/5d/
-* google-breakpad/src/tools/gyp/.svn/pristine/5d/5da2d031b13c6729cae310b66985a232089de827.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/5d/5db499536e9bff445f3c8edf33c3db316b9440e7.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/5e/
-* google-breakpad/src/tools/gyp/.svn/pristine/5e/5e000c1b47073263d01c8d7879e9d55226598404.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/5e/5e5e0b06dbaf6daa1b736cff1fc380b8a495677b.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/5e/5eec9c885c792db055df392a20928e6816331eb8.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/5f/
-* google-breakpad/src/tools/gyp/.svn/pristine/5f/5f08582b2674625136b896d8db0522ce754b504c.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/5f/5f4302f895b90191bbf77a0faa65720f8570ec23.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/5f/5f5a5b47900a3c80a146bf052a914b60b05fd29e.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/5f/5f698f5cf3f3f230eb7c7f06e4daac9d0d05a544.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/5f/5f9591514f70f6adfdf13691dd5496046f74fbc1.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/60/
-* google-breakpad/src/tools/gyp/.svn/pristine/60/605cf9736702be9e8938e6b56b0eee1a19c53b5b.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/60/60742cfbb2000d6cf2c2bc7ee442869ad17db181.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/60/60c6b5874c0ec12029c3d2666d47bf5e5436f51f.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/60/60d92378199d5a5e2be55063693d7c5febbec592.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/61/
-* google-breakpad/src/tools/gyp/.svn/pristine/61/61104b09f51c43a895bb0cee501b1cd3b4923b51.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/61/6133cace7f358625281599018eb04406a040e472.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/61/61821293aa0b3dfc57b657f703f78f7d4b450465.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/61/618a03a669a19208aa0a2b5994ddc37721d5c97c.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/61/61bc35be59513605d47a8de1363b7c152287f0e3.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/62/
-* google-breakpad/src/tools/gyp/.svn/pristine/62/62356759930e1edfe39fdcd82933f1b5a6352896.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/62/6265bc910157e8be761f015f1b8f08c4d10b2ea3.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/62/62a05e587152462b29d3e9f5efc585850c18cd9d.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/62/62d4e5c067b2281021376c13f335ba3a503a71c6.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/62/62e0d06c5ac56d6014000df2106adeac194f2bc5.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/63/
-* google-breakpad/src/tools/gyp/.svn/pristine/63/63119468e468233ac4dd44673e3b77c8e85b6bce.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/63/6331435c403a454418ad8fb567b294c00315aa88.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/63/635f391f7dc93a5c353e9c9e8d1f19935f3b8822.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/63/636a5666e8b3344468a1e232b743bc80c11f4304.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/63/63b9c6d92154dbfdf6165fb49e6e1d0b7d47d244.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/63/63ddcda2c26316d99cafe36bc5ac5e43025055aa.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/64/
-* google-breakpad/src/tools/gyp/.svn/pristine/64/64037c355c83bb9eb17a2bb2543eb636701f2f94.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/64/648aa3d73244200a5c7de658ce3cd6f9a4f0c2c0.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/64/64be9757144132d54ea76c436aac6b2e7c0d3332.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/64/64c92ac66137689c0db914af4ee7ad3c806a08b8.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/64/64c9f4b95c27d79326402882d726bfbba0f3fef7.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/65/
-* google-breakpad/src/tools/gyp/.svn/pristine/65/656a807342428531bde5a1a3dcc4668584e06b33.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/65/65dec99f95ed704b746038415ab88877b4904264.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/65/65e8016ba2c4b04612f4c36ea8bdba12d37ac3bc.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/65/65ea1ec43382e66f7ed60f735f44f1ff1ecc8b6c.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/65/65f10440af4c604b36b845354a321d2fc66cd399.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/66/
-* google-breakpad/src/tools/gyp/.svn/pristine/66/6608a848effdb4ce87a564117cffd54503dc3698.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/66/66b4a8f9ef84beb740455e930ac5286f6fec9ec5.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/66/66dc8188115c8c7fb990912cfea4a1d431393828.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/67/
-* google-breakpad/src/tools/gyp/.svn/pristine/67/675b62b6497d84a330574b0ad3dd84ce00a8a248.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/67/676263c6cdeb87856ec13c9e55ed06c62fc37774.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/68/
-* google-breakpad/src/tools/gyp/.svn/pristine/68/682e9e941ed1bf5d1550b29ce740ff56c221102e.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/68/683e4d1ea3e5e2873637b75f55042d1fa60bdc3b.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/68/68b8fbb701e97b05f70e7d9f790c552a0e048cf0.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/68/68bf222c0eb3bf176f9ba31de08e6a7acb6a9bfc.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/68/68c2f8424567e166599e58bbfabafa63eba82745.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/69/
-* google-breakpad/src/tools/gyp/.svn/pristine/69/690f9e957ce9971e68af827df7c5ef6c12180a2f.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/69/69a00700275c0acdbab1fdb4ac2729862cfa678b.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/6a/
-* google-breakpad/src/tools/gyp/.svn/pristine/6a/6a154e8e2025e286bd5bcdcc4e4c5409d6937304.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/6a/6a25015b57f26cd90495aa224fabb52311d60400.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/6a/6a427e1c9f4fa2c5e16635a1efb5b0b22cfc8229.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/6a/6a8889147b3c128b976a6bcd1947455a632e062b.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/6a/6af2ce095743ee7704e4f6ab5ecac4789ff91e4c.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/6b/
-* google-breakpad/src/tools/gyp/.svn/pristine/6b/6b01e5dbdcbd300cb6d84e89984296a699598bac.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/6b/6b125aee367c58ac2feb81fde387d790f5f71c15.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/6b/6b29f89ee5babf15f01dc6d7dd74357d39f4b314.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/6b/6b2a08631be8e9735a8e8cfa91d89e42030864dd.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/6b/6b2a21a2117894ebc2ce0da862bef82754991efb.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/6b/6b49f9014533662d39926dd36c6ba20c4c584813.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/6b/6b6691d02037d9d90945200949d256c3c3d4235f.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/6c/
-* google-breakpad/src/tools/gyp/.svn/pristine/6c/6c4c9ab04ef0138de706f56dd39bb22cac79dad2.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/6c/6c59cf15dc7fff09881f03404e4f3fed797ef68a.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/6c/6ca354b69ea5dd4fa240ee3aedf5e54eec622ce5.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/6c/6cc0eecafa6d100d468e54ae4fed9689d6fefea2.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/6c/6cd00f43014103f80200b8979aeecae7c1e65e07.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/6d/
-* google-breakpad/src/tools/gyp/.svn/pristine/6d/6d308d64d822f9074d9e2e0eb15ee664f10a52be.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/6d/6dbe81a2404035e5150498c790752f2cdb905e47.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/6e/
-* google-breakpad/src/tools/gyp/.svn/pristine/6e/6e86c3cff26beac0a46b4135e7660f21da166d16.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/6e/6e8a92a85ee0e0ef903a673334705eea0ff7c0ee.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/6e/6ea6c71922a52e3baee54580bb178b608c56d5c3.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/6e/6ede61b1b4e42fc9257ebd4030f289202413fa2b.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/6e/6eec34be2dfbd904f8a203ba8def795c70f447e1.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/6e/6ef47c0b32481e08e0c43ffdfb9f70589a25b45d.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/6f/
-* google-breakpad/src/tools/gyp/.svn/pristine/6f/6f5dc99ea81f90882d7a61f04d249c59658a3a27.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/6f/6f8b50a48e957b79252ca19cbe5ff05709cda6b8.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/6f/6f99d64d5d920b1f26fef74e60328ea07e11b081.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/6f/6fe54f95a01283d9fdb3ae3eee76ef8a7da80485.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/6f/6fee2f3a20bbe7a438dffe0ef60fd029e62ef046.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/70/
-* google-breakpad/src/tools/gyp/.svn/pristine/70/7003da3021b9c69a2021a1a8acaeeb27f2e25943.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/70/701515ee35ac5fbb632a3b53922600ec8974f86a.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/70/701ff6eaf5e3b75d5e9b070fff673a57fadf4b39.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/70/7026d3ad1a4f29c439c7333df852a4a567e519e2.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/70/702c26e4fc4b1e47c50db1fcc1d006933ee17118.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/70/70949dcbbed4ea82cd55c95f32077df98a47eb27.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/70/70ee8f6c2f38e3261b0eb51ffa40107e22374815.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/71/
-* google-breakpad/src/tools/gyp/.svn/pristine/71/7108043b4715b67a9849b34e3d54c4a18dcd1ecd.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/71/71853c6197a6a7f222db0f1978c7cb232b87c5ee.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/71/7188587b85bbbff6a5e6fcf502248ded5f74bcb8.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/71/718a0fdb940b2780da8149f199ffbcfd4df74ba8.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/71/718ec104509e67f0c74de442256b623658a86a65.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/71/71a90498db8e167bde737d900079ad79ab366b8d.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/71/71f3e1f1bcbbe3bc558cb87179fc270319052be7.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/72/
-* google-breakpad/src/tools/gyp/.svn/pristine/72/7227457212d27fc00ccbffd0f60301fc9affd758.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/72/723eba034b327f66e708a6bfbeaf2b68f88ae56c.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/72/72447ce036866f076ea454c785560f6fbdd81432.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/72/724d1e303074e97b0ee0c85c4288816eed08cf10.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/72/72567e58f16f0bd46476f338cc33a6c45e62b70d.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/72/72e455443aeef6def9007ac430073cca71199471.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/73/
-* google-breakpad/src/tools/gyp/.svn/pristine/73/730d149759fc9229b4cbf661dba6651d37065aab.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/73/731bf54958fdc40705467f265d3c36bc6d1ba4d8.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/73/736308944066da4803472add769d78e783828ff3.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/73/737d0739df64c592e0addfc8b22c560360653ede.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/73/73dac6523d28c05c4e2c135f728f2b3177db194e.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/73/73e24fea64a84c0d74c31d71009295259a2e36db.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/74/
-* google-breakpad/src/tools/gyp/.svn/pristine/74/7444a0c2565bd6f934b922ca419078833a1b6f41.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/74/7493e6ec9640dcd0565c5ff9ed683b194b63c4f3.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/74/74a36c9fa7a4c94a622b731553197f6857a60e7b.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/74/74a6661b1bb7862a69693b6899ab97a2e0c3f04b.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/75/
-* google-breakpad/src/tools/gyp/.svn/pristine/75/75037e562078ae0c2504233b4dcc724bafb73a1b.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/75/7537523bb2dc6d5527ecff6369673199774adac9.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/75/7545a2d22b0f56c9c451ab92ba9ffa58aeff29a9.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/75/757ad28c7afa30f303dbd7f3d526ab3535aaf6a6.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/75/759171b1d562cccd94401e703c1dcc692fc4240a.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/75/75d678e169a2d5b12ec930d56913dcab7733df24.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/75/75f03afed966888a1e680c94c89a984c154219f0.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/75/75f2a64e6e905c0d194fc60651a8c2e63284c9ef.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/76/
-* google-breakpad/src/tools/gyp/.svn/pristine/76/765ed22ffdbe7b31e91775c7dc9722a42e05fd82.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/76/76712d02b08957b0118311b37b10378ba1a317a2.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/76/76aee3599349073ccdb635f9447bad63b842809e.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/76/76c93f44f6db0dddbe73c227d266f9f197cce82b.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/77/
-* google-breakpad/src/tools/gyp/.svn/pristine/77/772b1679d963979ac37a36958d0134a30686d8c0.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/77/77445f16c3e1d36541422ac9d65d17f4d54bcc06.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/77/776ebdbda7fad6f598aafd435d02d7eea3d4a471.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/77/77a84374213226fab6e9bb968ad4e75535131869.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/78/
-* google-breakpad/src/tools/gyp/.svn/pristine/78/78b9089d66f46aa7d65d758b2a24f17913fe4eb3.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/79/
-* google-breakpad/src/tools/gyp/.svn/pristine/79/79528d200a234e8292a158c3e066d1d56d31675e.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/79/7978ac2e87981fd64376c099b58d6e6369ced364.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/79/7981fe5dc01465c7a6a97627e8059b1af950db38.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/79/79c6cb8293f4da72af1056d7a883fd65166805a2.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/79/79d1f2ea24ff862adc6bfb52a38cbb1850875e13.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/7a/
-* google-breakpad/src/tools/gyp/.svn/pristine/7a/7a1e804fd526d9d8505702074664282ac4f36c68.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/7a/7a5c00fe8e0a0210aaaface5f400c236343014d0.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/7a/7abcd201d503e8360f93fd765ce43959025eb59e.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/7a/7affc2bab917caeb1a0d6203262db9a502a87903.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/7b/
-* google-breakpad/src/tools/gyp/.svn/pristine/7b/7b2d30fb5399f926a460b38850d6311dc31cf7d7.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/7b/7b7df9a61cbe3aab45013cf71a5a6264c894a2df.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/7b/7baa3328b07bb8b32afbcc537dfaf166e7aa86a0.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/7b/7bb4df607398080968aa74821fc06f13ae2806a2.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/7b/7be0904221e29eb2bac395804a67f36e74eaab69.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/7c/
-* google-breakpad/src/tools/gyp/.svn/pristine/7c/7c3240f739eee8ac240c3d1980352b1ae9942038.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/7c/7ca8bb17322cebe25efb8acdb9018aa0b6c04589.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/7c/7cd5541007c1b4f89bdc03ce44149e263a8a971d.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/7c/7cf61d1bb0a67775c2c151929720f69618e455d6.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/7d/
-* google-breakpad/src/tools/gyp/.svn/pristine/7d/7d00e002c6c8ba10c0bcdbcc9250fbc8e268fd6f.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/7d/7d6af70ab83a4778df545c5a5bb9a0874b7d3fba.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/7d/7db563ce50dfa151cba5689b7ebc921b38c252cc.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/7d/7de1d8e61efa649e9add8247d61bc3220317e915.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/7e/
-* google-breakpad/src/tools/gyp/.svn/pristine/7e/7e0407f323e2468315045e1468decf83918f3602.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/7e/7e4631d265656676fdcc87b01ee4d4a18d063f05.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/7e/7e57cb019de7ab90f902c345320561a43ba199be.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/7e/7e858a436c1e387ba1b35bd4656ebe099717716a.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/7e/7ea10d7dcb1f0f09c92ffc8b32a83225b41abe85.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/7e/7ea87a35b90a385c99b7e1b3c2f35c035e6e2cd4.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/7e/7ebbf8bd8609d37734ef2c7df1e1333875cef35e.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/7e/7ec54a9a7b8493d3dad95aa9b1e52d7904afa088.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/7e/7efc350e6c6d36f5acc0112acfd16d42fc8d0b11.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/7f/
-* google-breakpad/src/tools/gyp/.svn/pristine/7f/7f15e24d4fd66ebb70b6d13dee665d3ff3704ac1.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/7f/7f20241a522492561d4916c8cc0ef1d3b9e14529.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/7f/7f2948b7f305ea696d4ff9ddac9fd2f2834a7c0f.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/7f/7f74b1c71b75147dffaf488249e61523ec5f2103.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/7f/7f7f552ecdb536cdcfec76469df5ef003e16fa60.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/7f/7fcc44890b6ca5aca7648f61b39483d9ef712c4b.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/7f/7fe118f59123818a0059042a70d587e579a717f9.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/80/
-* google-breakpad/src/tools/gyp/.svn/pristine/80/800f4ad20075a3bd48053e03d887dc365a731c74.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/80/80196307a35285e378fb3a8e25058d2cfb2b22ba.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/80/802471dcd86298cea41d500af39d4e828dfd464a.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/80/80b74d632f80a68d21f9659493d54e93dd8761ca.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/80/80d3954db993b481da577186f1965452fd5c9db8.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/81/
-* google-breakpad/src/tools/gyp/.svn/pristine/81/8194acd7f79e01c733d14e049f883fcc9579271c.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/81/81e76c7f3a58d24301cf41f9510a659b00cec1db.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/81/81f8deadbcd6c43edd54afd8f56fe4b0e2993168.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/82/
-* google-breakpad/src/tools/gyp/.svn/pristine/82/822231177e6123c685b2f9c0c9120d848c86a4c8.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/82/8275fdbd598b7971010d7ac8d88fec748e5fd871.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/82/827a4579ff33b344243139e525ae43cb5cf73c31.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/82/82bc5b12872b2cba5a69fb4447ee4c4d5be9b503.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/82/82d8596dcda74f151e3e64eda67d25a541a7543a.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/82/82f18e938c9cad785ee41907d54aff1c8706e897.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/83/
-* google-breakpad/src/tools/gyp/.svn/pristine/83/8350425e6aa2059d08137b94a60f3afbd3b01e0b.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/83/835e2fe05c323867e9c805845f4b61911c3bfb6c.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/83/83650cfb6a6307cc82aec51f151365157de5d105.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/83/838179c17343d836dbbfb5b4e3c20e48722a8052.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/83/83a937bd2946160f47828d4ce02c03cae09df384.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/83/83dd5f78c56daef85620f198d0b6d5c9ce6589a7.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/84/
-* google-breakpad/src/tools/gyp/.svn/pristine/84/8404f231519e029af313bbe1d730797ef84c37e7.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/84/847686efa155514168c033b7a66f07e144784cf0.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/85/
-* google-breakpad/src/tools/gyp/.svn/pristine/85/852a684ec47fc819c5f49b5c8dde4dacc86e7104.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/85/852b12e171753d0be48da290007242f1f85a806c.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/85/854f40f0456f4ae56373d8ba057c628b7b575869.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/85/8552be57ebb47c005adeb0b36427b9268950ad8e.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/85/85c4ce0a4ca4501a3c4b3af7ef7daec9cdc49448.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/85/85cb86a4f6c9ea3204db30054bfadde5c1fca371.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/85/85d98c809fc15e67f1951193a54e4e57c87f35db.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/85/85ec3f4cfbc0ae22e785c9be4e4efda9705eaa86.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/86/
-* google-breakpad/src/tools/gyp/.svn/pristine/86/8608cf4714d44b1a22b8abea08f989d55f02daf3.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/86/86104f2b4fdf618f095c537e68077efc657eacdb.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/86/86441e3423901b05a744f497b4eedd3c1453b828.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/86/8688480e83d60963e86faf17a6a209a520728528.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/87/
-* google-breakpad/src/tools/gyp/.svn/pristine/87/87295243043626ab9eeda3e9dfcbfe24fee8d72c.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/87/8733632fb1da924b6f166c6ac1bf7a5fac015c72.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/87/8749f952aa9774c9c288df8c1e086b2e9e56d521.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/87/877906ec1a50e268ada57db59ec073575825c486.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/87/87ad5ed3f00c9cd769c9bb90b6906c3f6ce88fd3.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/87/87c183227285f529dbd9cd3c945a1175cc4008a9.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/87/87e9670a29d93e60717308f710d2b0ff1234bdaa.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/88/
-* google-breakpad/src/tools/gyp/.svn/pristine/88/883700ac84b5aa0f0afc7b8e2cf2d5b126994fe0.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/88/8881244fea984fe9d812053d0b24545b377a62a1.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/88/88c9eb0b8104d5f3f4385677bf60b557a50085e8.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/89/
-* google-breakpad/src/tools/gyp/.svn/pristine/89/895837799c64025d3915e88363193f0f81c2a15c.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/89/8984fa6d1b8c1029628e7e3d42d7cf0dc46933e3.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/89/89ae1c618483c7bc26e14eebdf2b9bacb7c8a6b9.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/89/89bbd47a730ae034a28bebfc27eebb1cfd6c849d.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/89/89e4b99791426c9ad22d3d6c358d59bd923201cc.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/8a/
-* google-breakpad/src/tools/gyp/.svn/pristine/8a/8a0e6963068c5fbdd9cb9db2b7ae219d4bae4058.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/8a/8a4c9aabf77453f7e8ed377ebd85ddbbef5e001e.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/8a/8a696e026cd14365fd834af4b8012e21880939c5.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/8a/8a94337f9a0a74c2f64ab49f8f5047ad7b3fdc3f.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/8a/8ab63bf7df69b97986faaabc631e419b52f11c0e.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/8a/8aebc1edf385f2eac6cdec6c978ab032fbd24da6.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/8b/
-* google-breakpad/src/tools/gyp/.svn/pristine/8b/8b3c03087d6441d0627f653f1829a58dfc4f6146.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/8b/8b5c53097a2b4244de5a55ebd64b286315be6bfc.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/8b/8b724cd82627a920de6f9c3be459682f856458e3.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/8b/8bc55adb5e22043d7508241e038fb0734b4be629.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/8b/8bf80a564b3356ed63a9a00ca88ba9eea36cb507.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/8c/
-* google-breakpad/src/tools/gyp/.svn/pristine/8c/8c35e3ea6807b9010eee64832314e19ab5f7ab5f.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/8c/8c400ca02849fe004139d8241a6b22cff89eb329.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/8c/8c5ded643a60b23f9ebfcbe917c1d362fd0d5b6c.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/8c/8c64d54b7b5948ea9e1fb39f96b7f00e5d1a97d0.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/8c/8c719fef19786e2098a9ca45ab8467ae954c24fe.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/8c/8c8e44e6cfb9c569c51f1f0d6f0bb77d38d4cc29.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/8c/8cd6de89262d6ff06cae61209b40ff6fdb665722.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/8c/8cdaebea430349383a9dd44b54cb4ced9a7069aa.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/8d/
-* google-breakpad/src/tools/gyp/.svn/pristine/8d/8d6414d5312059d2063b53ebec26ddc38267d77d.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/8d/8d6e0ee77a92f178dcab0b2e402107a1da4696f4.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/8d/8da9d0f3920063af1c59d527c8f02454fafdbe52.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/8d/8dfacbf5a5c19ef3ce3db4736579b0d09a53a422.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/8d/8dfbe00f20e97c98658bdccec390e6482b333fc6.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/8e/
-* google-breakpad/src/tools/gyp/.svn/pristine/8e/8e2660ac4076da79dc07ec2e858298c9ba39523f.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/8e/8e7b5539c5bdd1c611e821687081be25e22d63e1.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/8f/
-* google-breakpad/src/tools/gyp/.svn/pristine/8f/8f1d538a683fe6477525cf5c3b9df071dfef5482.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/8f/8f33ca545f3a6c72a787b622ae1110acabae333b.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/8f/8f69e3114ba7c59989fbcd579de01c246255ed4a.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/8f/8f81b3f499ed3c65b6ca679f207e5b1677bbe07f.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/90/
-* google-breakpad/src/tools/gyp/.svn/pristine/90/9000c3a5419302c145473d646623064f48411a2e.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/90/901177e8c887cdd1033022ebaf1d1b951e43c17d.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/90/903d6f519b6385ca6f7cda42c96f500cc8321eda.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/90/90450eea4f6ae75545674c6b380b85c8b0ce95b2.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/90/9055feb839adc8538a8669e959fdb289778f35fb.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/90/909c99b23b670f14aa8ffe7ef9311d3fce09291f.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/90/90aa5a5c77cad7f25667808110cdb818df9ee38a.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/90/90dd035cf7bdebb926aec03c297daa9222573c60.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/90/90ec76b1ed08054d8c04b5a8255eadbcf492590c.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/90/90fb713dc06415bedf7c4918e6a10b60dff18e57.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/91/
-* google-breakpad/src/tools/gyp/.svn/pristine/91/912e502deb02b0603ebc48ff612568f7d30097c5.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/91/914bcbd54de987e4a6a2081fc488cccac696f9cc.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/91/916e982ea9fc5c37d67715041ec2d6f40afeb0f5.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/91/917d5bf3916788c8dba77158f2cd7590f5c803fc.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/91/91854d2fb62d1b92a9cc2c87b2d44bb282acfb68.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/91/91bc8f402cc2780a4fdfa73bd3e0497915e6a64a.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/92/
-* google-breakpad/src/tools/gyp/.svn/pristine/92/920496a23ed86c0a4e8e8305802c37538317aba8.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/92/92c13130bf8542522698340c09839045132ab21b.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/93/
-* google-breakpad/src/tools/gyp/.svn/pristine/93/93bac941bb85129d2026c7c2ceb41b9cf261b344.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/94/
-* google-breakpad/src/tools/gyp/.svn/pristine/94/944768f29abe33c3665bc85ab32498ccfc33e269.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/94/94a09d56c479cb24f330760f1dc427d99a13e0c7.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/94/94b3b3ceebe28cc17ab4f70d8020eba35a337fb2.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/94/94b57ce420d7467590a9b3e4747f1ccf5e020183.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/94/94b80730e12be9b15540f242045b11c3f23931bc.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/95/
-* google-breakpad/src/tools/gyp/.svn/pristine/95/953723b12601400ef6d5ec8cff131ff7186e92a3.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/95/95462cc7799af55d24b0e3cf587bbd6880f2fd68.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/95/954d98bda7ef8f2a453b9a7a93ec29b6b4a10336.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/95/95552049e8da453739f688fde5121a3b8cf87a58.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/95/95819aa7c53311e4d0f981239fd08ba4c5596ef5.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/95/95a2a39de52b10645527800eb8b0a525877a2c7b.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/96/
-* google-breakpad/src/tools/gyp/.svn/pristine/96/96a5bbcfd8742d8553d6a79d579163f86b881fdd.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/96/96ecd694af799b34b7e9cf5834d4ea674aac3bb8.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/97/
-* google-breakpad/src/tools/gyp/.svn/pristine/97/97012646e8dcfd6c04b81133c0b9871ff80590fc.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/97/970a462df64115c7ec16182502032cd00129edf3.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/97/975f6f1e42efef8c57d3aef93710b1627b8e2771.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/98/
-* google-breakpad/src/tools/gyp/.svn/pristine/98/985417a0abd28cf939b1c3b89a0b049e89536e58.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/98/986506f2aec56974c901065fe0bff539d3821d13.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/98/98d3ad33fcd0e13bd2056e326cec07baeff26133.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/98/98fa68ead12a6450f787a0e5deefb4701505c1e0.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/98/98fd675fd1ea4f51a6b47624c2601fb324c4a18a.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/99/
-* google-breakpad/src/tools/gyp/.svn/pristine/99/995bb7b263c9e605a75ced840e0cab7451c0335d.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/99/99984b80bf0957e83816d13cec5062d4d8cb7332.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/99/99ade2c721265a1410a2e32d2269be83cf9682cc.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/99/99b9787ebeb2dc8c519ed52fbebcfa2eb80e9150.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/9a/
-* google-breakpad/src/tools/gyp/.svn/pristine/9a/9a30c7f3394a970576dac7947eb5d8d0de0a4224.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/9a/9a38e4588375371de6ee861efea59f1659390325.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/9a/9a4b63a27c0f0979017a439c75f2c3e15faea57f.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/9a/9ad0c3d6ffaf5fcc4bc88e48689a11ed9564cd02.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/9a/9af1c32088838e72c48a20a3d3f15e1a49224013.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/9b/
-* google-breakpad/src/tools/gyp/.svn/pristine/9b/9b45ca6eafe0b7258d21fd7fdcb9a33bdc504412.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/9b/9be70ed3a1c16520c9d0cd0ad2ea0782122fdfb9.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/9c/
-* google-breakpad/src/tools/gyp/.svn/pristine/9c/9c6f9e02488a4466dff03136e0a985717015d4e5.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/9c/9cd02498e52c6c019f05d3a2fcd0d93414bdc4b7.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/9d/
-* google-breakpad/src/tools/gyp/.svn/pristine/9d/9d41c795e5f9cfbb6c4bb68572144a4687f02506.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/9d/9d622112d0d4b9476e9ed20f6c0843ea97abaf9a.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/9d/9d72b2e57628b5b1b83cf445cfad248935423eb2.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/9d/9d901f65e17a73d5822a4f6344d8e5db31a7cdbf.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/9d/9dc3a90a97a0fd952720f23b9e979f5fdbb96b12.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/9e/
-* google-breakpad/src/tools/gyp/.svn/pristine/9e/9e0a1809231692b8f3fdb9dbf2ce610a708eb01a.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/9e/9e2125e7ac09c90f5617febf95fe06bb0f19547c.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/9e/9e36c7a435d08906582c837e83f807b5997d2ee5.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/9e/9e6d611957035efc738b6d48fbe14c8c150db0e5.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/9e/9e88b97c43299d851522d5ab2c717a7a1feb2c81.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/9e/9ec2c70004d95b2d110a90b6e0d368530a75bf0a.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/9e/9edafe65371502a64ed915287edf8d23c899e3ae.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/9e/9edb97b6eb24cf7e0e5e90504720bb278f878083.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/9f/
-* google-breakpad/src/tools/gyp/.svn/pristine/9f/9f5a9b1d33bf5f8bbf8f574efef4b912958a9726.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/9f/9f900eb1f30fb384f676fb5a1f659327e2d45307.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/9f/9fb69f70f8f9206491a4d2b11a1272c2233ef8d3.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/9f/9fdd1ffb75b5af7e201081eaa684986985fc37e5.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/9f/9fe937887074def926bbe4db431d9087ceec4c59.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/a0/
-* google-breakpad/src/tools/gyp/.svn/pristine/a0/a06e2c039ea4f50248b2304fad6a8f04c0d1a618.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/a0/a0845e49c4b62a3cceb045a2722b37cf39bf71ff.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/a1/
-* google-breakpad/src/tools/gyp/.svn/pristine/a1/a178b3dd5d609e532bb5249750bad9f2e706c572.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/a2/
-* google-breakpad/src/tools/gyp/.svn/pristine/a2/a2288f5e43d362bbbc595899fe9c46d23b1b333d.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/a2/a23ac933f48b4886fff9b5e715cf93c6e215b3aa.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/a2/a26aa9c3c56e6bc4cebe4b29dd801b0794ddcf0a.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/a2/a2aafab832e01768a37a6f747965495227a79631.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/a3/
-* google-breakpad/src/tools/gyp/.svn/pristine/a3/a359211592147adb763d5972e24fc3104316f0a5.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/a3/a35f974c7b19b7dcc9d1ff559daf51ec90abc1f9.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/a3/a3a6ceb5fdbfdf95c5903afbfe571de16701bb88.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/a3/a3fd6647853c12dc3cd0a7898f69fd21a6b660c6.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/a4/
-* google-breakpad/src/tools/gyp/.svn/pristine/a4/a4274274e255494c69aae880d75babd29552acec.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/a5/
-* google-breakpad/src/tools/gyp/.svn/pristine/a5/a520b6d5a2bd46360aea955d5904ae16a08d24f9.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/a5/a59cb7ca38145263c3bd5d6adf44fdd8dde3b16d.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/a5/a5b95e46e818a03ed84b02469ec06ce83d9bbd62.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/a5/a5c453327b8dc624fe01a7c7fb8e6815d54c24cf.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/a5/a5d5c4566b8e6aab1ca1cd3dbc391be8af015eaf.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/a5/a5e572fd001944d32691eae573b94858fdff624b.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/a5/a5f71685142a6b96fdb327d30eba0523cecef953.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/a5/a5fdcfca79732e76c11a7f5bc39c3677f11d82d0.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/a6/
-* google-breakpad/src/tools/gyp/.svn/pristine/a6/a63e8439233873fd32f71b41ca37f766c0aa18b4.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/a6/a652acacff781ff226da8ce2990ed400ad33be80.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/a6/a69d3f2378c5fe4841e5a8c28d688f1abd5f6d29.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/a6/a6a3fbbdba72b1450f9f2af2c01c5f60050bf92e.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/a6/a6bb7dce7dcd3e8bea043ed1cc8d4665234e4a69.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/a6/a6c50bca3d76c7e95c14691cc531547d97d017e6.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/a7/
-* google-breakpad/src/tools/gyp/.svn/pristine/a7/a715fdf2ac3af6ce5217cc6937518fe1f1598c01.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/a7/a733294fcefddec82754e17cff916b7389a02c64.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/a7/a7c4a5257ab1a0f6ca2773be5f65d62710c8d6e9.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/a7/a7c717e5ac3c8ef27abae71e9b389f3bc7985de9.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/a7/a7ea802ca409afec971849fd2aadba054362cfd0.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/a8/
-* google-breakpad/src/tools/gyp/.svn/pristine/a8/a80d3811e58e007252319fc823c98596e1399f52.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/a8/a83781c2e044e0f6bde5580cf43f95198bb8fffb.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/a8/a83821eb1c1ded8904c4b9baeb7c5a39e8a6d0fb.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/a8/a89efa431e0b41e0b6a455bbd383b7c2d5b5cb93.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/a8/a8f7516aa3fb07d914d9f8aac1e4de7cd9530a61.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/a9/
-* google-breakpad/src/tools/gyp/.svn/pristine/a9/a9559a041260c5d6fe368a93d6b5fb6e516888ce.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/a9/a99d133cb65bcd264b5694e7055fd2bdc4818679.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/aa/
-* google-breakpad/src/tools/gyp/.svn/pristine/aa/aa045d57fbbe443ae60ae6a65b8260ca6b474b94.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/aa/aa2dbcdc57c9d9ed33d556dbeeb30319b4228e7c.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/aa/aa40c38b53d777b272ef5b1140722350dd632ab3.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/aa/aa91ec71f323226e049fe8ac800c0eeefbf115ee.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/aa/aaa89842af5f56528b40d500c08be76f5938d879.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/aa/aaf573e4d0a2e737f3f9cfc032a4043aa1c5bf8d.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/ab/
-* google-breakpad/src/tools/gyp/.svn/pristine/ab/ab4b49b5731e8c44c056cc4fcf5b3aa466df7c9d.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/ab/ab4db04f2b2fd2d5d5eb869390740840cba8822b.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/ab/ab8552a74e929ade3cd4c3e31236cbbd787b8b53.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/ab/aba77217da068492f3ecdb90ab5d7bd63c1a2bb3.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/ab/abe7ec63dd3878eff6073812552ba5ef2abd8a5b.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/ac/
-* google-breakpad/src/tools/gyp/.svn/pristine/ac/ac1f5771c04dc08855e6d29b354650dd4f3b70b4.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/ac/ac501d52e9012c2740259f027bf7c65a42faf44f.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/ad/
-* google-breakpad/src/tools/gyp/.svn/pristine/ad/ad010b01658c96965e1706ec0986fe1478bbda21.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/ad/ad34a57e01d1ad4ac8c2e9e4a574073765559e24.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/ad/ad570adbe9eda8c1cec9dd91d90cb12d274105be.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/ad/ad58c1cbce010abf4d5a01c3eb9035e16163e246.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/ad/adb78ee5c2ed7cad34ff7aaa2655b30863e049ad.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/ad/adb89d4bc244e5269b7e6e1ba7f47c3e9519be8c.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/ad/add0a03193022ed0cd2442b72253dcdf3dbcf72b.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/ae/
-* google-breakpad/src/tools/gyp/.svn/pristine/ae/ae5ad720bd65f6c798925bf96c873070af365b59.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/ae/ae7b77b6d19b67723d0e7eb0a38525917d8a263a.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/ae/ae8256446c9424890b58754b88105bfc37ba726c.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/ae/ae93ede86439915c9ea30b95f4bc2941af9aad7e.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/ae/aee8136388a9fc272aa6b3cd3cd05d62a360f133.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/ae/aeecdedbc134d523caf27216660becb17315d5dd.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/af/
-* google-breakpad/src/tools/gyp/.svn/pristine/af/af27f1241574f21dd67e64daa40edf17a9477766.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/af/af3d5a0820f39e40fed4595b5a63b602d154f965.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/af/af572a5cc83fe9438871323e1134c214d6fe7ee7.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/af/af6f73761e1a4e7db0cdf68569477f3dc14ee6d9.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/af/af726a3d8acb878f50a97f1f90dddab37d8ce4d4.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/af/afa6ec5639020eea0d26a291667635eb762c0585.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/b0/
-* google-breakpad/src/tools/gyp/.svn/pristine/b0/b03ba0188b390739ead4ae6c5a741c38b1093396.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/b0/b09135233303149e894af1a287bd36165f54bd74.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/b0/b0a6c2144211570ccc0dc0f07437e143a432a040.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/b0/b0acf915c54d2c6ef53be580ed2045225a3b02d8.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/b0/b0d4c0e2d6fc285eb1dc870ba7b3780dd40ae9c0.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/b1/
-* google-breakpad/src/tools/gyp/.svn/pristine/b1/b1059abd39992b8c496c1e4e90937913f26c5d66.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/b1/b155cbcfa1354ff8dc111c5e8dfa1b74f69c4347.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/b1/b1742accfb360ddf898a6382aea7a7cad8731c17.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/b1/b180b0d57a2129411e378da3543e07f82614f08f.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/b1/b1e2728af5147658c22aa0ec891bdf9a2aef6c99.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/b2/
-* google-breakpad/src/tools/gyp/.svn/pristine/b2/b210aa531999d09c3125c417584c202bc76fa790.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/b2/b2f577d9ee5fc9edd40b626852cd95d355906203.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/b2/b2feada0a4c94a44bee6d553278f6d05383bbdc5.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/b3/
-* google-breakpad/src/tools/gyp/.svn/pristine/b3/b396c5e9c9f12074b79314b3d0548b420800d8e9.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/b3/b3a74660f60e74660d0285adbfa05468169e711e.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/b3/b3b961df923887c4b040237270feeecc33926d5c.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/b3/b3bcd469f2a67dff5c3f0b16b61b617a9a164294.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/b3/b3cd2c4196da0165af3aa457e0228416e7b79bf9.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/b4/
-* google-breakpad/src/tools/gyp/.svn/pristine/b4/b4120094460de6bd9de8262030e1b9e42b897db0.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/b4/b4148e3b7c2264dfa655406b0ae7457410875c89.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/b4/b462aee1c6c401b3c709a746e9400677c2ffbeb2.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/b4/b46e2149282166220793f081bba776c841a27075.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/b4/b4b437f707d0d97d15c37e6dd32ca23d315b2284.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/b4/b4c28b6478cb03142a890933ef95f0195f1abc16.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/b4/b4ca84a715102c8a508ce0d5a9e34075b40e78d1.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/b4/b4d421f62ccd47428369ed3dbee78787d5d8dd4a.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/b5/
-* google-breakpad/src/tools/gyp/.svn/pristine/b5/b5589024b9860d477d34f133c067df8768045980.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/b5/b58ac028a6744ba2352809db431b3be5800404c6.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/b5/b5bc3749cd4af229c5e7bf9168a09774914761d1.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/b5/b5ca0b0f5e2a69a43930957abbd2c26b6aa37bb9.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/b5/b5f21775a28c0c6a9313d2b37bc2d5062bc06b64.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/b6/
-* google-breakpad/src/tools/gyp/.svn/pristine/b6/b64174508c450f7a40ba8655bfd3e8cf04ffbebd.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/b6/b6518017067b71b375fd74b0a4b81e8e71fb3f8a.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/b6/b673a5d94815f08104881a25d5f0498d6313ddb1.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/b6/b69fa629afa4ae4bedc70883415f75e5752d2296.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/b7/
-* google-breakpad/src/tools/gyp/.svn/pristine/b7/b72ad30ed60bd9a34b18c543b4728195624d793f.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/b7/b7e25fcfa1175ef109c6a902bfe0321274ca07e3.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/b7/b7e88d7436125fbf8b7b5742b044be404a011154.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/b7/b7e9ac596c2b8a1f8b8551ea33f3c7cdacd0da23.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/b7/b7f18d67d08c3c1cf676c33929252cb753dacbbd.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/b8/
-* google-breakpad/src/tools/gyp/.svn/pristine/b8/b8239e8d3007b392c3c92e587c0a715d4a0f4f4a.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/b8/b85092f1563748917870b3616ac560ba0902c7df.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/b8/b87070e62c241c3eabb6ea6c94cc1b3e63d04041.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/b8/b8a132e37b940e6ce7f83785c3bcde69c8d3a10b.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/b9/
-* google-breakpad/src/tools/gyp/.svn/pristine/b9/b94d475d8405826845928ac8a763f42a3b44ba58.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/b9/b98bb2ad4f785f8d3b649c609f9636f0075b8d6f.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/ba/
-* google-breakpad/src/tools/gyp/.svn/pristine/ba/ba16da248e1e4e2b078ddbe17b63cb5c4a8d68b1.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/ba/ba1a09e40bd9bec7deb928e46f810992eafc92d8.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/ba/bab28aeaab65df0d5f6b63c510361f650611451d.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/ba/bac1777c2697dcb1f02b4bd42760b7c3397de9da.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/ba/baeed7f6e4aea7a240653f0cdfa985e9f13a09b1.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/bb/
-* google-breakpad/src/tools/gyp/.svn/pristine/bb/bb28e2a9d8ec73be515260dea46962b490e7af88.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/bb/bb4b0af3815b9dcd958b5801a445ef8da7340de5.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/bb/bbcf1c4a402a40a726d1a59e8e6a4de1a9adf4a4.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/bc/
-* google-breakpad/src/tools/gyp/.svn/pristine/bc/bc1e4fb403f49cefe25eb5a788949597873e7e65.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/bc/bcaf788eba552b260b4159535569032fa9b9d876.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/bc/bcce93387f1420985ceb01870cc8deb97e5eb336.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/bc/bcfefc04b9cd06643e9fdeb0be61c7865a140cef.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/bd/
-* google-breakpad/src/tools/gyp/.svn/pristine/bd/bd0daf138ffba126171a652fb0eedcae004412f3.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/bd/bd46f310529d0ef42460104e168223a306cdde67.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/bd/bda9018a238b4fa581a7575ac2abf09d714e8c98.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/bd/bdc2a09a1c2d65c04d777d29f4a8924e00368cc2.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/be/
-* google-breakpad/src/tools/gyp/.svn/pristine/be/be18d05a5d704a1efe59deb00eb6e589b7bb22ac.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/be/be5517e7fe47f9c22e181e33162c722410982802.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/be/be5882cb28af90b9e019188b7360e2b9e81351a9.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/be/be9f6a294ab02dc54ec98389c5f15197af835b9f.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/be/bed0f795cf74830ff646c583a54a81238cbbcfb3.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/bf/
-* google-breakpad/src/tools/gyp/.svn/pristine/bf/bf05c21521e926c74ee2ab1b607aae447479d731.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/bf/bf0e906045de76eae9db53b1f9426ddcd47ec4e9.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/bf/bf3da57361545ed181602b24323f1e3b1229e109.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/bf/bf40e7539605385948d989902adbc6cb216d2b90.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/bf/bf670237c127888860d7364f70fec40066d85418.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/bf/bf799362c1a2b2cea28fadf84cf7cad45e26e630.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/bf/bf937839a52f92d28bffa571afddea9457590135.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/bf/bf9a9fabae81bddf2ffec328455ea43ba1c1790d.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/bf/bf9d06d1067475e822c22a792c5175795d661f99.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/bf/bfb05e85e2dc86db4b744c71cc42c9d3d69a2740.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/bf/bfb34837ef408fa4e0ebb0f7e6bf8bc68c94ac32.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/c0/
-* google-breakpad/src/tools/gyp/.svn/pristine/c0/c01f0791a0b351a13dcd9e5bc7f0ce78dc8a9bf4.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/c0/c02f65795b0967655b7da562b5d0270062d93b7e.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/c0/c042df51b734260b7f6f673b010af232125efbb2.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/c0/c06b715a310af7fb29b88a24f4c7d7e44b889e63.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/c0/c0a589bebbcfd71bfd6599c56fbb5d57f2390e05.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/c0/c0bc477077fcc05c3c66585aaec39e2cf60dd22f.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/c1/
-* google-breakpad/src/tools/gyp/.svn/pristine/c1/c1bfda8f307bc2f6baaefbd932f2efc2e86ee7a7.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/c2/
-* google-breakpad/src/tools/gyp/.svn/pristine/c2/c25339993311b1d071db16b6b652b9cbc1e7c690.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/c2/c2faacbe5fbc8cab018d1288c012c584a0e3b4ff.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/c3/
-* google-breakpad/src/tools/gyp/.svn/pristine/c3/c34f29fb0c28084998c68b9e3890b396b3e94631.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/c3/c353347c7fe7fe1aa482574573494a53c5c924d2.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/c3/c379e4ee4443691352143f36660db1528b7872f3.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/c4/
-* google-breakpad/src/tools/gyp/.svn/pristine/c4/c42dcac0887270fd3fb9c477669ead87af742e8f.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/c4/c455d06f4cc178a9f3f4cb1387c72c57268dde82.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/c4/c494153e2a2e52890123f3dff7f97a14bffb157c.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/c4/c4a9028e0f5b138a7c714d45bcc8169555b23cb8.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/c5/
-* google-breakpad/src/tools/gyp/.svn/pristine/c5/c537af90167178c928af2aff9ba8f130e844eaad.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/c5/c53e6c4156362b0121d623e3a8375ad3e1a8372c.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/c5/c547c8833660f13165ca3e9021afd30644fbd0a7.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/c6/
-* google-breakpad/src/tools/gyp/.svn/pristine/c6/c66c3ff8df1aa3f905b37d0e00b9cf36d35025c3.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/c6/c6b4e4bc1ba21fcd6509e2429ed7fa6ca5436984.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/c6/c6fb74c9fa68aa3ce3401adb55c4a7ca6d8b5175.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/c7/
-* google-breakpad/src/tools/gyp/.svn/pristine/c7/c7485c5dfeba554b596499e90ae04f775c293339.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/c7/c7533f4f37795fe49c0c82aa800117e96dbbe968.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/c7/c7cca5af9cc09265029a096b0bba6df29d28cc2a.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/c7/c7e21b208d650e37ed22fa982f1dab8ce923adfc.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/c8/
-* google-breakpad/src/tools/gyp/.svn/pristine/c8/c800dbfb838af3de357d8eb0d1ac7a0575616b48.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/c8/c821f6e2d32ce61d831d72bd3a76671346c10867.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/c8/c84c7c3760afa3f4385f4c1905495efd1e15e591.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/c8/c8a814006201cb7a933710a188622b06918e800c.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/c8/c8c28af754a2a98e395a4cc7eeddfe184448dd37.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/c8/c8ef9628a9a4050c75d1e4db8371d5b9a1163413.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/c9/
-* google-breakpad/src/tools/gyp/.svn/pristine/c9/c9272b647d41835254493c695f85f363d58388ed.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/c9/c96826d93b209c379b1c80d252cea0a345f60610.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/c9/c9782b7fa4dd022579fbb58307c87c69616fe59d.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/c9/c9d1e03328907595e5af02655755afbf93228890.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/ca/
-* google-breakpad/src/tools/gyp/.svn/pristine/ca/ca17fdc9a9616da754b3246c36070912dd3a63f4.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/ca/ca603bb6360013f24424925764b8f2aaabbed79d.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/ca/cacaa3aad3211a29c60452f136fae567d5b98af9.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/cb/
-* google-breakpad/src/tools/gyp/.svn/pristine/cb/cb1508a8d8fd0ea2a5062ed6b0ef304309ce7ebf.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/cb/cb6c51053b7d8d3c6c4133f826b41ebf378f413e.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/cb/cb94e5296956960c2786f8608dd859800ef5a6af.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/cb/cbb7d6d4c4d06401e6b648c547a500daa9cb2e05.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/cb/cbc04986b9a6df69c5bd4bca4f4203ebba2dd59b.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/cb/cbe21071964cf0816337e978b81e85519494b2ab.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/cb/cbf216342d42b578bea3d096953e8036844b021a.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/cc/
-* google-breakpad/src/tools/gyp/.svn/pristine/cc/cc0b2398a1d713d4720e151282a0e95d3383295a.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/cc/cc0d35daefb63f3cc70112eabfab867d2c826ced.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/cc/cc1acd2ced33e854737b013892e63fecf351f7e9.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/cc/cc3eae1e4c4e6d33293bb69efa674bdf24d25fec.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/cc/cc42e93cc8d87699b925bc26a8147bd9ab308e23.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/cc/cc552ff5c61ed33f29d3122dea03142f439d8746.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/cc/ccf85c671652a382bd0773cfc1ee111a7d0e0e39.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/cc/ccfbb607e16aef8cae789332c73833579adbb202.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/cd/
-* google-breakpad/src/tools/gyp/.svn/pristine/cd/cddd2c949619684af11ea262dcb1e0e045da6818.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/cf/
-* google-breakpad/src/tools/gyp/.svn/pristine/cf/cf0eddb5fc0a6f435b8d8dc84531d666f9d3390f.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/cf/cf898c6e0fe2718e8bac8ec9596551d6f4099ef7.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/cf/cf95faea407621bb5b1382aef25c05475b9ff733.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/d0/
-* google-breakpad/src/tools/gyp/.svn/pristine/d0/d02b8ab40cbac8f275df12b92471cb3825828b48.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/d0/d05062444ab064d4a42d42527f5dc1e671b39ea3.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/d0/d0b9664f8431c66892c30eb10df49de424885232.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/d0/d0ce7fc98d7a1c3a03b7ff0b0245758325b48f8d.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/d0/d0cfe6b003eaa6222d356bd504a197ab878df30b.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/d0/d0d44a5c81b3a31bcf3cf24757ea08f582f393ab.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/d0/d0d48258aabc40045199cc28f9da3fa9e00f6866.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/d1/
-* google-breakpad/src/tools/gyp/.svn/pristine/d1/d1199b3f16b01d74b09101f7f7ba92e21ddd3969.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/d1/d120c702da29d0f8ad1d48dd1e94d21e28400954.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/d1/d137f9c62dd31b2805e1a3f596308234c90b3b39.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/d1/d1558669b0f01db549dbfbebe21e9161c6c2e0d9.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/d1/d1a534fae51deca3891c1d947333b214e6e079f1.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/d1/d1e0e08452413d20867dc6644777974f4bfbae01.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/d1/d1ee9ec3e0bb1ca3fdb09866f690d03a2e9a6952.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/d1/d1f49ee0fef4135a1f4219154f398344dba664c2.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/d2/
-* google-breakpad/src/tools/gyp/.svn/pristine/d2/d27de6bdf3e23c676ca860ace9570713c0bd843f.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/d2/d2ce13b7b9b49333813c5828760fe3db62abcf39.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/d2/d2f8fd03512c7f457e3ec452968ff07411fae9da.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/d3/
-* google-breakpad/src/tools/gyp/.svn/pristine/d3/d315f7761f42cedbab6921b8ed09a84b5b9947d4.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/d3/d316fa2bdbc4d1811a80f32c910018bef685a267.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/d3/d35ff4a539d696dc5b5cbd0a1f41cb313d17799b.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/d3/d37bf85c77606047280fa5cf09c68c20419355c2.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/d3/d3914d4cfdad5d04d0b38dfbbda547e08638bfb5.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/d3/d3945c270ca1303c864543a5db851a34248bdee9.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/d3/d3ffc406ade033f62f1453a6774eb37e24a6de10.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/d4/
-* google-breakpad/src/tools/gyp/.svn/pristine/d4/d444a024ca7b8d0c235eb0523a0e794de80791cb.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/d4/d456c928f3e8c98c49780a5bb917e77f791e66ef.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/d4/d45e23c17d1c7c593e0ae948b3091f75a80cbba0.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/d4/d4c2e7f550b74ade06f164659cf23d32d0b91bab.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/d5/
-* google-breakpad/src/tools/gyp/.svn/pristine/d5/d509fc85b63903b3fcd4dee78084ed343ff6ce2e.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/d5/d50f6c6dd00018c995235ca41264cdf48ecdeda5.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/d5/d56f6b4a4eda935395f9dfd199c4a6be6c67edf8.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/d5/d58f084eec2f3e103439037e5f54b0fb65d9ff8e.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/d5/d5cb258e6e6c3f7b066ed5be531ba5dbc25bc22e.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/d5/d5ed48dbf435e94114959b69daabf11d8c1ba910.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/d6/
-* google-breakpad/src/tools/gyp/.svn/pristine/d6/d6d82ebeef1a0874f778c415522d4727c5db7795.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/d6/d6f858a5f60304e83c100e05c01889c56f3c1cc2.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/d6/d6fdb3b8a28d8666a48fa1b75e3fcd948b8454a5.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/d7/
-* google-breakpad/src/tools/gyp/.svn/pristine/d7/d71002de9085c32bcfd9e4b1ad1476ff9be79330.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/d7/d739c92f0c7925f092b4e77457da974f65790d8d.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/d7/d750cf03ef7f272f390e1903430e03f5a0d44f39.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/d7/d75a0e1185d0315cb1b9a95d3ff6b0f7b0218858.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/d8/
-* google-breakpad/src/tools/gyp/.svn/pristine/d8/d88663a3ccfb814f847c1757df7a67c0f25675a0.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/d8/d8ce68e6583765b6b37dc0de80b759b30c76360a.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/d9/
-* google-breakpad/src/tools/gyp/.svn/pristine/d9/d95370b3a684bca121c06126870fca836432e6e9.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/d9/d982aa97a8652706a94338f65d322622329fbb60.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/d9/d9a7757d08f3ba05a7841f66d856e37b5a2a122a.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/d9/d9ba6706d23bd3748a604c4be0e471db0ed783a9.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/d9/d9e0f5fab2cd2c8f54adca5585202452f0967da5.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/d9/d9ed1193f9922373731306065f0efd9d7b5e62cd.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/da/
-* google-breakpad/src/tools/gyp/.svn/pristine/da/da37d8129aa267b935cf2cbf3c4727dd9da141f3.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/da/da39a3ee5e6b4b0d3255bfef95601890afd80709.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/da/da3b00bcd21f67ece96a76d61f9bc827c2c4564b.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/da/da3bc1046c177bc20e0d837b9b406661f7dc6825.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/da/dab7777648cbd997e258d7481fd42533a1d7c392.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/da/dabe4c2eea5a7d1e74ec8974e852824b770457e7.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/da/dae53440d169d6cf9dd09f5b1967a53ebf8d56d1.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/db/
-* google-breakpad/src/tools/gyp/.svn/pristine/db/dbe92103ef83d702a1103b4bd56a8ec2b4902c5a.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/db/dbec0dcc822675835b472a7b5030b65b792c9e83.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/db/dbed33c1798c4e88e26c5dee758be53d625ffadf.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/db/dbf3988ad4eeecd759b441ab903564c1d46e6940.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/dc/
-* google-breakpad/src/tools/gyp/.svn/pristine/dc/dc550880fce1ea87f62fbf89f61a923d570edae8.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/dc/dcbd901f7052e6e8fe78c0e68ee9afb520de9936.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/dc/dcc5504d5d5f1001f629a63b5fbf66b789699a04.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/dc/dcdedbdbcad64b6fec7ff066bd2f93b5dc165332.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/dc/dcea32f0dfa1213d5c5871b243eb4e8c8a5638be.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/dd/
-* google-breakpad/src/tools/gyp/.svn/pristine/dd/dd56a1e1ec3ee21666a242566e6af758a805a894.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/dd/dd8ef09fa978099d59b3383b298bfad7a69770d6.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/dd/dd927c08a37d8d7dd273331b28e57b905cb68405.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/dd/ddb32c8392b1016fc45426a9a05191b31d0b58ac.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/dd/dddb87787aa9dd150fd15a832975ca8ffe644262.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/dd/ddfa63303b00bfb707cc8dd9cffc914913e085d2.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/de/
-* google-breakpad/src/tools/gyp/.svn/pristine/de/de01d0f15668c41f4b8f18cc44e80827c4bcc850.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/de/de64b0b9c221a7977546167366c96ca8651c74c6.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/de/de9f39e5689b045823252b931a88252b3ff13ca5.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/df/
-* google-breakpad/src/tools/gyp/.svn/pristine/df/df2710f74542daf6216a6534c7cab625c1a04e95.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/df/df68a5aeadfc72a0005ad6e0f9574ff26ae78e09.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/df/dfd34aad876e3e83e972493beaa6d73b2ac40ebf.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/e0/
-* google-breakpad/src/tools/gyp/.svn/pristine/e0/e06053012bcaffd59b35c4c5a30c4833b563cdd3.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/e1/
-* google-breakpad/src/tools/gyp/.svn/pristine/e1/e138ba5933f0437e79a7f182e895727faefb1c8a.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/e1/e15536829fef36ae241fe7aa6eb7633569d397a3.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/e1/e19151054f245bca2a5e9525af0f943408a8f329.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/e1/e1fc57e2016d941b0e284f4a20c0bab8b24b58b7.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/e2/
-* google-breakpad/src/tools/gyp/.svn/pristine/e2/e20030165e318ff0c0bff557fb88c65468fc78d4.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/e2/e209272e030a4e64da3d40a294aff59612c22e86.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/e2/e27e322b4eaaaffb1ea5b58169f371a76d254258.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/e3/
-* google-breakpad/src/tools/gyp/.svn/pristine/e3/e318cde0088021444587cbe71a1203dd48690f0b.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/e3/e34a59826a4e03d3226e016e89fbee14fbe194b2.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/e3/e34d960c4b9a4877762264a4c9191249abcd1967.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/e3/e376ded4a362628706cc94d3a07c59bccc5e66c3.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/e3/e390251896d9228b39af85031c15a319633372a0.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/e3/e3b3a00076c29a01c43b6adb3fe8d0295b0a631b.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/e3/e3b88fbbd29bb07a5141e78758dda0c8459b45ad.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/e4/
-* google-breakpad/src/tools/gyp/.svn/pristine/e4/e44a6c17a1a646c886859ca249643d67552cac58.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/e4/e471f763ef49de26cae14710f11d1d1aa092cbf2.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/e4/e47b0d5e10c49feab106461b0f83b4a3c2dfc6dd.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/e4/e4dc8fad2e3949887e3421b729a92d3a403737c1.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/e4/e4f9d99a033df0e3d4c2ab984c04680f5a6fe59f.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/e5/
-* google-breakpad/src/tools/gyp/.svn/pristine/e5/e596852e5b9d231718dae97c777715e7d47d8cde.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/e5/e59fa0a7721be1b34d09ad532a1acf630c2bfa94.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/e5/e5aa866185f7ba71594b488db34b2c055569908f.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/e5/e5cdd119b56e5c598e40768b071192fb6e2ba671.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/e6/
-* google-breakpad/src/tools/gyp/.svn/pristine/e6/e6009a3d32c69f1ea808cdf92195bbb3a3649050.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/e6/e60f11451766277714ec666a10ff8411b93f7d2d.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/e6/e61b724294b78f67f376923d4041749ee9e646be.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/e6/e62e15351fa1f05d53c39d94f2f61d279ef0c392.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/e6/e6a5bb953664435dee0a10b7be03c81527201c15.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/e6/e6f29ede3c23874a167ec95af690440a353ef274.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/e6/e6fda0ff9ec5db1d9c76f1b118c835ef0078bf60.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/e7/
-* google-breakpad/src/tools/gyp/.svn/pristine/e7/e70edbedc38463e990ca4b1ed535fb36935cbabb.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/e7/e71b1373b0bf22fbb2a70c3a03f126c594ee9e08.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/e7/e734a37d22d4a097a7783ead1180e464fe4a2878.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/e7/e74983e2ae040ab3803fe0779235ca50c9f882d0.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/e7/e7693c90f883306d0b975186517544d08538e814.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/e7/e77155d530da33c0b6678f1431c7a85e454198fb.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/e7/e7f3f99d0d79786458a57da339e5bbc410d6e09a.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/e8/
-* google-breakpad/src/tools/gyp/.svn/pristine/e8/e816be7fe81b56b10cd4c5a475b9af700106f411.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/e8/e86a7ddad20f635e590478994ea6d36ef6416d26.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/e8/e87a05f0207176162d6cb975da478f2301c36249.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/e8/e8894f1581cb2540e4f79f5c2a2517047497ea88.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/e8/e8a01b05378aea96ab53b343ab9356bb3af3640e.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/e8/e8af01535b33b9d912dab35175fb7abb925c3d0f.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/e8/e8c90bb685a96266f2fdeb20f9757b59427e6ec5.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/e8/e8efb2b9b88a9ce0b5145bf00a5037e71d1e7628.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/e9/
-* google-breakpad/src/tools/gyp/.svn/pristine/e9/e9e6b95e35f325db06436935e7ac58ad53a163c7.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/ea/
-* google-breakpad/src/tools/gyp/.svn/pristine/ea/ea12b69f52d7fb96f4f05e3b9c86e80385e288a2.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/ea/ea4288c7441e22b067cae3cf9bb05340dde587c4.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/ea/ea4ad81d15a41ceb28f362ce8f55e30c624906d6.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/ea/ea5f3e08ad8b9a5c1cad96734471df4be71c4243.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/ea/ea63ae9f969be2a7bc68cc11b4b2b3901e149397.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/ea/ea923bff79bb699eba8115ff64b04753fbb2917a.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/ea/eaea242adbbd5f05c71121c8abc86cd7b850aae9.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/eb/
-* google-breakpad/src/tools/gyp/.svn/pristine/eb/eb47187f5dd4395ef2d4f02ff3336b678f2f5ba9.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/eb/ebc087c11f6f0ab14220c934b3e26df833b01e59.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/eb/ebd58570e5846e065dec4bcbbd436620ce4579e5.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/eb/ebe04fc69ba0ea1c72f24b9d9842b1a2d701084f.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/ec/
-* google-breakpad/src/tools/gyp/.svn/pristine/ec/ec3854e4b8e390cb52eb60b434cd776704ab07c6.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/ec/ec3d76bebc316f2e0f809cc285e1c858afb7c9ab.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/ec/ec415a0e27787d80367f20a3d89fc3e311d82e09.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/ed/
-* google-breakpad/src/tools/gyp/.svn/pristine/ed/ed03a7946b5aaadf49cab43b6a1e4467d4f2841d.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/ed/ed0aeae4027618069dfa0bb9b736652ecb35365e.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/ed/ed0eb3623d82abd8d16991cc6edbb83c1bb41428.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/ed/ed13507db6493dcdbc75a9a39fc6d6c0e9c159a5.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/ed/ed524b9774a5403fc479ad3afaa65b8f0f2cf295.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/ed/ed6cc3a5793e84c3c899c2fafdcbf7444c9e1289.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/ed/edc341008b97962aa1d4b65011997efef5f26784.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/ed/edc35a129c3b82635ed672e3a72816aa15f33b35.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/ee/
-* google-breakpad/src/tools/gyp/.svn/pristine/ee/ee3fc91a414f57c43b1ea01b32f195bdf1aba5b3.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/ee/ee4de8660d4402067d920aafa59e17573e4d91f1.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/ee/eeb8f81a5b18936857e4a265d724089c888196ff.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/ee/eecc621550a3ea78778aaa98ba6446243ab0dd4b.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/ef/
-* google-breakpad/src/tools/gyp/.svn/pristine/ef/ef3f6d3491808c371435ea11aecb91fc89d00218.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/ef/ef6ec1579641339b1e4caee72b0dd4f966e6e927.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/ef/efdfa6b4c3557d51c5c65b383b29ca654351fceb.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/f0/
-* google-breakpad/src/tools/gyp/.svn/pristine/f0/f019c1117293fc6b9158fac2cc8d9c0e417b7274.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/f0/f0819b953c04e36a8c533eecd9fed6effa53bc25.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/f1/
-* google-breakpad/src/tools/gyp/.svn/pristine/f1/f147aeb45956180a0ab4f442cceb7df3add6a443.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/f1/f1bdeaaf4b59ef199ed1bcc404cfe1418752bab0.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/f1/f1d2d2f924e986ac86fdf7b36c94bcdf32beec15.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/f1/f1e016fcff8de27d9753cdf5aeafd7252d066851.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/f2/
-* google-breakpad/src/tools/gyp/.svn/pristine/f2/f20e212b6a9151d08259189c7cbd563823639696.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/f2/f26bf31539e3dbadf557b6bddb27d821fb56e5c6.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/f3/
-* google-breakpad/src/tools/gyp/.svn/pristine/f3/f3270bc66dca9b06b903e18946c633f27fb26cd4.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/f3/f32b26920e0d0edb70b9f0798aab48125b2629a1.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/f3/f3d61a29df97f6d3029d5c89777ded96c96b51b5.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/f4/
-* google-breakpad/src/tools/gyp/.svn/pristine/f4/f4a4d19f89b7ef249172d8c55ce6a22f0ea4e949.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/f4/f4bd3491c6da769940fc81aede91fb24633e79b9.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/f4/f4de138c889850024c8d5528541b00dc3583d0f7.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/f5/
-* google-breakpad/src/tools/gyp/.svn/pristine/f5/f51a269cacca6141828283ac3ec2cba8ac73616e.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/f5/f537fd9339cb9d47ad4164148f6b264cedb37d01.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/f5/f559faa87fd8cd27245f2dda6ccd74e476ce5c99.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/f5/f5668798b04a4351b85fdfae6814e486f87f8ceb.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/f5/f5906934fbe65cecc9778c34e11b7e3e619f4dc3.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/f5/f5a835b1c5fd298222af4d830ac4c3a29c500085.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/f5/f5a9cc1a0cafe61eed6bed1072b206897afc2483.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/f5/f5cd368378de54557b96bbbec2582f9b2f193e2d.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/f6/
-* google-breakpad/src/tools/gyp/.svn/pristine/f6/f636311aeb0b94fea7afc2e654e6470bd1406112.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/f6/f66abe0cd2adc7d90a53cd6efdd66e49e257e2e3.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/f6/f66fd00a52c767bf03f3c48d7aa3c2658c1178f3.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/f6/f6a11493f3420bb9cde8660b3be27117e28038a7.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/f6/f6c8b0214586869fd8fe93eb1a72f68584c2dc50.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/f6/f6ccb0f8234c8a60320dbc6005680064d37a96db.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/f6/f6cdc7d4a6ff7ed7ebe080935c3fde95e3e50624.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/f6/f6e49ef66b6ebce71fb567000faa229b77ad7d7b.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/f6/f6f58d4a1e6e3aa8cda4b229a17941285c77ad5f.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/f6/f6fa4a35636a723cc640815043e84fd4e2b170d7.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/f7/
-* google-breakpad/src/tools/gyp/.svn/pristine/f7/f709a48820d0d27c1df4ee8eeac4d0a62b02b8ec.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/f7/f7470e54a6f31a3f3b68d9e26a997bfb9ca412fb.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/f7/f7a3e2542ac09d86571e7fcb9fda915c33d69216.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/f7/f7d60ef0970ff54c5fa5e3aade51d5544daa2f54.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/f8/
-* google-breakpad/src/tools/gyp/.svn/pristine/f8/f81ee6a5e16217ceb33bcd2beddec60899cca578.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/f8/f8b175176307f0089da2402e3e4789f3b3477a7f.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/f9/
-* google-breakpad/src/tools/gyp/.svn/pristine/f9/f91d7b7ac79a7ffee93c38dacd300613d8e83b8e.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/f9/f92861168a2be50d29f4ea35f9b97af676944063.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/f9/f960d0a800fcfebebeebb21d075fb0348194b5b0.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/f9/f96816603e3f9d63f7f5455f90cca10272365002.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/f9/f9e39d3daf85f4c8e93cacabcd42bdfc0018b609.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/fa/
-* google-breakpad/src/tools/gyp/.svn/pristine/fa/fa010e2c005bb61c4ab880c5a6782923c6458342.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/fa/fa3079586658f79cfd5c65832271df847b469cb0.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/fa/fa5527b8406b9373c315255a55e642206f5cfa25.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/fa/fa87c7f3416174fd4d8c493e669962f1521e793c.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/fa/fa8cfab545d72d33b72ea9420abd053e1e10dbdf.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/fa/fad4fd8be44daa198e1b711e91f176b35301e698.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/fb/
-* google-breakpad/src/tools/gyp/.svn/pristine/fb/fb127abb54ed77ea79db5ae67ff30141437363cb.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/fb/fb66d2204ff419ab1c84063e00efe66e39427ead.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/fb/fbab140220c8e5aa5f76833aea1ed315938108c1.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/fb/fbb6f87f8053d117b2a898753c148f31a9beb435.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/fb/fbc8780979cff277d6cef874ba18a6430aff82f4.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/fb/fbcf09fe9ab66a7e9393a411b1bea48c526cda74.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/fc/
-* google-breakpad/src/tools/gyp/.svn/pristine/fc/fc144e3bff480436092617867757d7d6c41aca18.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/fc/fc38d13c99139c1b5497b7b8cfd8bfa58ac066a9.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/fc/fcb5ea7a101485f2e3bb3aab97cd9f83037e260a.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/fd/
-* google-breakpad/src/tools/gyp/.svn/pristine/fd/fd2f88ef2776fc6a4aa74875fdc083d584e92ddb.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/fd/fda6ae4466f359be9c340311672fb3fdd223bb04.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/fd/fdf4d9a9ec8714b064731519521f938be612f6b4.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/fe/
-* google-breakpad/src/tools/gyp/.svn/pristine/fe/fe74812409df9f515eec496664c7b0a52287e0a7.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/fe/fe767eac45480af7c69424a2bf0aad697ff8716b.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/fe/feb9ffc73a8f50d5a94f18dc0feb3d45100efd74.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/fe/fed1bee220d840740f39a708cbaea070f5c9f3aa.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/fe/fed4f8e49891b5397d754269df1d6a7c1a908a79.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/fe/fed70cfc2789430e78434e3202715c3a4756cf7f.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/ff/
-* google-breakpad/src/tools/gyp/.svn/pristine/ff/ff177921548f852db1a384ec33200275af66728e.svn-base
-* google-breakpad/src/tools/gyp/.svn/pristine/ff/ffe07be26d59aa128fc7a1506ce7d2fba2f3ba8f.svn-base
-* google-breakpad/src/tools/gyp/.svn/wc.db
-* google-breakpad/src/tools/gyp/AUTHORS
-* google-breakpad/src/tools/gyp/DEPS
-* google-breakpad/src/tools/gyp/LICENSE
-* google-breakpad/src/tools/gyp/OWNERS
-* google-breakpad/src/tools/gyp/PRESUBMIT.py
-* google-breakpad/src/tools/gyp/buildbot/
-* google-breakpad/src/tools/gyp/buildbot/buildbot_run.py
-* google-breakpad/src/tools/gyp/codereview.settings
-* google-breakpad/src/tools/gyp/data/
-* google-breakpad/src/tools/gyp/data/win/
-* google-breakpad/src/tools/gyp/data/win/large-pdb-shim.cc
-* google-breakpad/src/tools/gyp/gyp
-* google-breakpad/src/tools/gyp/gyp.bat
-* google-breakpad/src/tools/gyp/gyp_main.py
-* google-breakpad/src/tools/gyp/gyptest.py
-* google-breakpad/src/tools/gyp/pylib/
-* google-breakpad/src/tools/gyp/pylib/gyp/
-* google-breakpad/src/tools/gyp/pylib/gyp/MSVSNew.py
-* google-breakpad/src/tools/gyp/pylib/gyp/MSVSProject.py
-* google-breakpad/src/tools/gyp/pylib/gyp/MSVSSettings.py
-* google-breakpad/src/tools/gyp/pylib/gyp/MSVSSettings_test.py
-* google-breakpad/src/tools/gyp/pylib/gyp/MSVSToolFile.py
-* google-breakpad/src/tools/gyp/pylib/gyp/MSVSUserFile.py
-* google-breakpad/src/tools/gyp/pylib/gyp/MSVSUtil.py
-* google-breakpad/src/tools/gyp/pylib/gyp/MSVSVersion.py
-* google-breakpad/src/tools/gyp/pylib/gyp/__init__.py
-* google-breakpad/src/tools/gyp/pylib/gyp/common.py
-* google-breakpad/src/tools/gyp/pylib/gyp/common_test.py
-* google-breakpad/src/tools/gyp/pylib/gyp/easy_xml.py
-* google-breakpad/src/tools/gyp/pylib/gyp/easy_xml_test.py
-* google-breakpad/src/tools/gyp/pylib/gyp/flock_tool.py
-* google-breakpad/src/tools/gyp/pylib/gyp/generator/
-* google-breakpad/src/tools/gyp/pylib/gyp/generator/__init__.py
-* google-breakpad/src/tools/gyp/pylib/gyp/generator/android.py
-* google-breakpad/src/tools/gyp/pylib/gyp/generator/cmake.py
-* google-breakpad/src/tools/gyp/pylib/gyp/generator/dump_dependency_json.py
-* google-breakpad/src/tools/gyp/pylib/gyp/generator/eclipse.py
-* google-breakpad/src/tools/gyp/pylib/gyp/generator/gypd.py
-* google-breakpad/src/tools/gyp/pylib/gyp/generator/gypsh.py
-* google-breakpad/src/tools/gyp/pylib/gyp/generator/make.py
-* google-breakpad/src/tools/gyp/pylib/gyp/generator/msvs.py
-* google-breakpad/src/tools/gyp/pylib/gyp/generator/msvs_test.py
-* google-breakpad/src/tools/gyp/pylib/gyp/generator/ninja.py
-* google-breakpad/src/tools/gyp/pylib/gyp/generator/ninja_test.py
-* google-breakpad/src/tools/gyp/pylib/gyp/generator/xcode.py
-* google-breakpad/src/tools/gyp/pylib/gyp/generator/xcode_test.py
-* google-breakpad/src/tools/gyp/pylib/gyp/input.py
-* google-breakpad/src/tools/gyp/pylib/gyp/input_test.py
-* google-breakpad/src/tools/gyp/pylib/gyp/mac_tool.py
-* google-breakpad/src/tools/gyp/pylib/gyp/msvs_emulation.py
-* google-breakpad/src/tools/gyp/pylib/gyp/ninja_syntax.py
-* google-breakpad/src/tools/gyp/pylib/gyp/ordered_dict.py
-* google-breakpad/src/tools/gyp/pylib/gyp/win_tool.py
-* google-breakpad/src/tools/gyp/pylib/gyp/xcode_emulation.py
-* google-breakpad/src/tools/gyp/pylib/gyp/xcodeproj_file.py
-* google-breakpad/src/tools/gyp/pylib/gyp/xml_fix.py
-* google-breakpad/src/tools/gyp/pylintrc
-* google-breakpad/src/tools/gyp/samples/
-* google-breakpad/src/tools/gyp/samples/samples
-* google-breakpad/src/tools/gyp/samples/samples.bat
-* google-breakpad/src/tools/gyp/setup.py
-* google-breakpad/src/tools/gyp/test/
-* google-breakpad/src/tools/gyp/test/actions-bare/
-* google-breakpad/src/tools/gyp/test/actions-bare/gyptest-bare.py
-* google-breakpad/src/tools/gyp/test/actions-bare/src/
-* google-breakpad/src/tools/gyp/test/actions-bare/src/bare.gyp
-* google-breakpad/src/tools/gyp/test/actions-bare/src/bare.py
-* google-breakpad/src/tools/gyp/test/actions-multiple/
-* google-breakpad/src/tools/gyp/test/actions-multiple/gyptest-all.py
-* google-breakpad/src/tools/gyp/test/actions-multiple/src/
-* google-breakpad/src/tools/gyp/test/actions-multiple/src/actions.gyp
-* google-breakpad/src/tools/gyp/test/actions-multiple/src/copy.py
-* google-breakpad/src/tools/gyp/test/actions-multiple/src/filter.py
-* google-breakpad/src/tools/gyp/test/actions-multiple/src/foo.c
-* google-breakpad/src/tools/gyp/test/actions-multiple/src/input.txt
-* google-breakpad/src/tools/gyp/test/actions-multiple/src/main.c
-* google-breakpad/src/tools/gyp/test/actions-none/
-* google-breakpad/src/tools/gyp/test/actions-none/gyptest-none.py
-* google-breakpad/src/tools/gyp/test/actions-none/src/
-* google-breakpad/src/tools/gyp/test/actions-none/src/fake_cross.py
-* google-breakpad/src/tools/gyp/test/actions-none/src/foo.cc
-* google-breakpad/src/tools/gyp/test/actions-none/src/none_with_source_files.gyp
-* google-breakpad/src/tools/gyp/test/actions-subdir/
-* google-breakpad/src/tools/gyp/test/actions-subdir/gyptest-action.py
-* google-breakpad/src/tools/gyp/test/actions-subdir/src/
-* google-breakpad/src/tools/gyp/test/actions-subdir/src/make-file.py
-* google-breakpad/src/tools/gyp/test/actions-subdir/src/none.gyp
-* google-breakpad/src/tools/gyp/test/actions-subdir/src/subdir/
-* google-breakpad/src/tools/gyp/test/actions-subdir/src/subdir/make-subdir-file.py
-* google-breakpad/src/tools/gyp/test/actions-subdir/src/subdir/subdir.gyp
-* google-breakpad/src/tools/gyp/test/actions/
-* google-breakpad/src/tools/gyp/test/actions/generated-header/
-* google-breakpad/src/tools/gyp/test/actions/generated-header/action.py
-* google-breakpad/src/tools/gyp/test/actions/generated-header/main.cc
-* google-breakpad/src/tools/gyp/test/actions/generated-header/test.gyp
-* google-breakpad/src/tools/gyp/test/actions/gyptest-all.py
-* google-breakpad/src/tools/gyp/test/actions/gyptest-default.py
-* google-breakpad/src/tools/gyp/test/actions/gyptest-errors.py
-* google-breakpad/src/tools/gyp/test/actions/gyptest-generated-header.py
-* google-breakpad/src/tools/gyp/test/actions/src/
-* google-breakpad/src/tools/gyp/test/actions/src/action_missing_name.gyp
-* google-breakpad/src/tools/gyp/test/actions/src/actions.gyp
-* google-breakpad/src/tools/gyp/test/actions/src/confirm-dep-files.py
-* google-breakpad/src/tools/gyp/test/actions/src/subdir1/
-* google-breakpad/src/tools/gyp/test/actions/src/subdir1/counter.py
-* google-breakpad/src/tools/gyp/test/actions/src/subdir1/executable.gyp
-* google-breakpad/src/tools/gyp/test/actions/src/subdir1/make-prog1.py
-* google-breakpad/src/tools/gyp/test/actions/src/subdir1/make-prog2.py
-* google-breakpad/src/tools/gyp/test/actions/src/subdir1/program.c
-* google-breakpad/src/tools/gyp/test/actions/src/subdir2/
-* google-breakpad/src/tools/gyp/test/actions/src/subdir2/make-file.py
-* google-breakpad/src/tools/gyp/test/actions/src/subdir2/none.gyp
-* google-breakpad/src/tools/gyp/test/actions/src/subdir3/
-* google-breakpad/src/tools/gyp/test/actions/src/subdir3/generate_main.py
-* google-breakpad/src/tools/gyp/test/actions/src/subdir3/null_input.gyp
-* google-breakpad/src/tools/gyp/test/additional-targets/
-* google-breakpad/src/tools/gyp/test/additional-targets/gyptest-additional.py
-* google-breakpad/src/tools/gyp/test/additional-targets/src/
-* google-breakpad/src/tools/gyp/test/additional-targets/src/all.gyp
-* google-breakpad/src/tools/gyp/test/additional-targets/src/dir1/
-* google-breakpad/src/tools/gyp/test/additional-targets/src/dir1/actions.gyp
-* google-breakpad/src/tools/gyp/test/additional-targets/src/dir1/emit.py
-* google-breakpad/src/tools/gyp/test/additional-targets/src/dir1/lib1.c
-* google-breakpad/src/tools/gyp/test/android/
-* google-breakpad/src/tools/gyp/test/android/gyptest-noalias.py
-* google-breakpad/src/tools/gyp/test/android/hello.c
-* google-breakpad/src/tools/gyp/test/android/hello.gyp
-* google-breakpad/src/tools/gyp/test/assembly/
-* google-breakpad/src/tools/gyp/test/assembly/gyptest-assembly.py
-* google-breakpad/src/tools/gyp/test/assembly/gyptest-override.py
-* google-breakpad/src/tools/gyp/test/assembly/src/
-* google-breakpad/src/tools/gyp/test/assembly/src/as.bat
-* google-breakpad/src/tools/gyp/test/assembly/src/assembly.gyp
-* google-breakpad/src/tools/gyp/test/assembly/src/lib1.S
-* google-breakpad/src/tools/gyp/test/assembly/src/lib1.c
-* google-breakpad/src/tools/gyp/test/assembly/src/override.gyp
-* google-breakpad/src/tools/gyp/test/assembly/src/override_asm.asm
-* google-breakpad/src/tools/gyp/test/assembly/src/program.c
-* google-breakpad/src/tools/gyp/test/build-option/
-* google-breakpad/src/tools/gyp/test/build-option/gyptest-build.py
-* google-breakpad/src/tools/gyp/test/build-option/hello.c
-* google-breakpad/src/tools/gyp/test/build-option/hello.gyp
-* google-breakpad/src/tools/gyp/test/builddir/
-* google-breakpad/src/tools/gyp/test/builddir/gyptest-all.py
-* google-breakpad/src/tools/gyp/test/builddir/gyptest-default.py
-* google-breakpad/src/tools/gyp/test/builddir/src/
-* google-breakpad/src/tools/gyp/test/builddir/src/builddir.gypi
-* google-breakpad/src/tools/gyp/test/builddir/src/func1.c
-* google-breakpad/src/tools/gyp/test/builddir/src/func2.c
-* google-breakpad/src/tools/gyp/test/builddir/src/func3.c
-* google-breakpad/src/tools/gyp/test/builddir/src/func4.c
-* google-breakpad/src/tools/gyp/test/builddir/src/func5.c
-* google-breakpad/src/tools/gyp/test/builddir/src/prog1.c
-* google-breakpad/src/tools/gyp/test/builddir/src/prog1.gyp
-* google-breakpad/src/tools/gyp/test/builddir/src/subdir2/
-* google-breakpad/src/tools/gyp/test/builddir/src/subdir2/prog2.c
-* google-breakpad/src/tools/gyp/test/builddir/src/subdir2/prog2.gyp
-* google-breakpad/src/tools/gyp/test/builddir/src/subdir2/subdir3/
-* google-breakpad/src/tools/gyp/test/builddir/src/subdir2/subdir3/prog3.c
-* google-breakpad/src/tools/gyp/test/builddir/src/subdir2/subdir3/prog3.gyp
-* google-breakpad/src/tools/gyp/test/builddir/src/subdir2/subdir3/subdir4/
-* google-breakpad/src/tools/gyp/test/builddir/src/subdir2/subdir3/subdir4/prog4.c
-* google-breakpad/src/tools/gyp/test/builddir/src/subdir2/subdir3/subdir4/prog4.gyp
-* google-breakpad/src/tools/gyp/test/builddir/src/subdir2/subdir3/subdir4/subdir5/
-* google-breakpad/src/tools/gyp/test/builddir/src/subdir2/subdir3/subdir4/subdir5/prog5.c
-* google-breakpad/src/tools/gyp/test/builddir/src/subdir2/subdir3/subdir4/subdir5/prog5.gyp
-* google-breakpad/src/tools/gyp/test/cflags/
-* google-breakpad/src/tools/gyp/test/cflags/cflags.c
-* google-breakpad/src/tools/gyp/test/cflags/cflags.gyp
-* google-breakpad/src/tools/gyp/test/cflags/gyptest-cflags.py
-* google-breakpad/src/tools/gyp/test/compilable/
-* google-breakpad/src/tools/gyp/test/compilable/gyptest-headers.py
-* google-breakpad/src/tools/gyp/test/compilable/src/
-* google-breakpad/src/tools/gyp/test/compilable/src/headers.gyp
-* google-breakpad/src/tools/gyp/test/compilable/src/lib1.cpp
-* google-breakpad/src/tools/gyp/test/compilable/src/lib1.hpp
-* google-breakpad/src/tools/gyp/test/compilable/src/program.cpp
-* google-breakpad/src/tools/gyp/test/compiler-override/
-* google-breakpad/src/tools/gyp/test/compiler-override/compiler-global-settings.gyp.in
-* google-breakpad/src/tools/gyp/test/compiler-override/compiler-host.gyp
-* google-breakpad/src/tools/gyp/test/compiler-override/compiler.gyp
-* google-breakpad/src/tools/gyp/test/compiler-override/cxxtest.cc
-* google-breakpad/src/tools/gyp/test/compiler-override/gyptest-compiler-env.py
-* google-breakpad/src/tools/gyp/test/compiler-override/gyptest-compiler-global-settings.py
-* google-breakpad/src/tools/gyp/test/compiler-override/my_cc.py
-* google-breakpad/src/tools/gyp/test/compiler-override/my_cxx.py
-* google-breakpad/src/tools/gyp/test/compiler-override/my_ld.py
-* google-breakpad/src/tools/gyp/test/compiler-override/test.c
-* google-breakpad/src/tools/gyp/test/configurations/
-* google-breakpad/src/tools/gyp/test/configurations/basics/
-* google-breakpad/src/tools/gyp/test/configurations/basics/configurations.c
-* google-breakpad/src/tools/gyp/test/configurations/basics/configurations.gyp
-* google-breakpad/src/tools/gyp/test/configurations/basics/gyptest-configurations.py
-* google-breakpad/src/tools/gyp/test/configurations/inheritance/
-* google-breakpad/src/tools/gyp/test/configurations/inheritance/configurations.c
-* google-breakpad/src/tools/gyp/test/configurations/inheritance/configurations.gyp
-* google-breakpad/src/tools/gyp/test/configurations/inheritance/gyptest-inheritance.py
-* google-breakpad/src/tools/gyp/test/configurations/invalid/
-* google-breakpad/src/tools/gyp/test/configurations/invalid/actions.gyp
-* google-breakpad/src/tools/gyp/test/configurations/invalid/all_dependent_settings.gyp
-* google-breakpad/src/tools/gyp/test/configurations/invalid/configurations.gyp
-* google-breakpad/src/tools/gyp/test/configurations/invalid/dependencies.gyp
-* google-breakpad/src/tools/gyp/test/configurations/invalid/direct_dependent_settings.gyp
-* google-breakpad/src/tools/gyp/test/configurations/invalid/gyptest-configurations.py
-* google-breakpad/src/tools/gyp/test/configurations/invalid/libraries.gyp
-* google-breakpad/src/tools/gyp/test/configurations/invalid/link_settings.gyp
-* google-breakpad/src/tools/gyp/test/configurations/invalid/sources.gyp
-* google-breakpad/src/tools/gyp/test/configurations/invalid/standalone_static_library.gyp
-* google-breakpad/src/tools/gyp/test/configurations/invalid/target_name.gyp
-* google-breakpad/src/tools/gyp/test/configurations/invalid/type.gyp
-* google-breakpad/src/tools/gyp/test/configurations/target_platform/
-* google-breakpad/src/tools/gyp/test/configurations/target_platform/configurations.gyp
-* google-breakpad/src/tools/gyp/test/configurations/target_platform/front.c
-* google-breakpad/src/tools/gyp/test/configurations/target_platform/gyptest-target_platform.py
-* google-breakpad/src/tools/gyp/test/configurations/target_platform/left.c
-* google-breakpad/src/tools/gyp/test/configurations/target_platform/right.c
-* google-breakpad/src/tools/gyp/test/configurations/x64/
-* google-breakpad/src/tools/gyp/test/configurations/x64/configurations.c
-* google-breakpad/src/tools/gyp/test/configurations/x64/configurations.gyp
-* google-breakpad/src/tools/gyp/test/configurations/x64/gyptest-x86.py
-* google-breakpad/src/tools/gyp/test/copies/
-* google-breakpad/src/tools/gyp/test/copies/gyptest-all.py
-* google-breakpad/src/tools/gyp/test/copies/gyptest-attribs.py
-* google-breakpad/src/tools/gyp/test/copies/gyptest-default.py
-* google-breakpad/src/tools/gyp/test/copies/gyptest-samedir.py
-* google-breakpad/src/tools/gyp/test/copies/gyptest-slash.py
-* google-breakpad/src/tools/gyp/test/copies/gyptest-updir.py
-* google-breakpad/src/tools/gyp/test/copies/src/
-* google-breakpad/src/tools/gyp/test/copies/src/copies-attribs.gyp
-* google-breakpad/src/tools/gyp/test/copies/src/copies-samedir.gyp
-* google-breakpad/src/tools/gyp/test/copies/src/copies-slash.gyp
-* google-breakpad/src/tools/gyp/test/copies/src/copies-updir.gyp
-* google-breakpad/src/tools/gyp/test/copies/src/copies.gyp
-* google-breakpad/src/tools/gyp/test/copies/src/directory/
-* google-breakpad/src/tools/gyp/test/copies/src/directory/file3
-* google-breakpad/src/tools/gyp/test/copies/src/directory/file4
-* google-breakpad/src/tools/gyp/test/copies/src/directory/subdir/
-* google-breakpad/src/tools/gyp/test/copies/src/directory/subdir/file5
-* google-breakpad/src/tools/gyp/test/copies/src/executable-file.sh
-* google-breakpad/src/tools/gyp/test/copies/src/file1
-* google-breakpad/src/tools/gyp/test/copies/src/file2
-* google-breakpad/src/tools/gyp/test/copies/src/parentdir/
-* google-breakpad/src/tools/gyp/test/copies/src/parentdir/subdir/
-* google-breakpad/src/tools/gyp/test/copies/src/parentdir/subdir/file6
-* google-breakpad/src/tools/gyp/test/custom-generator/
-* google-breakpad/src/tools/gyp/test/custom-generator/gyptest-custom-generator.py
-* google-breakpad/src/tools/gyp/test/custom-generator/mygenerator.py
-* google-breakpad/src/tools/gyp/test/custom-generator/test.gyp
-* google-breakpad/src/tools/gyp/test/cxxflags/
-* google-breakpad/src/tools/gyp/test/cxxflags/cxxflags.cc
-* google-breakpad/src/tools/gyp/test/cxxflags/cxxflags.gyp
-* google-breakpad/src/tools/gyp/test/cxxflags/gyptest-cxxflags.py
-* google-breakpad/src/tools/gyp/test/defines-escaping/
-* google-breakpad/src/tools/gyp/test/defines-escaping/defines-escaping.c
-* google-breakpad/src/tools/gyp/test/defines-escaping/defines-escaping.gyp
-* google-breakpad/src/tools/gyp/test/defines-escaping/gyptest-defines-escaping.py
-* google-breakpad/src/tools/gyp/test/defines/
-* google-breakpad/src/tools/gyp/test/defines/defines-env.gyp
-* google-breakpad/src/tools/gyp/test/defines/defines.c
-* google-breakpad/src/tools/gyp/test/defines/defines.gyp
-* google-breakpad/src/tools/gyp/test/defines/gyptest-define-override.py
-* google-breakpad/src/tools/gyp/test/defines/gyptest-defines-env-regyp.py
-* google-breakpad/src/tools/gyp/test/defines/gyptest-defines-env.py
-* google-breakpad/src/tools/gyp/test/defines/gyptest-defines.py
-* google-breakpad/src/tools/gyp/test/dependencies/
-* google-breakpad/src/tools/gyp/test/dependencies/a.c
-* google-breakpad/src/tools/gyp/test/dependencies/b/
-* google-breakpad/src/tools/gyp/test/dependencies/b/b.c
-* google-breakpad/src/tools/gyp/test/dependencies/b/b.gyp
-* google-breakpad/src/tools/gyp/test/dependencies/b/b3.c
-* google-breakpad/src/tools/gyp/test/dependencies/c/
-* google-breakpad/src/tools/gyp/test/dependencies/c/c.c
-* google-breakpad/src/tools/gyp/test/dependencies/c/c.gyp
-* google-breakpad/src/tools/gyp/test/dependencies/c/d.c
-* google-breakpad/src/tools/gyp/test/dependencies/double_dependency.gyp
-* google-breakpad/src/tools/gyp/test/dependencies/double_dependent.gyp
-* google-breakpad/src/tools/gyp/test/dependencies/extra_targets.gyp
-* google-breakpad/src/tools/gyp/test/dependencies/gyptest-double-dependency.py
-* google-breakpad/src/tools/gyp/test/dependencies/gyptest-extra-targets.py
-* google-breakpad/src/tools/gyp/test/dependencies/gyptest-lib-only.py
-* google-breakpad/src/tools/gyp/test/dependencies/gyptest-none-traversal.py
-* google-breakpad/src/tools/gyp/test/dependencies/gyptest-sharedlib-linksettings.py
-* google-breakpad/src/tools/gyp/test/dependencies/lib_only.gyp
-* google-breakpad/src/tools/gyp/test/dependencies/main.c
-* google-breakpad/src/tools/gyp/test/dependencies/none_traversal.gyp
-* google-breakpad/src/tools/gyp/test/dependencies/sharedlib-linksettings/
-* google-breakpad/src/tools/gyp/test/dependencies/sharedlib-linksettings/program.c
-* google-breakpad/src/tools/gyp/test/dependencies/sharedlib-linksettings/sharedlib.c
-* google-breakpad/src/tools/gyp/test/dependencies/sharedlib-linksettings/staticlib.c
-* google-breakpad/src/tools/gyp/test/dependencies/sharedlib-linksettings/test.gyp
-* google-breakpad/src/tools/gyp/test/dependency-copy/
-* google-breakpad/src/tools/gyp/test/dependency-copy/gyptest-copy.py
-* google-breakpad/src/tools/gyp/test/dependency-copy/src/
-* google-breakpad/src/tools/gyp/test/dependency-copy/src/copies.gyp
-* google-breakpad/src/tools/gyp/test/dependency-copy/src/file1.c
-* google-breakpad/src/tools/gyp/test/dependency-copy/src/file2.c
-* google-breakpad/src/tools/gyp/test/errors/
-* google-breakpad/src/tools/gyp/test/errors/duplicate_basenames.gyp
-* google-breakpad/src/tools/gyp/test/errors/duplicate_node.gyp
-* google-breakpad/src/tools/gyp/test/errors/duplicate_rule.gyp
-* google-breakpad/src/tools/gyp/test/errors/duplicate_targets.gyp
-* google-breakpad/src/tools/gyp/test/errors/gyptest-errors.py
-* google-breakpad/src/tools/gyp/test/errors/missing_dep.gyp
-* google-breakpad/src/tools/gyp/test/errors/missing_targets.gyp
-* google-breakpad/src/tools/gyp/test/escaping/
-* google-breakpad/src/tools/gyp/test/escaping/colon/
-* google-breakpad/src/tools/gyp/test/escaping/colon/test.gyp
-* google-breakpad/src/tools/gyp/test/escaping/gyptest-colon.py
-* google-breakpad/src/tools/gyp/test/exclusion/
-* google-breakpad/src/tools/gyp/test/exclusion/exclusion.gyp
-* google-breakpad/src/tools/gyp/test/exclusion/gyptest-exclusion.py
-* google-breakpad/src/tools/gyp/test/exclusion/hello.c
-* google-breakpad/src/tools/gyp/test/external-cross-compile/
-* google-breakpad/src/tools/gyp/test/external-cross-compile/gyptest-cross.py
-* google-breakpad/src/tools/gyp/test/external-cross-compile/src/
-* google-breakpad/src/tools/gyp/test/external-cross-compile/src/bogus1.cc
-* google-breakpad/src/tools/gyp/test/external-cross-compile/src/bogus2.c
-* google-breakpad/src/tools/gyp/test/external-cross-compile/src/cross.gyp
-* google-breakpad/src/tools/gyp/test/external-cross-compile/src/cross_compile.gypi
-* google-breakpad/src/tools/gyp/test/external-cross-compile/src/fake_cross.py
-* google-breakpad/src/tools/gyp/test/external-cross-compile/src/program.cc
-* google-breakpad/src/tools/gyp/test/external-cross-compile/src/test1.cc
-* google-breakpad/src/tools/gyp/test/external-cross-compile/src/test2.c
-* google-breakpad/src/tools/gyp/test/external-cross-compile/src/test3.cc
-* google-breakpad/src/tools/gyp/test/external-cross-compile/src/test4.c
-* google-breakpad/src/tools/gyp/test/external-cross-compile/src/tochar.py
-* google-breakpad/src/tools/gyp/test/generator-output/
-* google-breakpad/src/tools/gyp/test/generator-output/actions/
-* google-breakpad/src/tools/gyp/test/generator-output/actions/actions.gyp
-* google-breakpad/src/tools/gyp/test/generator-output/actions/build/
-* google-breakpad/src/tools/gyp/test/generator-output/actions/build/README.txt
-* google-breakpad/src/tools/gyp/test/generator-output/actions/subdir1/
-* google-breakpad/src/tools/gyp/test/generator-output/actions/subdir1/actions-out/
-* google-breakpad/src/tools/gyp/test/generator-output/actions/subdir1/actions-out/README.txt
-* google-breakpad/src/tools/gyp/test/generator-output/actions/subdir1/build/
-* google-breakpad/src/tools/gyp/test/generator-output/actions/subdir1/build/README.txt
-* google-breakpad/src/tools/gyp/test/generator-output/actions/subdir1/executable.gyp
-* google-breakpad/src/tools/gyp/test/generator-output/actions/subdir1/make-prog1.py
-* google-breakpad/src/tools/gyp/test/generator-output/actions/subdir1/make-prog2.py
-* google-breakpad/src/tools/gyp/test/generator-output/actions/subdir1/program.c
-* google-breakpad/src/tools/gyp/test/generator-output/actions/subdir2/
-* google-breakpad/src/tools/gyp/test/generator-output/actions/subdir2/actions-out/
-* google-breakpad/src/tools/gyp/test/generator-output/actions/subdir2/actions-out/README.txt
-* google-breakpad/src/tools/gyp/test/generator-output/actions/subdir2/build/
-* google-breakpad/src/tools/gyp/test/generator-output/actions/subdir2/build/README.txt
-* google-breakpad/src/tools/gyp/test/generator-output/actions/subdir2/make-file.py
-* google-breakpad/src/tools/gyp/test/generator-output/actions/subdir2/none.gyp
-* google-breakpad/src/tools/gyp/test/generator-output/copies/
-* google-breakpad/src/tools/gyp/test/generator-output/copies/build/
-* google-breakpad/src/tools/gyp/test/generator-output/copies/build/README.txt
-* google-breakpad/src/tools/gyp/test/generator-output/copies/copies-out/
-* google-breakpad/src/tools/gyp/test/generator-output/copies/copies-out/README.txt
-* google-breakpad/src/tools/gyp/test/generator-output/copies/copies.gyp
-* google-breakpad/src/tools/gyp/test/generator-output/copies/file1
-* google-breakpad/src/tools/gyp/test/generator-output/copies/file2
-* google-breakpad/src/tools/gyp/test/generator-output/copies/subdir/
-* google-breakpad/src/tools/gyp/test/generator-output/copies/subdir/build/
-* google-breakpad/src/tools/gyp/test/generator-output/copies/subdir/build/README.txt
-* google-breakpad/src/tools/gyp/test/generator-output/copies/subdir/copies-out/
-* google-breakpad/src/tools/gyp/test/generator-output/copies/subdir/copies-out/README.txt
-* google-breakpad/src/tools/gyp/test/generator-output/copies/subdir/file3
-* google-breakpad/src/tools/gyp/test/generator-output/copies/subdir/file4
-* google-breakpad/src/tools/gyp/test/generator-output/copies/subdir/subdir.gyp
-* google-breakpad/src/tools/gyp/test/generator-output/gyptest-actions.py
-* google-breakpad/src/tools/gyp/test/generator-output/gyptest-copies.py
-* google-breakpad/src/tools/gyp/test/generator-output/gyptest-depth.py
-* google-breakpad/src/tools/gyp/test/generator-output/gyptest-mac-bundle.py
-* google-breakpad/src/tools/gyp/test/generator-output/gyptest-relocate.py
-* google-breakpad/src/tools/gyp/test/generator-output/gyptest-rules.py
-* google-breakpad/src/tools/gyp/test/generator-output/gyptest-subdir2-deep.py
-* google-breakpad/src/tools/gyp/test/generator-output/gyptest-symlink.py
-* google-breakpad/src/tools/gyp/test/generator-output/gyptest-top-all.py
-* google-breakpad/src/tools/gyp/test/generator-output/mac-bundle/
-* google-breakpad/src/tools/gyp/test/generator-output/mac-bundle/Info.plist
-* google-breakpad/src/tools/gyp/test/generator-output/mac-bundle/app.order
-* google-breakpad/src/tools/gyp/test/generator-output/mac-bundle/header.h
-* google-breakpad/src/tools/gyp/test/generator-output/mac-bundle/main.c
-* google-breakpad/src/tools/gyp/test/generator-output/mac-bundle/resource.sb
-* google-breakpad/src/tools/gyp/test/generator-output/mac-bundle/test.gyp
-* google-breakpad/src/tools/gyp/test/generator-output/rules/
-* google-breakpad/src/tools/gyp/test/generator-output/rules/build/
-* google-breakpad/src/tools/gyp/test/generator-output/rules/build/README.txt
-* google-breakpad/src/tools/gyp/test/generator-output/rules/copy-file.py
-* google-breakpad/src/tools/gyp/test/generator-output/rules/rules.gyp
-* google-breakpad/src/tools/gyp/test/generator-output/rules/subdir1/
-* google-breakpad/src/tools/gyp/test/generator-output/rules/subdir1/build/
-* google-breakpad/src/tools/gyp/test/generator-output/rules/subdir1/build/README.txt
-* google-breakpad/src/tools/gyp/test/generator-output/rules/subdir1/define3.in0
-* google-breakpad/src/tools/gyp/test/generator-output/rules/subdir1/define4.in0
-* google-breakpad/src/tools/gyp/test/generator-output/rules/subdir1/executable.gyp
-* google-breakpad/src/tools/gyp/test/generator-output/rules/subdir1/function1.in1
-* google-breakpad/src/tools/gyp/test/generator-output/rules/subdir1/function2.in1
-* google-breakpad/src/tools/gyp/test/generator-output/rules/subdir1/program.c
-* google-breakpad/src/tools/gyp/test/generator-output/rules/subdir2/
-* google-breakpad/src/tools/gyp/test/generator-output/rules/subdir2/build/
-* google-breakpad/src/tools/gyp/test/generator-output/rules/subdir2/build/README.txt
-* google-breakpad/src/tools/gyp/test/generator-output/rules/subdir2/file1.in0
-* google-breakpad/src/tools/gyp/test/generator-output/rules/subdir2/file2.in0
-* google-breakpad/src/tools/gyp/test/generator-output/rules/subdir2/file3.in1
-* google-breakpad/src/tools/gyp/test/generator-output/rules/subdir2/file4.in1
-* google-breakpad/src/tools/gyp/test/generator-output/rules/subdir2/none.gyp
-* google-breakpad/src/tools/gyp/test/generator-output/rules/subdir2/rules-out/
-* google-breakpad/src/tools/gyp/test/generator-output/rules/subdir2/rules-out/README.txt
-* google-breakpad/src/tools/gyp/test/generator-output/src/
-* google-breakpad/src/tools/gyp/test/generator-output/src/build/
-* google-breakpad/src/tools/gyp/test/generator-output/src/build/README.txt
-* google-breakpad/src/tools/gyp/test/generator-output/src/inc.h
-* google-breakpad/src/tools/gyp/test/generator-output/src/inc1/
-* google-breakpad/src/tools/gyp/test/generator-output/src/inc1/include1.h
-* google-breakpad/src/tools/gyp/test/generator-output/src/prog1.c
-* google-breakpad/src/tools/gyp/test/generator-output/src/prog1.gyp
-* google-breakpad/src/tools/gyp/test/generator-output/src/subdir2/
-* google-breakpad/src/tools/gyp/test/generator-output/src/subdir2/build/
-* google-breakpad/src/tools/gyp/test/generator-output/src/subdir2/build/README.txt
-* google-breakpad/src/tools/gyp/test/generator-output/src/subdir2/deeper/
-* google-breakpad/src/tools/gyp/test/generator-output/src/subdir2/deeper/build/
-* google-breakpad/src/tools/gyp/test/generator-output/src/subdir2/deeper/build/README.txt
-* google-breakpad/src/tools/gyp/test/generator-output/src/subdir2/deeper/deeper.c
-* google-breakpad/src/tools/gyp/test/generator-output/src/subdir2/deeper/deeper.gyp
-* google-breakpad/src/tools/gyp/test/generator-output/src/subdir2/deeper/deeper.h
-* google-breakpad/src/tools/gyp/test/generator-output/src/subdir2/inc2/
-* google-breakpad/src/tools/gyp/test/generator-output/src/subdir2/inc2/include2.h
-* google-breakpad/src/tools/gyp/test/generator-output/src/subdir2/prog2.c
-* google-breakpad/src/tools/gyp/test/generator-output/src/subdir2/prog2.gyp
-* google-breakpad/src/tools/gyp/test/generator-output/src/subdir3/
-* google-breakpad/src/tools/gyp/test/generator-output/src/subdir3/build/
-* google-breakpad/src/tools/gyp/test/generator-output/src/subdir3/build/README.txt
-* google-breakpad/src/tools/gyp/test/generator-output/src/subdir3/inc3/
-* google-breakpad/src/tools/gyp/test/generator-output/src/subdir3/inc3/include3.h
-* google-breakpad/src/tools/gyp/test/generator-output/src/subdir3/prog3.c
-* google-breakpad/src/tools/gyp/test/generator-output/src/subdir3/prog3.gyp
-* google-breakpad/src/tools/gyp/test/generator-output/src/symroot.gypi
-* google-breakpad/src/tools/gyp/test/gyp-defines/
-* google-breakpad/src/tools/gyp/test/gyp-defines/defines.gyp
-* google-breakpad/src/tools/gyp/test/gyp-defines/echo.py
-* google-breakpad/src/tools/gyp/test/gyp-defines/gyptest-multiple-values.py
-* google-breakpad/src/tools/gyp/test/gyp-defines/gyptest-regyp.py
-* google-breakpad/src/tools/gyp/test/hard_dependency/
-* google-breakpad/src/tools/gyp/test/hard_dependency/gyptest-exported-hard-dependency.py
-* google-breakpad/src/tools/gyp/test/hard_dependency/gyptest-no-exported-hard-dependency.py
-* google-breakpad/src/tools/gyp/test/hard_dependency/src/
-* google-breakpad/src/tools/gyp/test/hard_dependency/src/a.c
-* google-breakpad/src/tools/gyp/test/hard_dependency/src/a.h
-* google-breakpad/src/tools/gyp/test/hard_dependency/src/b.c
-* google-breakpad/src/tools/gyp/test/hard_dependency/src/b.h
-* google-breakpad/src/tools/gyp/test/hard_dependency/src/c.c
-* google-breakpad/src/tools/gyp/test/hard_dependency/src/c.h
-* google-breakpad/src/tools/gyp/test/hard_dependency/src/d.c
-* google-breakpad/src/tools/gyp/test/hard_dependency/src/emit.py
-* google-breakpad/src/tools/gyp/test/hard_dependency/src/hard_dependency.gyp
-* google-breakpad/src/tools/gyp/test/hello/
-* google-breakpad/src/tools/gyp/test/hello/gyptest-all.py
-* google-breakpad/src/tools/gyp/test/hello/gyptest-default.py
-* google-breakpad/src/tools/gyp/test/hello/gyptest-disable-regyp.py
-* google-breakpad/src/tools/gyp/test/hello/gyptest-regyp-output.py
-* google-breakpad/src/tools/gyp/test/hello/gyptest-regyp.py
-* google-breakpad/src/tools/gyp/test/hello/gyptest-target.py
-* google-breakpad/src/tools/gyp/test/hello/hello.c
-* google-breakpad/src/tools/gyp/test/hello/hello.gyp
-* google-breakpad/src/tools/gyp/test/hello/hello2.c
-* google-breakpad/src/tools/gyp/test/hello/hello2.gyp
-* google-breakpad/src/tools/gyp/test/home_dot_gyp/
-* google-breakpad/src/tools/gyp/test/home_dot_gyp/gyptest-home-includes-config-arg.py
-* google-breakpad/src/tools/gyp/test/home_dot_gyp/gyptest-home-includes-config-env.py
-* google-breakpad/src/tools/gyp/test/home_dot_gyp/gyptest-home-includes-regyp.py
-* google-breakpad/src/tools/gyp/test/home_dot_gyp/gyptest-home-includes.py
-* google-breakpad/src/tools/gyp/test/home_dot_gyp/home/
-* google-breakpad/src/tools/gyp/test/home_dot_gyp/home/.gyp/
-* google-breakpad/src/tools/gyp/test/home_dot_gyp/home/.gyp/include.gypi
-* google-breakpad/src/tools/gyp/test/home_dot_gyp/home2/
-* google-breakpad/src/tools/gyp/test/home_dot_gyp/home2/.gyp/
-* google-breakpad/src/tools/gyp/test/home_dot_gyp/home2/.gyp/include.gypi
-* google-breakpad/src/tools/gyp/test/home_dot_gyp/home2/.gyp_new/
-* google-breakpad/src/tools/gyp/test/home_dot_gyp/home2/.gyp_new/include.gypi
-* google-breakpad/src/tools/gyp/test/home_dot_gyp/src/
-* google-breakpad/src/tools/gyp/test/home_dot_gyp/src/all.gyp
-* google-breakpad/src/tools/gyp/test/home_dot_gyp/src/printfoo.c
-* google-breakpad/src/tools/gyp/test/include_dirs/
-* google-breakpad/src/tools/gyp/test/include_dirs/gyptest-all.py
-* google-breakpad/src/tools/gyp/test/include_dirs/gyptest-default.py
-* google-breakpad/src/tools/gyp/test/include_dirs/src/
-* google-breakpad/src/tools/gyp/test/include_dirs/src/inc.h
-* google-breakpad/src/tools/gyp/test/include_dirs/src/inc1/
-* google-breakpad/src/tools/gyp/test/include_dirs/src/inc1/include1.h
-* google-breakpad/src/tools/gyp/test/include_dirs/src/includes.c
-* google-breakpad/src/tools/gyp/test/include_dirs/src/includes.gyp
-* google-breakpad/src/tools/gyp/test/include_dirs/src/shadow1/
-* google-breakpad/src/tools/gyp/test/include_dirs/src/shadow1/shadow.h
-* google-breakpad/src/tools/gyp/test/include_dirs/src/shadow2/
-* google-breakpad/src/tools/gyp/test/include_dirs/src/shadow2/shadow.h
-* google-breakpad/src/tools/gyp/test/include_dirs/src/subdir/
-* google-breakpad/src/tools/gyp/test/include_dirs/src/subdir/inc.h
-* google-breakpad/src/tools/gyp/test/include_dirs/src/subdir/inc2/
-* google-breakpad/src/tools/gyp/test/include_dirs/src/subdir/inc2/include2.h
-* google-breakpad/src/tools/gyp/test/include_dirs/src/subdir/subdir_includes.c
-* google-breakpad/src/tools/gyp/test/include_dirs/src/subdir/subdir_includes.gyp
-* google-breakpad/src/tools/gyp/test/intermediate_dir/
-* google-breakpad/src/tools/gyp/test/intermediate_dir/gyptest-intermediate-dir.py
-* google-breakpad/src/tools/gyp/test/intermediate_dir/src/
-* google-breakpad/src/tools/gyp/test/intermediate_dir/src/script.py
-* google-breakpad/src/tools/gyp/test/intermediate_dir/src/shared_infile.txt
-* google-breakpad/src/tools/gyp/test/intermediate_dir/src/test.gyp
-* google-breakpad/src/tools/gyp/test/intermediate_dir/src/test2.gyp
-* google-breakpad/src/tools/gyp/test/ios/
-* google-breakpad/src/tools/gyp/test/ios/app-bundle/
-* google-breakpad/src/tools/gyp/test/ios/app-bundle/TestApp/
-* google-breakpad/src/tools/gyp/test/ios/app-bundle/TestApp/English.lproj/
-* google-breakpad/src/tools/gyp/test/ios/app-bundle/TestApp/English.lproj/InfoPlist-error.strings
-* google-breakpad/src/tools/gyp/test/ios/app-bundle/TestApp/English.lproj/InfoPlist.strings
-* google-breakpad/src/tools/gyp/test/ios/app-bundle/TestApp/English.lproj/MainMenu.xib
-* google-breakpad/src/tools/gyp/test/ios/app-bundle/TestApp/English.lproj/Main_iPhone.storyboard
-* google-breakpad/src/tools/gyp/test/ios/app-bundle/TestApp/TestApp-Info.plist
-* google-breakpad/src/tools/gyp/test/ios/app-bundle/TestApp/check_no_signature.py
-* google-breakpad/src/tools/gyp/test/ios/app-bundle/TestApp/main.m
-* google-breakpad/src/tools/gyp/test/ios/app-bundle/TestApp/only-compile-in-32-bits.m
-* google-breakpad/src/tools/gyp/test/ios/app-bundle/TestApp/only-compile-in-64-bits.m
-* google-breakpad/src/tools/gyp/test/ios/app-bundle/test-archs.gyp
-* google-breakpad/src/tools/gyp/test/ios/app-bundle/test-crosscompile.gyp
-* google-breakpad/src/tools/gyp/test/ios/app-bundle/test-device.gyp
-* google-breakpad/src/tools/gyp/test/ios/app-bundle/test.gyp
-* google-breakpad/src/tools/gyp/test/ios/app-bundle/tool_main.cc
-* google-breakpad/src/tools/gyp/test/ios/deployment-target/
-* google-breakpad/src/tools/gyp/test/ios/deployment-target/check-version-min.c
-* google-breakpad/src/tools/gyp/test/ios/deployment-target/deployment-target.gyp
-* google-breakpad/src/tools/gyp/test/ios/gyptest-app-ios.py
-* google-breakpad/src/tools/gyp/test/ios/gyptest-archs.py
-* google-breakpad/src/tools/gyp/test/ios/gyptest-crosscompile.py
-* google-breakpad/src/tools/gyp/test/ios/gyptest-deployment-target.py
-* google-breakpad/src/tools/gyp/test/ios/gyptest-per-config-settings.py
-* google-breakpad/src/tools/gyp/test/lib/
-* google-breakpad/src/tools/gyp/test/lib/README.txt
-* google-breakpad/src/tools/gyp/test/lib/TestCmd.py
-* google-breakpad/src/tools/gyp/test/lib/TestCommon.py
-* google-breakpad/src/tools/gyp/test/lib/TestGyp.py
-* google-breakpad/src/tools/gyp/test/lib/TestMac.py
-* google-breakpad/src/tools/gyp/test/library/
-* google-breakpad/src/tools/gyp/test/library/gyptest-shared-obj-install-path.py
-* google-breakpad/src/tools/gyp/test/library/gyptest-shared.py
-* google-breakpad/src/tools/gyp/test/library/gyptest-static.py
-* google-breakpad/src/tools/gyp/test/library/src/
-* google-breakpad/src/tools/gyp/test/library/src/lib1.c
-* google-breakpad/src/tools/gyp/test/library/src/lib1_moveable.c
-* google-breakpad/src/tools/gyp/test/library/src/lib2.c
-* google-breakpad/src/tools/gyp/test/library/src/lib2_moveable.c
-* google-breakpad/src/tools/gyp/test/library/src/library.gyp
-* google-breakpad/src/tools/gyp/test/library/src/program.c
-* google-breakpad/src/tools/gyp/test/library/src/shared_dependency.gyp
-* google-breakpad/src/tools/gyp/test/library_dirs/
-* google-breakpad/src/tools/gyp/test/library_dirs/gyptest-library-dirs.py
-* google-breakpad/src/tools/gyp/test/library_dirs/subdir/
-* google-breakpad/src/tools/gyp/test/library_dirs/subdir/README.txt
-* google-breakpad/src/tools/gyp/test/library_dirs/subdir/hello.cc
-* google-breakpad/src/tools/gyp/test/library_dirs/subdir/mylib.cc
-* google-breakpad/src/tools/gyp/test/library_dirs/subdir/mylib.h
-* google-breakpad/src/tools/gyp/test/library_dirs/subdir/test-win.gyp
-* google-breakpad/src/tools/gyp/test/library_dirs/subdir/test.gyp
-* google-breakpad/src/tools/gyp/test/link-dependency/
-* google-breakpad/src/tools/gyp/test/link-dependency/gyptest-link-dependency.py
-* google-breakpad/src/tools/gyp/test/link-dependency/main.c
-* google-breakpad/src/tools/gyp/test/link-dependency/mymalloc.c
-* google-breakpad/src/tools/gyp/test/link-dependency/test.gyp
-* google-breakpad/src/tools/gyp/test/link-objects/
-* google-breakpad/src/tools/gyp/test/link-objects/base.c
-* google-breakpad/src/tools/gyp/test/link-objects/extra.c
-* google-breakpad/src/tools/gyp/test/link-objects/gyptest-all.py
-* google-breakpad/src/tools/gyp/test/link-objects/link-objects.gyp
-* google-breakpad/src/tools/gyp/test/linux/
-* google-breakpad/src/tools/gyp/test/linux/gyptest-implicit-rpath.py
-* google-breakpad/src/tools/gyp/test/linux/implicit-rpath/
-* google-breakpad/src/tools/gyp/test/linux/implicit-rpath/file.c
-* google-breakpad/src/tools/gyp/test/linux/implicit-rpath/main.c
-* google-breakpad/src/tools/gyp/test/linux/implicit-rpath/test.gyp
-* google-breakpad/src/tools/gyp/test/mac/
-* google-breakpad/src/tools/gyp/test/mac/action-envvars/
-* google-breakpad/src/tools/gyp/test/mac/action-envvars/action/
-* google-breakpad/src/tools/gyp/test/mac/action-envvars/action/action.gyp
-* google-breakpad/src/tools/gyp/test/mac/action-envvars/action/action.sh
-* google-breakpad/src/tools/gyp/test/mac/app-bundle/
-* google-breakpad/src/tools/gyp/test/mac/app-bundle/TestApp/
-* google-breakpad/src/tools/gyp/test/mac/app-bundle/TestApp/English.lproj/
-* google-breakpad/src/tools/gyp/test/mac/app-bundle/TestApp/English.lproj/InfoPlist-error.strings
-* google-breakpad/src/tools/gyp/test/mac/app-bundle/TestApp/English.lproj/InfoPlist.strings
-* google-breakpad/src/tools/gyp/test/mac/app-bundle/TestApp/English.lproj/MainMenu.xib
-* google-breakpad/src/tools/gyp/test/mac/app-bundle/TestApp/English.lproj/utf-16be.strings
-* google-breakpad/src/tools/gyp/test/mac/app-bundle/TestApp/English.lproj/utf-16le.strings
-* google-breakpad/src/tools/gyp/test/mac/app-bundle/TestApp/TestApp-Info.plist
-* google-breakpad/src/tools/gyp/test/mac/app-bundle/TestApp/TestAppAppDelegate.h
-* google-breakpad/src/tools/gyp/test/mac/app-bundle/TestApp/TestAppAppDelegate.m
-* google-breakpad/src/tools/gyp/test/mac/app-bundle/TestApp/main.m
-* google-breakpad/src/tools/gyp/test/mac/app-bundle/empty.c
-* google-breakpad/src/tools/gyp/test/mac/app-bundle/test-error.gyp
-* google-breakpad/src/tools/gyp/test/mac/app-bundle/test.gyp
-* google-breakpad/src/tools/gyp/test/mac/archs/
-* google-breakpad/src/tools/gyp/test/mac/archs/empty_main.cc
-* google-breakpad/src/tools/gyp/test/mac/archs/file.mm
-* google-breakpad/src/tools/gyp/test/mac/archs/header.h
-* google-breakpad/src/tools/gyp/test/mac/archs/my_file.cc
-* google-breakpad/src/tools/gyp/test/mac/archs/my_main_file.cc
-* google-breakpad/src/tools/gyp/test/mac/archs/test-archs-multiarch.gyp
-* google-breakpad/src/tools/gyp/test/mac/archs/test-archs-x86_64.gyp
-* google-breakpad/src/tools/gyp/test/mac/archs/test-no-archs.gyp
-* google-breakpad/src/tools/gyp/test/mac/archs/test-valid-archs.gyp
-* google-breakpad/src/tools/gyp/test/mac/bundle-resources/
-* google-breakpad/src/tools/gyp/test/mac/bundle-resources/change.sh
-* google-breakpad/src/tools/gyp/test/mac/bundle-resources/executable-file.sh
-* google-breakpad/src/tools/gyp/test/mac/bundle-resources/secret.txt
-* google-breakpad/src/tools/gyp/test/mac/bundle-resources/test.gyp
-* google-breakpad/src/tools/gyp/test/mac/cflags/
-* google-breakpad/src/tools/gyp/test/mac/cflags/ccfile.cc
-* google-breakpad/src/tools/gyp/test/mac/cflags/ccfile_withcflags.cc
-* google-breakpad/src/tools/gyp/test/mac/cflags/cfile.c
-* google-breakpad/src/tools/gyp/test/mac/cflags/cppfile.cpp
-* google-breakpad/src/tools/gyp/test/mac/cflags/cppfile_withcflags.cpp
-* google-breakpad/src/tools/gyp/test/mac/cflags/cxxfile.cxx
-* google-breakpad/src/tools/gyp/test/mac/cflags/cxxfile_withcflags.cxx
-* google-breakpad/src/tools/gyp/test/mac/cflags/mfile.m
-* google-breakpad/src/tools/gyp/test/mac/cflags/mmfile.mm
-* google-breakpad/src/tools/gyp/test/mac/cflags/mmfile_withcflags.mm
-* google-breakpad/src/tools/gyp/test/mac/cflags/test.gyp
-* google-breakpad/src/tools/gyp/test/mac/clang-cxx-language-standard/
-* google-breakpad/src/tools/gyp/test/mac/clang-cxx-language-standard/c++11.cc
-* google-breakpad/src/tools/gyp/test/mac/clang-cxx-language-standard/c++98.cc
-* google-breakpad/src/tools/gyp/test/mac/clang-cxx-language-standard/clang-cxx-language-standard.gyp
-* google-breakpad/src/tools/gyp/test/mac/clang-cxx-library/
-* google-breakpad/src/tools/gyp/test/mac/clang-cxx-library/clang-cxx-library.gyp
-* google-breakpad/src/tools/gyp/test/mac/clang-cxx-library/libc++.cc
-* google-breakpad/src/tools/gyp/test/mac/clang-cxx-library/libstdc++.cc
-* google-breakpad/src/tools/gyp/test/mac/copy-dylib/
-* google-breakpad/src/tools/gyp/test/mac/copy-dylib/empty.c
-* google-breakpad/src/tools/gyp/test/mac/copy-dylib/test.gyp
-* google-breakpad/src/tools/gyp/test/mac/debuginfo/
-* google-breakpad/src/tools/gyp/test/mac/debuginfo/file.c
-* google-breakpad/src/tools/gyp/test/mac/debuginfo/test.gyp
-* google-breakpad/src/tools/gyp/test/mac/depend-on-bundle/
-* google-breakpad/src/tools/gyp/test/mac/depend-on-bundle/English.lproj/
-* google-breakpad/src/tools/gyp/test/mac/depend-on-bundle/English.lproj/InfoPlist.strings
-* google-breakpad/src/tools/gyp/test/mac/depend-on-bundle/Info.plist
-* google-breakpad/src/tools/gyp/test/mac/depend-on-bundle/bundle.c
-* google-breakpad/src/tools/gyp/test/mac/depend-on-bundle/executable.c
-* google-breakpad/src/tools/gyp/test/mac/depend-on-bundle/test.gyp
-* google-breakpad/src/tools/gyp/test/mac/deployment-target/
-* google-breakpad/src/tools/gyp/test/mac/deployment-target/check-version-min.c
-* google-breakpad/src/tools/gyp/test/mac/deployment-target/deployment-target.gyp
-* google-breakpad/src/tools/gyp/test/mac/framework-dirs/
-* google-breakpad/src/tools/gyp/test/mac/framework-dirs/calculate.c
-* google-breakpad/src/tools/gyp/test/mac/framework-dirs/framework-dirs.gyp
-* google-breakpad/src/tools/gyp/test/mac/framework-headers/
-* google-breakpad/src/tools/gyp/test/mac/framework-headers/myframework.h
-* google-breakpad/src/tools/gyp/test/mac/framework-headers/myframework.m
-* google-breakpad/src/tools/gyp/test/mac/framework-headers/test.gyp
-* google-breakpad/src/tools/gyp/test/mac/framework/
-* google-breakpad/src/tools/gyp/test/mac/framework/TestFramework/
-* google-breakpad/src/tools/gyp/test/mac/framework/TestFramework/English.lproj/
-* google-breakpad/src/tools/gyp/test/mac/framework/TestFramework/English.lproj/InfoPlist.strings
-* google-breakpad/src/tools/gyp/test/mac/framework/TestFramework/Info.plist
-* google-breakpad/src/tools/gyp/test/mac/framework/TestFramework/ObjCVector.h
-* google-breakpad/src/tools/gyp/test/mac/framework/TestFramework/ObjCVector.mm
-* google-breakpad/src/tools/gyp/test/mac/framework/TestFramework/ObjCVectorInternal.h
-* google-breakpad/src/tools/gyp/test/mac/framework/TestFramework/TestFramework_Prefix.pch
-* google-breakpad/src/tools/gyp/test/mac/framework/empty.c
-* google-breakpad/src/tools/gyp/test/mac/framework/framework.gyp
-* google-breakpad/src/tools/gyp/test/mac/global-settings/
-* google-breakpad/src/tools/gyp/test/mac/global-settings/src/
-* google-breakpad/src/tools/gyp/test/mac/global-settings/src/dir1/
-* google-breakpad/src/tools/gyp/test/mac/global-settings/src/dir1/dir1.gyp
-* google-breakpad/src/tools/gyp/test/mac/global-settings/src/dir2/
-* google-breakpad/src/tools/gyp/test/mac/global-settings/src/dir2/dir2.gyp
-* google-breakpad/src/tools/gyp/test/mac/global-settings/src/dir2/file.txt
-* google-breakpad/src/tools/gyp/test/mac/gyptest-action-envvars.py
-* google-breakpad/src/tools/gyp/test/mac/gyptest-app-error.py
-* google-breakpad/src/tools/gyp/test/mac/gyptest-app.py
-* google-breakpad/src/tools/gyp/test/mac/gyptest-archs.py
-* google-breakpad/src/tools/gyp/test/mac/gyptest-bundle-resources.py
-* google-breakpad/src/tools/gyp/test/mac/gyptest-cflags.py
-* google-breakpad/src/tools/gyp/test/mac/gyptest-clang-cxx-language-standard.py
-* google-breakpad/src/tools/gyp/test/mac/gyptest-clang-cxx-library.py
-* google-breakpad/src/tools/gyp/test/mac/gyptest-copies.py
-* google-breakpad/src/tools/gyp/test/mac/gyptest-copy-dylib.py
-* google-breakpad/src/tools/gyp/test/mac/gyptest-debuginfo.py
-* google-breakpad/src/tools/gyp/test/mac/gyptest-depend-on-bundle.py
-* google-breakpad/src/tools/gyp/test/mac/gyptest-deployment-target.py
-* google-breakpad/src/tools/gyp/test/mac/gyptest-framework-dirs.py
-* google-breakpad/src/tools/gyp/test/mac/gyptest-framework-headers.py
-* google-breakpad/src/tools/gyp/test/mac/gyptest-framework.py
-* google-breakpad/src/tools/gyp/test/mac/gyptest-global-settings.py
-* google-breakpad/src/tools/gyp/test/mac/gyptest-infoplist-process.py
-* google-breakpad/src/tools/gyp/test/mac/gyptest-installname.py
-* google-breakpad/src/tools/gyp/test/mac/gyptest-ldflags-passed-to-libtool.py
-* google-breakpad/src/tools/gyp/test/mac/gyptest-ldflags.py
-* google-breakpad/src/tools/gyp/test/mac/gyptest-libraries.py
-* google-breakpad/src/tools/gyp/test/mac/gyptest-loadable-module.py
-* google-breakpad/src/tools/gyp/test/mac/gyptest-missing-cfbundlesignature.py
-* google-breakpad/src/tools/gyp/test/mac/gyptest-non-strs-flattened-to-env.py
-* google-breakpad/src/tools/gyp/test/mac/gyptest-objc-arc.py
-* google-breakpad/src/tools/gyp/test/mac/gyptest-objc-gc.py
-* google-breakpad/src/tools/gyp/test/mac/gyptest-postbuild-copy-bundle.py
-* google-breakpad/src/tools/gyp/test/mac/gyptest-postbuild-defaults.py
-* google-breakpad/src/tools/gyp/test/mac/gyptest-postbuild-fail.py
-* google-breakpad/src/tools/gyp/test/mac/gyptest-postbuild-multiple-configurations.py
-* google-breakpad/src/tools/gyp/test/mac/gyptest-postbuild-static-library.py
-* google-breakpad/src/tools/gyp/test/mac/gyptest-postbuild.py
-* google-breakpad/src/tools/gyp/test/mac/gyptest-prefixheader.py
-* google-breakpad/src/tools/gyp/test/mac/gyptest-rebuild.py
-* google-breakpad/src/tools/gyp/test/mac/gyptest-rpath.py
-* google-breakpad/src/tools/gyp/test/mac/gyptest-sdkroot.py
-* google-breakpad/src/tools/gyp/test/mac/gyptest-sourceless-module.py
-* google-breakpad/src/tools/gyp/test/mac/gyptest-strip-default.py
-* google-breakpad/src/tools/gyp/test/mac/gyptest-strip.py
-* google-breakpad/src/tools/gyp/test/mac/gyptest-type-envvars.py
-* google-breakpad/src/tools/gyp/test/mac/gyptest-unicode-settings.py
-* google-breakpad/src/tools/gyp/test/mac/gyptest-xcode-env-order.py
-* google-breakpad/src/tools/gyp/test/mac/gyptest-xcode-gcc-clang.py
-* google-breakpad/src/tools/gyp/test/mac/gyptest-xcode-gcc.py
-* google-breakpad/src/tools/gyp/test/mac/gyptest-xcode-support-actions.py
-* google-breakpad/src/tools/gyp/test/mac/gyptest-xctest.py
-* google-breakpad/src/tools/gyp/test/mac/infoplist-process/
-* google-breakpad/src/tools/gyp/test/mac/infoplist-process/Info.plist
-* google-breakpad/src/tools/gyp/test/mac/infoplist-process/main.c
-* google-breakpad/src/tools/gyp/test/mac/infoplist-process/test1.gyp
-* google-breakpad/src/tools/gyp/test/mac/infoplist-process/test2.gyp
-* google-breakpad/src/tools/gyp/test/mac/infoplist-process/test3.gyp
-* google-breakpad/src/tools/gyp/test/mac/installname/
-* google-breakpad/src/tools/gyp/test/mac/installname/Info.plist
-* google-breakpad/src/tools/gyp/test/mac/installname/file.c
-* google-breakpad/src/tools/gyp/test/mac/installname/main.c
-* google-breakpad/src/tools/gyp/test/mac/installname/test.gyp
-* google-breakpad/src/tools/gyp/test/mac/ldflags-libtool/
-* google-breakpad/src/tools/gyp/test/mac/ldflags-libtool/file.c
-* google-breakpad/src/tools/gyp/test/mac/ldflags-libtool/test.gyp
-* google-breakpad/src/tools/gyp/test/mac/ldflags/
-* google-breakpad/src/tools/gyp/test/mac/ldflags/subdirectory/
-* google-breakpad/src/tools/gyp/test/mac/ldflags/subdirectory/Info.plist
-* google-breakpad/src/tools/gyp/test/mac/ldflags/subdirectory/file.c
-* google-breakpad/src/tools/gyp/test/mac/ldflags/subdirectory/symbol_list.def
-* google-breakpad/src/tools/gyp/test/mac/ldflags/subdirectory/test.gyp
-* google-breakpad/src/tools/gyp/test/mac/libraries/
-* google-breakpad/src/tools/gyp/test/mac/libraries/subdir/
-* google-breakpad/src/tools/gyp/test/mac/libraries/subdir/README.txt
-* google-breakpad/src/tools/gyp/test/mac/libraries/subdir/hello.cc
-* google-breakpad/src/tools/gyp/test/mac/libraries/subdir/mylib.c
-* google-breakpad/src/tools/gyp/test/mac/libraries/subdir/test.gyp
-* google-breakpad/src/tools/gyp/test/mac/loadable-module/
-* google-breakpad/src/tools/gyp/test/mac/loadable-module/Info.plist
-* google-breakpad/src/tools/gyp/test/mac/loadable-module/module.c
-* google-breakpad/src/tools/gyp/test/mac/loadable-module/test.gyp
-* google-breakpad/src/tools/gyp/test/mac/missing-cfbundlesignature/
-* google-breakpad/src/tools/gyp/test/mac/missing-cfbundlesignature/Info.plist
-* google-breakpad/src/tools/gyp/test/mac/missing-cfbundlesignature/Other-Info.plist
-* google-breakpad/src/tools/gyp/test/mac/missing-cfbundlesignature/Third-Info.plist
-* google-breakpad/src/tools/gyp/test/mac/missing-cfbundlesignature/file.c
-* google-breakpad/src/tools/gyp/test/mac/missing-cfbundlesignature/test.gyp
-* google-breakpad/src/tools/gyp/test/mac/non-strs-flattened-to-env/
-* google-breakpad/src/tools/gyp/test/mac/non-strs-flattened-to-env/Info.plist
-* google-breakpad/src/tools/gyp/test/mac/non-strs-flattened-to-env/main.c
-* google-breakpad/src/tools/gyp/test/mac/non-strs-flattened-to-env/test.gyp
-* google-breakpad/src/tools/gyp/test/mac/objc-arc/
-* google-breakpad/src/tools/gyp/test/mac/objc-arc/c-file.c
-* google-breakpad/src/tools/gyp/test/mac/objc-arc/cc-file.cc
-* google-breakpad/src/tools/gyp/test/mac/objc-arc/m-file-no-arc.m
-* google-breakpad/src/tools/gyp/test/mac/objc-arc/m-file.m
-* google-breakpad/src/tools/gyp/test/mac/objc-arc/mm-file-no-arc.mm
-* google-breakpad/src/tools/gyp/test/mac/objc-arc/mm-file.mm
-* google-breakpad/src/tools/gyp/test/mac/objc-arc/test.gyp
-* google-breakpad/src/tools/gyp/test/mac/objc-gc/
-* google-breakpad/src/tools/gyp/test/mac/objc-gc/c-file.c
-* google-breakpad/src/tools/gyp/test/mac/objc-gc/cc-file.cc
-* google-breakpad/src/tools/gyp/test/mac/objc-gc/main.m
-* google-breakpad/src/tools/gyp/test/mac/objc-gc/needs-gc-mm.mm
-* google-breakpad/src/tools/gyp/test/mac/objc-gc/needs-gc.m
-* google-breakpad/src/tools/gyp/test/mac/objc-gc/test.gyp
-* google-breakpad/src/tools/gyp/test/mac/postbuild-copy-bundle/
-* google-breakpad/src/tools/gyp/test/mac/postbuild-copy-bundle/Framework-Info.plist
-* google-breakpad/src/tools/gyp/test/mac/postbuild-copy-bundle/TestApp-Info.plist
-* google-breakpad/src/tools/gyp/test/mac/postbuild-copy-bundle/copied.txt
-* google-breakpad/src/tools/gyp/test/mac/postbuild-copy-bundle/empty.c
-* google-breakpad/src/tools/gyp/test/mac/postbuild-copy-bundle/main.c
-* google-breakpad/src/tools/gyp/test/mac/postbuild-copy-bundle/postbuild-copy-framework.sh
-* google-breakpad/src/tools/gyp/test/mac/postbuild-copy-bundle/resource_file.sb
-* google-breakpad/src/tools/gyp/test/mac/postbuild-copy-bundle/test.gyp
-* google-breakpad/src/tools/gyp/test/mac/postbuild-defaults/
-* google-breakpad/src/tools/gyp/test/mac/postbuild-defaults/Info.plist
-* google-breakpad/src/tools/gyp/test/mac/postbuild-defaults/main.c
-* google-breakpad/src/tools/gyp/test/mac/postbuild-defaults/postbuild-defaults.sh
-* google-breakpad/src/tools/gyp/test/mac/postbuild-defaults/test.gyp
-* google-breakpad/src/tools/gyp/test/mac/postbuild-fail/
-* google-breakpad/src/tools/gyp/test/mac/postbuild-fail/file.c
-* google-breakpad/src/tools/gyp/test/mac/postbuild-fail/postbuild-fail.sh
-* google-breakpad/src/tools/gyp/test/mac/postbuild-fail/test.gyp
-* google-breakpad/src/tools/gyp/test/mac/postbuild-fail/touch-dynamic.sh
-* google-breakpad/src/tools/gyp/test/mac/postbuild-fail/touch-static.sh
-* google-breakpad/src/tools/gyp/test/mac/postbuild-multiple-configurations/
-* google-breakpad/src/tools/gyp/test/mac/postbuild-multiple-configurations/main.c
-* google-breakpad/src/tools/gyp/test/mac/postbuild-multiple-configurations/postbuild-touch-file.sh
-* google-breakpad/src/tools/gyp/test/mac/postbuild-multiple-configurations/test.gyp
-* google-breakpad/src/tools/gyp/test/mac/postbuild-static-library/
-* google-breakpad/src/tools/gyp/test/mac/postbuild-static-library/empty.c
-* google-breakpad/src/tools/gyp/test/mac/postbuild-static-library/postbuild-touch-file.sh
-* google-breakpad/src/tools/gyp/test/mac/postbuild-static-library/test.gyp
-* google-breakpad/src/tools/gyp/test/mac/postbuilds/
-* google-breakpad/src/tools/gyp/test/mac/postbuilds/copy.sh
-* google-breakpad/src/tools/gyp/test/mac/postbuilds/file.c
-* google-breakpad/src/tools/gyp/test/mac/postbuilds/file_g.c
-* google-breakpad/src/tools/gyp/test/mac/postbuilds/file_h.c
-* google-breakpad/src/tools/gyp/test/mac/postbuilds/script/
-* google-breakpad/src/tools/gyp/test/mac/postbuilds/script/shared_library_postbuild.sh
-* google-breakpad/src/tools/gyp/test/mac/postbuilds/script/static_library_postbuild.sh
-* google-breakpad/src/tools/gyp/test/mac/postbuilds/subdirectory/
-* google-breakpad/src/tools/gyp/test/mac/postbuilds/subdirectory/copied_file.txt
-* google-breakpad/src/tools/gyp/test/mac/postbuilds/subdirectory/nested_target.gyp
-* google-breakpad/src/tools/gyp/test/mac/postbuilds/test.gyp
-* google-breakpad/src/tools/gyp/test/mac/prefixheader/
-* google-breakpad/src/tools/gyp/test/mac/prefixheader/file.c
-* google-breakpad/src/tools/gyp/test/mac/prefixheader/file.cc
-* google-breakpad/src/tools/gyp/test/mac/prefixheader/file.m
-* google-breakpad/src/tools/gyp/test/mac/prefixheader/file.mm
-* google-breakpad/src/tools/gyp/test/mac/prefixheader/header.h
-* google-breakpad/src/tools/gyp/test/mac/prefixheader/test.gyp
-* google-breakpad/src/tools/gyp/test/mac/rebuild/
-* google-breakpad/src/tools/gyp/test/mac/rebuild/TestApp-Info.plist
-* google-breakpad/src/tools/gyp/test/mac/rebuild/delay-touch.sh
-* google-breakpad/src/tools/gyp/test/mac/rebuild/empty.c
-* google-breakpad/src/tools/gyp/test/mac/rebuild/main.c
-* google-breakpad/src/tools/gyp/test/mac/rebuild/test.gyp
-* google-breakpad/src/tools/gyp/test/mac/rpath/
-* google-breakpad/src/tools/gyp/test/mac/rpath/file.c
-* google-breakpad/src/tools/gyp/test/mac/rpath/main.c
-* google-breakpad/src/tools/gyp/test/mac/rpath/test.gyp
-* google-breakpad/src/tools/gyp/test/mac/sdkroot/
-* google-breakpad/src/tools/gyp/test/mac/sdkroot/file.cc
-* google-breakpad/src/tools/gyp/test/mac/sdkroot/test.gyp
-* google-breakpad/src/tools/gyp/test/mac/sdkroot/test_shorthand.sh
-* google-breakpad/src/tools/gyp/test/mac/sourceless-module/
-* google-breakpad/src/tools/gyp/test/mac/sourceless-module/empty.c
-* google-breakpad/src/tools/gyp/test/mac/sourceless-module/empty.txt
-* google-breakpad/src/tools/gyp/test/mac/sourceless-module/fun.c
-* google-breakpad/src/tools/gyp/test/mac/sourceless-module/test.gyp
-* google-breakpad/src/tools/gyp/test/mac/strip/
-* google-breakpad/src/tools/gyp/test/mac/strip/file.c
-* google-breakpad/src/tools/gyp/test/mac/strip/main.c
-* google-breakpad/src/tools/gyp/test/mac/strip/strip.saves
-* google-breakpad/src/tools/gyp/test/mac/strip/subdirectory/
-* google-breakpad/src/tools/gyp/test/mac/strip/subdirectory/nested_file.c
-* google-breakpad/src/tools/gyp/test/mac/strip/subdirectory/nested_strip.saves
-* google-breakpad/src/tools/gyp/test/mac/strip/subdirectory/subdirectory.gyp
-* google-breakpad/src/tools/gyp/test/mac/strip/subdirectory/test_reading_save_file_from_postbuild.sh
-* google-breakpad/src/tools/gyp/test/mac/strip/test-defaults.gyp
-* google-breakpad/src/tools/gyp/test/mac/strip/test.gyp
-* google-breakpad/src/tools/gyp/test/mac/type_envvars/
-* google-breakpad/src/tools/gyp/test/mac/type_envvars/file.c
-* google-breakpad/src/tools/gyp/test/mac/type_envvars/test.gyp
-* google-breakpad/src/tools/gyp/test/mac/type_envvars/test_bundle_executable.sh
-* google-breakpad/src/tools/gyp/test/mac/type_envvars/test_bundle_loadable_module.sh
-* google-breakpad/src/tools/gyp/test/mac/type_envvars/test_bundle_shared_library.sh
-* google-breakpad/src/tools/gyp/test/mac/type_envvars/test_check_sdkroot.sh
-* google-breakpad/src/tools/gyp/test/mac/type_envvars/test_nonbundle_executable.sh
-* google-breakpad/src/tools/gyp/test/mac/type_envvars/test_nonbundle_loadable_module.sh
-* google-breakpad/src/tools/gyp/test/mac/type_envvars/test_nonbundle_none.sh
-* google-breakpad/src/tools/gyp/test/mac/type_envvars/test_nonbundle_shared_library.sh
-* google-breakpad/src/tools/gyp/test/mac/type_envvars/test_nonbundle_static_library.sh
-* google-breakpad/src/tools/gyp/test/mac/unicode-settings/
-* google-breakpad/src/tools/gyp/test/mac/unicode-settings/file.cc
-* google-breakpad/src/tools/gyp/test/mac/unicode-settings/test.gyp
-* google-breakpad/src/tools/gyp/test/mac/unicode-settings/test_bundle_display_name.sh
-* google-breakpad/src/tools/gyp/test/mac/xcode-env-order/
-* google-breakpad/src/tools/gyp/test/mac/xcode-env-order/Info.plist
-* google-breakpad/src/tools/gyp/test/mac/xcode-env-order/file.ext1
-* google-breakpad/src/tools/gyp/test/mac/xcode-env-order/file.ext2
-* google-breakpad/src/tools/gyp/test/mac/xcode-env-order/file.ext3
-* google-breakpad/src/tools/gyp/test/mac/xcode-env-order/main.c
-* google-breakpad/src/tools/gyp/test/mac/xcode-env-order/test.gyp
-* google-breakpad/src/tools/gyp/test/mac/xcode-gcc/
-* google-breakpad/src/tools/gyp/test/mac/xcode-gcc/aliasing.cc
-* google-breakpad/src/tools/gyp/test/mac/xcode-gcc/test-clang.gyp
-* google-breakpad/src/tools/gyp/test/mac/xcode-gcc/test.gyp
-* google-breakpad/src/tools/gyp/test/mac/xcode-gcc/valid_c.c
-* google-breakpad/src/tools/gyp/test/mac/xcode-gcc/valid_cc.cc
-* google-breakpad/src/tools/gyp/test/mac/xcode-gcc/valid_m.m
-* google-breakpad/src/tools/gyp/test/mac/xcode-gcc/valid_mm.mm
-* google-breakpad/src/tools/gyp/test/mac/xcode-gcc/warn_about_invalid_offsetof_macro.cc
-* google-breakpad/src/tools/gyp/test/mac/xcode-gcc/warn_about_missing_newline.c
-* google-breakpad/src/tools/gyp/test/mac/xcode-support-actions/
-* google-breakpad/src/tools/gyp/test/mac/xcode-support-actions/source.c
-* google-breakpad/src/tools/gyp/test/mac/xcode-support-actions/test.gyp
-* google-breakpad/src/tools/gyp/test/mac/xctest/
-* google-breakpad/src/tools/gyp/test/mac/xctest/MyClass.h
-* google-breakpad/src/tools/gyp/test/mac/xctest/MyClass.m
-* google-breakpad/src/tools/gyp/test/mac/xctest/TestCase.m
-* google-breakpad/src/tools/gyp/test/mac/xctest/resource.txt
-* google-breakpad/src/tools/gyp/test/mac/xctest/test.gyp
-* google-breakpad/src/tools/gyp/test/mac/xctest/test.xcodeproj/
-* google-breakpad/src/tools/gyp/test/mac/xctest/test.xcodeproj/xcshareddata/
-* google-breakpad/src/tools/gyp/test/mac/xctest/test.xcodeproj/xcshareddata/xcschemes/
-* google-breakpad/src/tools/gyp/test/mac/xctest/test.xcodeproj/xcshareddata/xcschemes/classes.xcscheme
-* google-breakpad/src/tools/gyp/test/make/
-* google-breakpad/src/tools/gyp/test/make/dependencies.gyp
-* google-breakpad/src/tools/gyp/test/make/gyptest-dependencies.py
-* google-breakpad/src/tools/gyp/test/make/gyptest-noload.py
-* google-breakpad/src/tools/gyp/test/make/main.cc
-* google-breakpad/src/tools/gyp/test/make/main.h
-* google-breakpad/src/tools/gyp/test/make/noload/
-* google-breakpad/src/tools/gyp/test/make/noload/all.gyp
-* google-breakpad/src/tools/gyp/test/make/noload/lib/
-* google-breakpad/src/tools/gyp/test/make/noload/lib/shared.c
-* google-breakpad/src/tools/gyp/test/make/noload/lib/shared.gyp
-* google-breakpad/src/tools/gyp/test/make/noload/lib/shared.h
-* google-breakpad/src/tools/gyp/test/make/noload/main.c
-* google-breakpad/src/tools/gyp/test/make_global_settings/
-* google-breakpad/src/tools/gyp/test/make_global_settings/basics/
-* google-breakpad/src/tools/gyp/test/make_global_settings/basics/gyptest-make_global_settings.py
-* google-breakpad/src/tools/gyp/test/make_global_settings/basics/make_global_settings.gyp
-* google-breakpad/src/tools/gyp/test/make_global_settings/env-wrapper/
-* google-breakpad/src/tools/gyp/test/make_global_settings/env-wrapper/gyptest-wrapper.py
-* google-breakpad/src/tools/gyp/test/make_global_settings/env-wrapper/wrapper.gyp
-* google-breakpad/src/tools/gyp/test/make_global_settings/wrapper/
-* google-breakpad/src/tools/gyp/test/make_global_settings/wrapper/gyptest-wrapper.py
-* google-breakpad/src/tools/gyp/test/make_global_settings/wrapper/wrapper.gyp
-* google-breakpad/src/tools/gyp/test/many-actions/
-* google-breakpad/src/tools/gyp/test/many-actions/file0
-* google-breakpad/src/tools/gyp/test/many-actions/file1
-* google-breakpad/src/tools/gyp/test/many-actions/file2
-* google-breakpad/src/tools/gyp/test/many-actions/file3
-* google-breakpad/src/tools/gyp/test/many-actions/file4
-* google-breakpad/src/tools/gyp/test/many-actions/gyptest-many-actions-unsorted.py
-* google-breakpad/src/tools/gyp/test/many-actions/gyptest-many-actions.py
-* google-breakpad/src/tools/gyp/test/many-actions/many-actions-unsorted.gyp
-* google-breakpad/src/tools/gyp/test/many-actions/many-actions.gyp
-* google-breakpad/src/tools/gyp/test/module/
-* google-breakpad/src/tools/gyp/test/module/gyptest-default.py
-* google-breakpad/src/tools/gyp/test/module/src/
-* google-breakpad/src/tools/gyp/test/module/src/lib1.c
-* google-breakpad/src/tools/gyp/test/module/src/lib2.c
-* google-breakpad/src/tools/gyp/test/module/src/module.gyp
-* google-breakpad/src/tools/gyp/test/module/src/program.c
-* google-breakpad/src/tools/gyp/test/msvs/
-* google-breakpad/src/tools/gyp/test/msvs/buildevents/
-* google-breakpad/src/tools/gyp/test/msvs/buildevents/buildevents.gyp
-* google-breakpad/src/tools/gyp/test/msvs/buildevents/gyptest-msbuild-supports-prepostbuild.py
-* google-breakpad/src/tools/gyp/test/msvs/buildevents/gyptest-ninja-warnings.py
-* google-breakpad/src/tools/gyp/test/msvs/buildevents/main.cc
-* google-breakpad/src/tools/gyp/test/msvs/config_attrs/
-* google-breakpad/src/tools/gyp/test/msvs/config_attrs/gyptest-config_attrs.py
-* google-breakpad/src/tools/gyp/test/msvs/config_attrs/hello.c
-* google-breakpad/src/tools/gyp/test/msvs/config_attrs/hello.gyp
-* google-breakpad/src/tools/gyp/test/msvs/express/
-* google-breakpad/src/tools/gyp/test/msvs/express/base/
-* google-breakpad/src/tools/gyp/test/msvs/express/base/base.gyp
-* google-breakpad/src/tools/gyp/test/msvs/express/express.gyp
-* google-breakpad/src/tools/gyp/test/msvs/express/gyptest-express.py
-* google-breakpad/src/tools/gyp/test/msvs/external_builder/
-* google-breakpad/src/tools/gyp/test/msvs/external_builder/external.gyp
-* google-breakpad/src/tools/gyp/test/msvs/external_builder/external_builder.py
-* google-breakpad/src/tools/gyp/test/msvs/external_builder/gyptest-all.py
-* google-breakpad/src/tools/gyp/test/msvs/external_builder/hello.cpp
-* google-breakpad/src/tools/gyp/test/msvs/external_builder/hello.z
-* google-breakpad/src/tools/gyp/test/msvs/external_builder/msbuild_action.py
-* google-breakpad/src/tools/gyp/test/msvs/external_builder/msbuild_rule.py
-* google-breakpad/src/tools/gyp/test/msvs/filters/
-* google-breakpad/src/tools/gyp/test/msvs/filters/filters.gyp
-* google-breakpad/src/tools/gyp/test/msvs/filters/gyptest-filters-2008.py
-* google-breakpad/src/tools/gyp/test/msvs/filters/gyptest-filters-2010.py
-* google-breakpad/src/tools/gyp/test/msvs/list_excluded/
-* google-breakpad/src/tools/gyp/test/msvs/list_excluded/gyptest-all.py
-* google-breakpad/src/tools/gyp/test/msvs/list_excluded/hello.cpp
-* google-breakpad/src/tools/gyp/test/msvs/list_excluded/hello_exclude.gyp
-* google-breakpad/src/tools/gyp/test/msvs/list_excluded/hello_mac.cpp
-* google-breakpad/src/tools/gyp/test/msvs/missing_sources/
-* google-breakpad/src/tools/gyp/test/msvs/missing_sources/gyptest-missing.py
-* google-breakpad/src/tools/gyp/test/msvs/missing_sources/hello_missing.gyp
-* google-breakpad/src/tools/gyp/test/msvs/props/
-* google-breakpad/src/tools/gyp/test/msvs/props/AppName.props
-* google-breakpad/src/tools/gyp/test/msvs/props/AppName.vsprops
-* google-breakpad/src/tools/gyp/test/msvs/props/gyptest-props.py
-* google-breakpad/src/tools/gyp/test/msvs/props/hello.c
-* google-breakpad/src/tools/gyp/test/msvs/props/hello.gyp
-* google-breakpad/src/tools/gyp/test/msvs/shared_output/
-* google-breakpad/src/tools/gyp/test/msvs/shared_output/common.gypi
-* google-breakpad/src/tools/gyp/test/msvs/shared_output/gyptest-shared_output.py
-* google-breakpad/src/tools/gyp/test/msvs/shared_output/hello.c
-* google-breakpad/src/tools/gyp/test/msvs/shared_output/hello.gyp
-* google-breakpad/src/tools/gyp/test/msvs/shared_output/there/
-* google-breakpad/src/tools/gyp/test/msvs/shared_output/there/there.c
-* google-breakpad/src/tools/gyp/test/msvs/shared_output/there/there.gyp
-* google-breakpad/src/tools/gyp/test/msvs/uldi2010/
-* google-breakpad/src/tools/gyp/test/msvs/uldi2010/gyptest-all.py
-* google-breakpad/src/tools/gyp/test/msvs/uldi2010/hello.c
-* google-breakpad/src/tools/gyp/test/msvs/uldi2010/hello.gyp
-* google-breakpad/src/tools/gyp/test/msvs/uldi2010/hello2.c
-* google-breakpad/src/tools/gyp/test/multiple-targets/
-* google-breakpad/src/tools/gyp/test/multiple-targets/gyptest-all.py
-* google-breakpad/src/tools/gyp/test/multiple-targets/gyptest-default.py
-* google-breakpad/src/tools/gyp/test/multiple-targets/src/
-* google-breakpad/src/tools/gyp/test/multiple-targets/src/common.c
-* google-breakpad/src/tools/gyp/test/multiple-targets/src/multiple.gyp
-* google-breakpad/src/tools/gyp/test/multiple-targets/src/prog1.c
-* google-breakpad/src/tools/gyp/test/multiple-targets/src/prog2.c
-* google-breakpad/src/tools/gyp/test/ninja/
-* google-breakpad/src/tools/gyp/test/ninja/action_dependencies/
-* google-breakpad/src/tools/gyp/test/ninja/action_dependencies/gyptest-action-dependencies.py
-* google-breakpad/src/tools/gyp/test/ninja/action_dependencies/src/
-* google-breakpad/src/tools/gyp/test/ninja/action_dependencies/src/a.c
-* google-breakpad/src/tools/gyp/test/ninja/action_dependencies/src/a.h
-* google-breakpad/src/tools/gyp/test/ninja/action_dependencies/src/action_dependencies.gyp
-* google-breakpad/src/tools/gyp/test/ninja/action_dependencies/src/b.c
-* google-breakpad/src/tools/gyp/test/ninja/action_dependencies/src/b.h
-* google-breakpad/src/tools/gyp/test/ninja/action_dependencies/src/c.c
-* google-breakpad/src/tools/gyp/test/ninja/action_dependencies/src/c.h
-* google-breakpad/src/tools/gyp/test/ninja/action_dependencies/src/emit.py
-* google-breakpad/src/tools/gyp/test/ninja/chained-dependency/
-* google-breakpad/src/tools/gyp/test/ninja/chained-dependency/chained-dependency.gyp
-* google-breakpad/src/tools/gyp/test/ninja/chained-dependency/chained.c
-* google-breakpad/src/tools/gyp/test/ninja/chained-dependency/gyptest-chained-dependency.py
-* google-breakpad/src/tools/gyp/test/ninja/none-rules/
-* google-breakpad/src/tools/gyp/test/ninja/none-rules/gyptest-none-rules.py
-* google-breakpad/src/tools/gyp/test/ninja/none-rules/none-rules.gyp
-* google-breakpad/src/tools/gyp/test/ninja/normalize-paths-win/
-* google-breakpad/src/tools/gyp/test/ninja/normalize-paths-win/gyptest-normalize-paths.py
-* google-breakpad/src/tools/gyp/test/ninja/normalize-paths-win/hello.cc
-* google-breakpad/src/tools/gyp/test/ninja/normalize-paths-win/normalize-paths.gyp
-* google-breakpad/src/tools/gyp/test/ninja/s-needs-no-depfiles/
-* google-breakpad/src/tools/gyp/test/ninja/s-needs-no-depfiles/empty.s
-* google-breakpad/src/tools/gyp/test/ninja/s-needs-no-depfiles/gyptest-s-needs-no-depfiles.py
-* google-breakpad/src/tools/gyp/test/ninja/s-needs-no-depfiles/s-needs-no-depfiles.gyp
-* google-breakpad/src/tools/gyp/test/ninja/solibs_avoid_relinking/
-* google-breakpad/src/tools/gyp/test/ninja/solibs_avoid_relinking/gyptest-solibs-avoid-relinking.py
-* google-breakpad/src/tools/gyp/test/ninja/solibs_avoid_relinking/main.cc
-* google-breakpad/src/tools/gyp/test/ninja/solibs_avoid_relinking/solib.cc
-* google-breakpad/src/tools/gyp/test/ninja/solibs_avoid_relinking/solibs_avoid_relinking.gyp
-* google-breakpad/src/tools/gyp/test/ninja/use-custom-environment-files/
-* google-breakpad/src/tools/gyp/test/ninja/use-custom-environment-files/gyptest-use-custom-environment-files.py
-* google-breakpad/src/tools/gyp/test/ninja/use-custom-environment-files/use-custom-environment-files.cc
-* google-breakpad/src/tools/gyp/test/ninja/use-custom-environment-files/use-custom-environment-files.gyp
-* google-breakpad/src/tools/gyp/test/no-cpp/
-* google-breakpad/src/tools/gyp/test/no-cpp/gyptest-no-cpp.py
-* google-breakpad/src/tools/gyp/test/no-cpp/src/
-* google-breakpad/src/tools/gyp/test/no-cpp/src/call-f-main.c
-* google-breakpad/src/tools/gyp/test/no-cpp/src/empty-main.c
-* google-breakpad/src/tools/gyp/test/no-cpp/src/f.cc
-* google-breakpad/src/tools/gyp/test/no-cpp/src/test.gyp
-* google-breakpad/src/tools/gyp/test/no-output/
-* google-breakpad/src/tools/gyp/test/no-output/gyptest-no-output.py
-* google-breakpad/src/tools/gyp/test/no-output/src/
-* google-breakpad/src/tools/gyp/test/no-output/src/nooutput.gyp
-* google-breakpad/src/tools/gyp/test/product/
-* google-breakpad/src/tools/gyp/test/product/gyptest-product.py
-* google-breakpad/src/tools/gyp/test/product/hello.c
-* google-breakpad/src/tools/gyp/test/product/product.gyp
-* google-breakpad/src/tools/gyp/test/prune_targets/
-* google-breakpad/src/tools/gyp/test/prune_targets/gyptest-prune-targets.py
-* google-breakpad/src/tools/gyp/test/prune_targets/lib1.cc
-* google-breakpad/src/tools/gyp/test/prune_targets/lib2.cc
-* google-breakpad/src/tools/gyp/test/prune_targets/lib3.cc
-* google-breakpad/src/tools/gyp/test/prune_targets/lib_indirect.cc
-* google-breakpad/src/tools/gyp/test/prune_targets/program.cc
-* google-breakpad/src/tools/gyp/test/prune_targets/test1.gyp
-* google-breakpad/src/tools/gyp/test/prune_targets/test2.gyp
-* google-breakpad/src/tools/gyp/test/relative/
-* google-breakpad/src/tools/gyp/test/relative/foo/
-* google-breakpad/src/tools/gyp/test/relative/foo/a/
-* google-breakpad/src/tools/gyp/test/relative/foo/a/a.cc
-* google-breakpad/src/tools/gyp/test/relative/foo/a/a.gyp
-* google-breakpad/src/tools/gyp/test/relative/foo/a/c/
-* google-breakpad/src/tools/gyp/test/relative/foo/a/c/c.cc
-* google-breakpad/src/tools/gyp/test/relative/foo/a/c/c.gyp
-* google-breakpad/src/tools/gyp/test/relative/foo/b/
-* google-breakpad/src/tools/gyp/test/relative/foo/b/b.cc
-* google-breakpad/src/tools/gyp/test/relative/foo/b/b.gyp
-* google-breakpad/src/tools/gyp/test/relative/gyptest-default.py
-* google-breakpad/src/tools/gyp/test/rename/
-* google-breakpad/src/tools/gyp/test/rename/filecase/
-* google-breakpad/src/tools/gyp/test/rename/filecase/file.c
-* google-breakpad/src/tools/gyp/test/rename/filecase/test-casesensitive.gyp
-* google-breakpad/src/tools/gyp/test/rename/filecase/test.gyp
-* google-breakpad/src/tools/gyp/test/rename/gyptest-filecase.py
-* google-breakpad/src/tools/gyp/test/restat/
-* google-breakpad/src/tools/gyp/test/restat/gyptest-restat.py
-* google-breakpad/src/tools/gyp/test/restat/src/
-* google-breakpad/src/tools/gyp/test/restat/src/create_intermediate.py
-* google-breakpad/src/tools/gyp/test/restat/src/restat.gyp
-* google-breakpad/src/tools/gyp/test/restat/src/touch.py
-* google-breakpad/src/tools/gyp/test/rules-dirname/
-* google-breakpad/src/tools/gyp/test/rules-dirname/gyptest-dirname.py
-* google-breakpad/src/tools/gyp/test/rules-dirname/src/
-* google-breakpad/src/tools/gyp/test/rules-dirname/src/actions.gyp
-* google-breakpad/src/tools/gyp/test/rules-dirname/src/copy-file.py
-* google-breakpad/src/tools/gyp/test/rules-dirname/src/subdir/
-* google-breakpad/src/tools/gyp/test/rules-dirname/src/subdir/a/
-* google-breakpad/src/tools/gyp/test/rules-dirname/src/subdir/a/b/
-* google-breakpad/src/tools/gyp/test/rules-dirname/src/subdir/a/b/c.gencc
-* google-breakpad/src/tools/gyp/test/rules-dirname/src/subdir/a/b/c.printvars
-* google-breakpad/src/tools/gyp/test/rules-dirname/src/subdir/foo/
-* google-breakpad/src/tools/gyp/test/rules-dirname/src/subdir/foo/bar/
-* google-breakpad/src/tools/gyp/test/rules-dirname/src/subdir/foo/bar/baz.gencc
-* google-breakpad/src/tools/gyp/test/rules-dirname/src/subdir/foo/bar/baz.printvars
-* google-breakpad/src/tools/gyp/test/rules-dirname/src/subdir/input-rule-dirname.gyp
-* google-breakpad/src/tools/gyp/test/rules-dirname/src/subdir/main.cc
-* google-breakpad/src/tools/gyp/test/rules-dirname/src/subdir/printvars.py
-* google-breakpad/src/tools/gyp/test/rules-rebuild/
-* google-breakpad/src/tools/gyp/test/rules-rebuild/gyptest-all.py
-* google-breakpad/src/tools/gyp/test/rules-rebuild/gyptest-default.py
-* google-breakpad/src/tools/gyp/test/rules-rebuild/src/
-* google-breakpad/src/tools/gyp/test/rules-rebuild/src/main.c
-* google-breakpad/src/tools/gyp/test/rules-rebuild/src/make-sources.py
-* google-breakpad/src/tools/gyp/test/rules-rebuild/src/prog1.in
-* google-breakpad/src/tools/gyp/test/rules-rebuild/src/prog2.in
-* google-breakpad/src/tools/gyp/test/rules-rebuild/src/same_target.gyp
-* google-breakpad/src/tools/gyp/test/rules-use-built-dependencies/
-* google-breakpad/src/tools/gyp/test/rules-use-built-dependencies/gyptest-use-built-dependencies.py
-* google-breakpad/src/tools/gyp/test/rules-use-built-dependencies/src/
-* google-breakpad/src/tools/gyp/test/rules-use-built-dependencies/src/main.cc
-* google-breakpad/src/tools/gyp/test/rules-use-built-dependencies/src/use-built-dependencies-rule.gyp
-* google-breakpad/src/tools/gyp/test/rules-variables/
-* google-breakpad/src/tools/gyp/test/rules-variables/gyptest-rules-variables.py
-* google-breakpad/src/tools/gyp/test/rules-variables/src/
-* google-breakpad/src/tools/gyp/test/rules-variables/src/input_ext.c
-* google-breakpad/src/tools/gyp/test/rules-variables/src/input_name/
-* google-breakpad/src/tools/gyp/test/rules-variables/src/input_name/test.c
-* google-breakpad/src/tools/gyp/test/rules-variables/src/input_path/
-* google-breakpad/src/tools/gyp/test/rules-variables/src/input_path/subdir/
-* google-breakpad/src/tools/gyp/test/rules-variables/src/input_path/subdir/test.c
-* google-breakpad/src/tools/gyp/test/rules-variables/src/subdir/
-* google-breakpad/src/tools/gyp/test/rules-variables/src/subdir/input_dirname.c
-* google-breakpad/src/tools/gyp/test/rules-variables/src/subdir/test.c
-* google-breakpad/src/tools/gyp/test/rules-variables/src/test.input_root.c
-* google-breakpad/src/tools/gyp/test/rules-variables/src/variables.gyp
-* google-breakpad/src/tools/gyp/test/rules/
-* google-breakpad/src/tools/gyp/test/rules/gyptest-all.py
-* google-breakpad/src/tools/gyp/test/rules/gyptest-default.py
-* google-breakpad/src/tools/gyp/test/rules/gyptest-input-root.py
-* google-breakpad/src/tools/gyp/test/rules/gyptest-special-variables.py
-* google-breakpad/src/tools/gyp/test/rules/src/
-* google-breakpad/src/tools/gyp/test/rules/src/actions.gyp
-* google-breakpad/src/tools/gyp/test/rules/src/an_asm.S
-* google-breakpad/src/tools/gyp/test/rules/src/as.bat
-* google-breakpad/src/tools/gyp/test/rules/src/copy-file.py
-* google-breakpad/src/tools/gyp/test/rules/src/external/
-* google-breakpad/src/tools/gyp/test/rules/src/external/external.gyp
-* google-breakpad/src/tools/gyp/test/rules/src/external/file1.in
-* google-breakpad/src/tools/gyp/test/rules/src/external/file2.in
-* google-breakpad/src/tools/gyp/test/rules/src/input-root.gyp
-* google-breakpad/src/tools/gyp/test/rules/src/noaction/
-* google-breakpad/src/tools/gyp/test/rules/src/noaction/file1.in
-* google-breakpad/src/tools/gyp/test/rules/src/noaction/no_action_with_rules_fails.gyp
-* google-breakpad/src/tools/gyp/test/rules/src/rule.py
-* google-breakpad/src/tools/gyp/test/rules/src/somefile.ext
-* google-breakpad/src/tools/gyp/test/rules/src/special-variables.gyp
-* google-breakpad/src/tools/gyp/test/rules/src/subdir1/
-* google-breakpad/src/tools/gyp/test/rules/src/subdir1/executable.gyp
-* google-breakpad/src/tools/gyp/test/rules/src/subdir1/function1.in
-* google-breakpad/src/tools/gyp/test/rules/src/subdir1/function2.in
-* google-breakpad/src/tools/gyp/test/rules/src/subdir1/program.c
-* google-breakpad/src/tools/gyp/test/rules/src/subdir2/
-* google-breakpad/src/tools/gyp/test/rules/src/subdir2/file1.in
-* google-breakpad/src/tools/gyp/test/rules/src/subdir2/file2.in
-* google-breakpad/src/tools/gyp/test/rules/src/subdir2/never_used.gyp
-* google-breakpad/src/tools/gyp/test/rules/src/subdir2/no_action.gyp
-* google-breakpad/src/tools/gyp/test/rules/src/subdir2/no_inputs.gyp
-* google-breakpad/src/tools/gyp/test/rules/src/subdir2/none.gyp
-* google-breakpad/src/tools/gyp/test/rules/src/subdir3/
-* google-breakpad/src/tools/gyp/test/rules/src/subdir3/executable2.gyp
-* google-breakpad/src/tools/gyp/test/rules/src/subdir3/function3.in
-* google-breakpad/src/tools/gyp/test/rules/src/subdir3/program.c
-* google-breakpad/src/tools/gyp/test/rules/src/subdir4/
-* google-breakpad/src/tools/gyp/test/rules/src/subdir4/asm-function.assem
-* google-breakpad/src/tools/gyp/test/rules/src/subdir4/build-asm.gyp
-* google-breakpad/src/tools/gyp/test/rules/src/subdir4/program.c
-* google-breakpad/src/tools/gyp/test/same-gyp-name/
-* google-breakpad/src/tools/gyp/test/same-gyp-name/gyptest-all.py
-* google-breakpad/src/tools/gyp/test/same-gyp-name/gyptest-default.py
-* google-breakpad/src/tools/gyp/test/same-gyp-name/gyptest-library.py
-* google-breakpad/src/tools/gyp/test/same-gyp-name/library/
-* google-breakpad/src/tools/gyp/test/same-gyp-name/library/one/
-* google-breakpad/src/tools/gyp/test/same-gyp-name/library/one/sub.gyp
-* google-breakpad/src/tools/gyp/test/same-gyp-name/library/test.gyp
-* google-breakpad/src/tools/gyp/test/same-gyp-name/library/two/
-* google-breakpad/src/tools/gyp/test/same-gyp-name/library/two/sub.gyp
-* google-breakpad/src/tools/gyp/test/same-gyp-name/src/
-* google-breakpad/src/tools/gyp/test/same-gyp-name/src/all.gyp
-* google-breakpad/src/tools/gyp/test/same-gyp-name/src/subdir1/
-* google-breakpad/src/tools/gyp/test/same-gyp-name/src/subdir1/executable.gyp
-* google-breakpad/src/tools/gyp/test/same-gyp-name/src/subdir1/main1.cc
-* google-breakpad/src/tools/gyp/test/same-gyp-name/src/subdir2/
-* google-breakpad/src/tools/gyp/test/same-gyp-name/src/subdir2/executable.gyp
-* google-breakpad/src/tools/gyp/test/same-gyp-name/src/subdir2/main2.cc
-* google-breakpad/src/tools/gyp/test/same-rule-output-file-name/
-* google-breakpad/src/tools/gyp/test/same-rule-output-file-name/gyptest-all.py
-* google-breakpad/src/tools/gyp/test/same-rule-output-file-name/src/
-* google-breakpad/src/tools/gyp/test/same-rule-output-file-name/src/subdir1/
-* google-breakpad/src/tools/gyp/test/same-rule-output-file-name/src/subdir1/subdir1.gyp
-* google-breakpad/src/tools/gyp/test/same-rule-output-file-name/src/subdir2/
-* google-breakpad/src/tools/gyp/test/same-rule-output-file-name/src/subdir2/subdir2.gyp
-* google-breakpad/src/tools/gyp/test/same-rule-output-file-name/src/subdirs.gyp
-* google-breakpad/src/tools/gyp/test/same-rule-output-file-name/src/touch.py
-* google-breakpad/src/tools/gyp/test/same-source-file-name/
-* google-breakpad/src/tools/gyp/test/same-source-file-name/gyptest-all.py
-* google-breakpad/src/tools/gyp/test/same-source-file-name/gyptest-default.py
-* google-breakpad/src/tools/gyp/test/same-source-file-name/gyptest-fail-shared.py
-* google-breakpad/src/tools/gyp/test/same-source-file-name/gyptest-fail-static.py
-* google-breakpad/src/tools/gyp/test/same-source-file-name/gyptest-pass-executable.py
-* google-breakpad/src/tools/gyp/test/same-source-file-name/src/
-* google-breakpad/src/tools/gyp/test/same-source-file-name/src/all.gyp
-* google-breakpad/src/tools/gyp/test/same-source-file-name/src/double-executable.gyp
-* google-breakpad/src/tools/gyp/test/same-source-file-name/src/double-shared.gyp
-* google-breakpad/src/tools/gyp/test/same-source-file-name/src/double-static.gyp
-* google-breakpad/src/tools/gyp/test/same-source-file-name/src/func.c
-* google-breakpad/src/tools/gyp/test/same-source-file-name/src/prog1.c
-* google-breakpad/src/tools/gyp/test/same-source-file-name/src/prog2.c
-* google-breakpad/src/tools/gyp/test/same-source-file-name/src/prog3.c
-* google-breakpad/src/tools/gyp/test/same-source-file-name/src/subdir1/
-* google-breakpad/src/tools/gyp/test/same-source-file-name/src/subdir1/func.c
-* google-breakpad/src/tools/gyp/test/same-source-file-name/src/subdir2/
-* google-breakpad/src/tools/gyp/test/same-source-file-name/src/subdir2/func.c
-* google-breakpad/src/tools/gyp/test/same-target-name-different-directory/
-* google-breakpad/src/tools/gyp/test/same-target-name-different-directory/gyptest-all.py
-* google-breakpad/src/tools/gyp/test/same-target-name-different-directory/src/
-* google-breakpad/src/tools/gyp/test/same-target-name-different-directory/src/subdir1/
-* google-breakpad/src/tools/gyp/test/same-target-name-different-directory/src/subdir1/subdir1.gyp
-* google-breakpad/src/tools/gyp/test/same-target-name-different-directory/src/subdir2/
-* google-breakpad/src/tools/gyp/test/same-target-name-different-directory/src/subdir2/subdir2.gyp
-* google-breakpad/src/tools/gyp/test/same-target-name-different-directory/src/subdirs.gyp
-* google-breakpad/src/tools/gyp/test/same-target-name-different-directory/src/touch.py
-* google-breakpad/src/tools/gyp/test/same-target-name/
-* google-breakpad/src/tools/gyp/test/same-target-name/gyptest-same-target-name.py
-* google-breakpad/src/tools/gyp/test/same-target-name/src/
-* google-breakpad/src/tools/gyp/test/same-target-name/src/all.gyp
-* google-breakpad/src/tools/gyp/test/same-target-name/src/executable1.gyp
-* google-breakpad/src/tools/gyp/test/same-target-name/src/executable2.gyp
-* google-breakpad/src/tools/gyp/test/sanitize-rule-names/
-* google-breakpad/src/tools/gyp/test/sanitize-rule-names/blah.S
-* google-breakpad/src/tools/gyp/test/sanitize-rule-names/gyptest-sanitize-rule-names.py
-* google-breakpad/src/tools/gyp/test/sanitize-rule-names/hello.cc
-* google-breakpad/src/tools/gyp/test/sanitize-rule-names/sanitize-rule-names.gyp
-* google-breakpad/src/tools/gyp/test/sanitize-rule-names/script.py
-* google-breakpad/src/tools/gyp/test/self-dependency/
-* google-breakpad/src/tools/gyp/test/self-dependency/common.gypi
-* google-breakpad/src/tools/gyp/test/self-dependency/dep.gyp
-* google-breakpad/src/tools/gyp/test/self-dependency/gyptest-self-dependency.py
-* google-breakpad/src/tools/gyp/test/self-dependency/self_dependency.gyp
-* google-breakpad/src/tools/gyp/test/sibling/
-* google-breakpad/src/tools/gyp/test/sibling/gyptest-all.py
-* google-breakpad/src/tools/gyp/test/sibling/gyptest-relocate.py
-* google-breakpad/src/tools/gyp/test/sibling/src/
-* google-breakpad/src/tools/gyp/test/sibling/src/build/
-* google-breakpad/src/tools/gyp/test/sibling/src/build/all.gyp
-* google-breakpad/src/tools/gyp/test/sibling/src/prog1/
-* google-breakpad/src/tools/gyp/test/sibling/src/prog1/prog1.c
-* google-breakpad/src/tools/gyp/test/sibling/src/prog1/prog1.gyp
-* google-breakpad/src/tools/gyp/test/sibling/src/prog2/
-* google-breakpad/src/tools/gyp/test/sibling/src/prog2/prog2.c
-* google-breakpad/src/tools/gyp/test/sibling/src/prog2/prog2.gyp
-* google-breakpad/src/tools/gyp/test/small/
-* google-breakpad/src/tools/gyp/test/small/gyptest-small.py
-* google-breakpad/src/tools/gyp/test/standalone-static-library/
-* google-breakpad/src/tools/gyp/test/standalone-static-library/gyptest-standalone-static-library.py
-* google-breakpad/src/tools/gyp/test/standalone-static-library/invalid.gyp
-* google-breakpad/src/tools/gyp/test/standalone-static-library/mylib.c
-* google-breakpad/src/tools/gyp/test/standalone-static-library/mylib.gyp
-* google-breakpad/src/tools/gyp/test/standalone-static-library/prog.c
-* google-breakpad/src/tools/gyp/test/standalone/
-* google-breakpad/src/tools/gyp/test/standalone/gyptest-standalone.py
-* google-breakpad/src/tools/gyp/test/standalone/standalone.gyp
-* google-breakpad/src/tools/gyp/test/subdirectory/
-* google-breakpad/src/tools/gyp/test/subdirectory/gyptest-SYMROOT-all.py
-* google-breakpad/src/tools/gyp/test/subdirectory/gyptest-SYMROOT-default.py
-* google-breakpad/src/tools/gyp/test/subdirectory/gyptest-subdir-all.py
-* google-breakpad/src/tools/gyp/test/subdirectory/gyptest-subdir-default.py
-* google-breakpad/src/tools/gyp/test/subdirectory/gyptest-subdir2-deep.py
-* google-breakpad/src/tools/gyp/test/subdirectory/gyptest-top-all.py
-* google-breakpad/src/tools/gyp/test/subdirectory/gyptest-top-default.py
-* google-breakpad/src/tools/gyp/test/subdirectory/src/
-* google-breakpad/src/tools/gyp/test/subdirectory/src/prog1.c
-* google-breakpad/src/tools/gyp/test/subdirectory/src/prog1.gyp
-* google-breakpad/src/tools/gyp/test/subdirectory/src/subdir/
-* google-breakpad/src/tools/gyp/test/subdirectory/src/subdir/prog2.c
-* google-breakpad/src/tools/gyp/test/subdirectory/src/subdir/prog2.gyp
-* google-breakpad/src/tools/gyp/test/subdirectory/src/subdir/subdir2/
-* google-breakpad/src/tools/gyp/test/subdirectory/src/subdir/subdir2/prog3.c
-* google-breakpad/src/tools/gyp/test/subdirectory/src/subdir/subdir2/prog3.gyp
-* google-breakpad/src/tools/gyp/test/subdirectory/src/symroot.gypi
-* google-breakpad/src/tools/gyp/test/target/
-* google-breakpad/src/tools/gyp/test/target/gyptest-target.py
-* google-breakpad/src/tools/gyp/test/target/hello.c
-* google-breakpad/src/tools/gyp/test/target/target.gyp
-* google-breakpad/src/tools/gyp/test/toolsets/
-* google-breakpad/src/tools/gyp/test/toolsets/gyptest-toolsets.py
-* google-breakpad/src/tools/gyp/test/toolsets/main.cc
-* google-breakpad/src/tools/gyp/test/toolsets/toolsets.cc
-* google-breakpad/src/tools/gyp/test/toolsets/toolsets.gyp
-* google-breakpad/src/tools/gyp/test/toolsets/toolsets_shared.cc
-* google-breakpad/src/tools/gyp/test/toplevel-dir/
-* google-breakpad/src/tools/gyp/test/toplevel-dir/gyptest-toplevel-dir.py
-* google-breakpad/src/tools/gyp/test/toplevel-dir/src/
-* google-breakpad/src/tools/gyp/test/toplevel-dir/src/sub1/
-* google-breakpad/src/tools/gyp/test/toplevel-dir/src/sub1/main.gyp
-* google-breakpad/src/tools/gyp/test/toplevel-dir/src/sub1/prog1.c
-* google-breakpad/src/tools/gyp/test/toplevel-dir/src/sub2/
-* google-breakpad/src/tools/gyp/test/toplevel-dir/src/sub2/prog2.c
-* google-breakpad/src/tools/gyp/test/toplevel-dir/src/sub2/prog2.gyp
-* google-breakpad/src/tools/gyp/test/variables/
-* google-breakpad/src/tools/gyp/test/variables/commands/
-* google-breakpad/src/tools/gyp/test/variables/commands/commands-repeated.gyp
-* google-breakpad/src/tools/gyp/test/variables/commands/commands-repeated.gyp.stdout
-* google-breakpad/src/tools/gyp/test/variables/commands/commands-repeated.gypd.golden
-* google-breakpad/src/tools/gyp/test/variables/commands/commands.gyp
-* google-breakpad/src/tools/gyp/test/variables/commands/commands.gyp.ignore-env.stdout
-* google-breakpad/src/tools/gyp/test/variables/commands/commands.gyp.stdout
-* google-breakpad/src/tools/gyp/test/variables/commands/commands.gypd.golden
-* google-breakpad/src/tools/gyp/test/variables/commands/commands.gypi
-* google-breakpad/src/tools/gyp/test/variables/commands/gyptest-commands-ignore-env.py
-* google-breakpad/src/tools/gyp/test/variables/commands/gyptest-commands-repeated.py
-* google-breakpad/src/tools/gyp/test/variables/commands/gyptest-commands.py
-* google-breakpad/src/tools/gyp/test/variables/commands/test.py
-* google-breakpad/src/tools/gyp/test/variables/commands/update_golden
-* google-breakpad/src/tools/gyp/test/variables/filelist/
-* google-breakpad/src/tools/gyp/test/variables/filelist/filelist.gyp.stdout
-* google-breakpad/src/tools/gyp/test/variables/filelist/filelist.gypd.golden
-* google-breakpad/src/tools/gyp/test/variables/filelist/gyptest-filelist-golden.py
-* google-breakpad/src/tools/gyp/test/variables/filelist/gyptest-filelist.py
-* google-breakpad/src/tools/gyp/test/variables/filelist/src/
-* google-breakpad/src/tools/gyp/test/variables/filelist/src/dummy.py
-* google-breakpad/src/tools/gyp/test/variables/filelist/src/filelist.gyp
-* google-breakpad/src/tools/gyp/test/variables/filelist/src/filelist2.gyp
-* google-breakpad/src/tools/gyp/test/variables/filelist/update_golden
-* google-breakpad/src/tools/gyp/test/variables/latelate/
-* google-breakpad/src/tools/gyp/test/variables/latelate/gyptest-latelate.py
-* google-breakpad/src/tools/gyp/test/variables/latelate/src/
-* google-breakpad/src/tools/gyp/test/variables/latelate/src/latelate.gyp
-* google-breakpad/src/tools/gyp/test/variables/latelate/src/program.cc
-* google-breakpad/src/tools/gyp/test/variables/variable-in-path/
-* google-breakpad/src/tools/gyp/test/variables/variable-in-path/C1/
-* google-breakpad/src/tools/gyp/test/variables/variable-in-path/C1/hello.cc
-* google-breakpad/src/tools/gyp/test/variables/variable-in-path/gyptest-variable-in-path.py
-* google-breakpad/src/tools/gyp/test/variables/variable-in-path/variable-in-path.gyp
-* google-breakpad/src/tools/gyp/test/win/
-* google-breakpad/src/tools/gyp/test/win/asm-files/
-* google-breakpad/src/tools/gyp/test/win/asm-files/asm-files.gyp
-* google-breakpad/src/tools/gyp/test/win/asm-files/b.s
-* google-breakpad/src/tools/gyp/test/win/asm-files/c.S
-* google-breakpad/src/tools/gyp/test/win/asm-files/hello.cc
-* google-breakpad/src/tools/gyp/test/win/batch-file-action/
-* google-breakpad/src/tools/gyp/test/win/batch-file-action/batch-file-action.gyp
-* google-breakpad/src/tools/gyp/test/win/batch-file-action/infile
-* google-breakpad/src/tools/gyp/test/win/batch-file-action/somecmd.bat
-* google-breakpad/src/tools/gyp/test/win/command-quote/
-* google-breakpad/src/tools/gyp/test/win/command-quote/a.S
-* google-breakpad/src/tools/gyp/test/win/command-quote/bat with spaces.bat
-* google-breakpad/src/tools/gyp/test/win/command-quote/command-quote.gyp
-* google-breakpad/src/tools/gyp/test/win/command-quote/go.bat
-* google-breakpad/src/tools/gyp/test/win/command-quote/subdir/
-* google-breakpad/src/tools/gyp/test/win/command-quote/subdir/and/
-* google-breakpad/src/tools/gyp/test/win/command-quote/subdir/and/another/
-* google-breakpad/src/tools/gyp/test/win/command-quote/subdir/and/another/in-subdir.gyp
-* google-breakpad/src/tools/gyp/test/win/compiler-flags/
-* google-breakpad/src/tools/gyp/test/win/compiler-flags/additional-include-dirs.cc
-* google-breakpad/src/tools/gyp/test/win/compiler-flags/additional-include-dirs.gyp
-* google-breakpad/src/tools/gyp/test/win/compiler-flags/additional-options.cc
-* google-breakpad/src/tools/gyp/test/win/compiler-flags/additional-options.gyp
-* google-breakpad/src/tools/gyp/test/win/compiler-flags/analysis.gyp
-* google-breakpad/src/tools/gyp/test/win/compiler-flags/buffer-security-check.gyp
-* google-breakpad/src/tools/gyp/test/win/compiler-flags/buffer-security.cc
-* google-breakpad/src/tools/gyp/test/win/compiler-flags/character-set-mbcs.cc
-* google-breakpad/src/tools/gyp/test/win/compiler-flags/character-set-unicode.cc
-* google-breakpad/src/tools/gyp/test/win/compiler-flags/character-set.gyp
-* google-breakpad/src/tools/gyp/test/win/compiler-flags/debug-format.gyp
-* google-breakpad/src/tools/gyp/test/win/compiler-flags/default-char-is-unsigned.cc
-* google-breakpad/src/tools/gyp/test/win/compiler-flags/default-char-is-unsigned.gyp
-* google-breakpad/src/tools/gyp/test/win/compiler-flags/disable-specific-warnings.cc
-* google-breakpad/src/tools/gyp/test/win/compiler-flags/disable-specific-warnings.gyp
-* google-breakpad/src/tools/gyp/test/win/compiler-flags/enable-enhanced-instruction-set.cc
-* google-breakpad/src/tools/gyp/test/win/compiler-flags/enable-enhanced-instruction-set.gyp
-* google-breakpad/src/tools/gyp/test/win/compiler-flags/exception-handling-on.cc
-* google-breakpad/src/tools/gyp/test/win/compiler-flags/exception-handling.gyp
-* google-breakpad/src/tools/gyp/test/win/compiler-flags/force-include-files-with-precompiled.cc
-* google-breakpad/src/tools/gyp/test/win/compiler-flags/force-include-files.cc
-* google-breakpad/src/tools/gyp/test/win/compiler-flags/force-include-files.gyp
-* google-breakpad/src/tools/gyp/test/win/compiler-flags/function-level-linking.cc
-* google-breakpad/src/tools/gyp/test/win/compiler-flags/function-level-linking.gyp
-* google-breakpad/src/tools/gyp/test/win/compiler-flags/hello.cc
-* google-breakpad/src/tools/gyp/test/win/compiler-flags/optimizations.gyp
-* google-breakpad/src/tools/gyp/test/win/compiler-flags/pdbname-override.gyp
-* google-breakpad/src/tools/gyp/test/win/compiler-flags/pdbname.cc
-* google-breakpad/src/tools/gyp/test/win/compiler-flags/pdbname.gyp
-* google-breakpad/src/tools/gyp/test/win/compiler-flags/precomp.cc
-* google-breakpad/src/tools/gyp/test/win/compiler-flags/rtti-on.cc
-* google-breakpad/src/tools/gyp/test/win/compiler-flags/rtti.gyp
-* google-breakpad/src/tools/gyp/test/win/compiler-flags/runtime-checks.cc
-* google-breakpad/src/tools/gyp/test/win/compiler-flags/runtime-checks.gyp
-* google-breakpad/src/tools/gyp/test/win/compiler-flags/runtime-library-md.cc
-* google-breakpad/src/tools/gyp/test/win/compiler-flags/runtime-library-mdd.cc
-* google-breakpad/src/tools/gyp/test/win/compiler-flags/runtime-library-mt.cc
-* google-breakpad/src/tools/gyp/test/win/compiler-flags/runtime-library-mtd.cc
-* google-breakpad/src/tools/gyp/test/win/compiler-flags/runtime-library.gyp
-* google-breakpad/src/tools/gyp/test/win/compiler-flags/subdir/
-* google-breakpad/src/tools/gyp/test/win/compiler-flags/subdir/header.h
-* google-breakpad/src/tools/gyp/test/win/compiler-flags/treat-wchar-t-as-built-in-type.gyp
-* google-breakpad/src/tools/gyp/test/win/compiler-flags/treat-wchar-t-as-built-in-type1.cc
-* google-breakpad/src/tools/gyp/test/win/compiler-flags/treat-wchar-t-as-built-in-type2.cc
-* google-breakpad/src/tools/gyp/test/win/compiler-flags/uninit.cc
-* google-breakpad/src/tools/gyp/test/win/compiler-flags/warning-as-error.cc
-* google-breakpad/src/tools/gyp/test/win/compiler-flags/warning-as-error.gyp
-* google-breakpad/src/tools/gyp/test/win/compiler-flags/warning-level.gyp
-* google-breakpad/src/tools/gyp/test/win/compiler-flags/warning-level1.cc
-* google-breakpad/src/tools/gyp/test/win/compiler-flags/warning-level2.cc
-* google-breakpad/src/tools/gyp/test/win/compiler-flags/warning-level3.cc
-* google-breakpad/src/tools/gyp/test/win/compiler-flags/warning-level4.cc
-* google-breakpad/src/tools/gyp/test/win/generator-output-different-drive/
-* google-breakpad/src/tools/gyp/test/win/generator-output-different-drive/gyptest-generator-output-different-drive.py
-* google-breakpad/src/tools/gyp/test/win/generator-output-different-drive/prog.c
-* google-breakpad/src/tools/gyp/test/win/generator-output-different-drive/prog.gyp
-* google-breakpad/src/tools/gyp/test/win/gyptest-asm-files.py
-* google-breakpad/src/tools/gyp/test/win/gyptest-cl-additional-include-dirs.py
-* google-breakpad/src/tools/gyp/test/win/gyptest-cl-additional-options.py
-* google-breakpad/src/tools/gyp/test/win/gyptest-cl-analysis.py
-* google-breakpad/src/tools/gyp/test/win/gyptest-cl-buffer-security-check.py
-* google-breakpad/src/tools/gyp/test/win/gyptest-cl-character-set.py
-* google-breakpad/src/tools/gyp/test/win/gyptest-cl-debug-format.py
-* google-breakpad/src/tools/gyp/test/win/gyptest-cl-default-char-is-unsigned.py
-* google-breakpad/src/tools/gyp/test/win/gyptest-cl-disable-specific-warnings.py
-* google-breakpad/src/tools/gyp/test/win/gyptest-cl-enable-enhanced-instruction-set.py
-* google-breakpad/src/tools/gyp/test/win/gyptest-cl-exception-handling.py
-* google-breakpad/src/tools/gyp/test/win/gyptest-cl-force-include-files.py
-* google-breakpad/src/tools/gyp/test/win/gyptest-cl-function-level-linking.py
-* google-breakpad/src/tools/gyp/test/win/gyptest-cl-optimizations.py
-* google-breakpad/src/tools/gyp/test/win/gyptest-cl-pdbname-override.py
-* google-breakpad/src/tools/gyp/test/win/gyptest-cl-pdbname.py
-* google-breakpad/src/tools/gyp/test/win/gyptest-cl-rtti.py
-* google-breakpad/src/tools/gyp/test/win/gyptest-cl-runtime-checks.py
-* google-breakpad/src/tools/gyp/test/win/gyptest-cl-runtime-library.py
-* google-breakpad/src/tools/gyp/test/win/gyptest-cl-treat-wchar-t-as-built-in-type.py
-* google-breakpad/src/tools/gyp/test/win/gyptest-cl-warning-as-error.py
-* google-breakpad/src/tools/gyp/test/win/gyptest-cl-warning-level.py
-* google-breakpad/src/tools/gyp/test/win/gyptest-command-quote.py
-* google-breakpad/src/tools/gyp/test/win/gyptest-lib-ltcg.py
-* google-breakpad/src/tools/gyp/test/win/gyptest-link-additional-deps.py
-* google-breakpad/src/tools/gyp/test/win/gyptest-link-additional-options.py
-* google-breakpad/src/tools/gyp/test/win/gyptest-link-aslr.py
-* google-breakpad/src/tools/gyp/test/win/gyptest-link-base-address.py
-* google-breakpad/src/tools/gyp/test/win/gyptest-link-debug-info.py
-* google-breakpad/src/tools/gyp/test/win/gyptest-link-default-libs.py
-* google-breakpad/src/tools/gyp/test/win/gyptest-link-deffile.py
-* google-breakpad/src/tools/gyp/test/win/gyptest-link-defrelink.py
-* google-breakpad/src/tools/gyp/test/win/gyptest-link-delay-load-dlls.py
-* google-breakpad/src/tools/gyp/test/win/gyptest-link-embed-manifest.py
-* google-breakpad/src/tools/gyp/test/win/gyptest-link-enable-uac.py
-* google-breakpad/src/tools/gyp/test/win/gyptest-link-entrypointsymbol.py
-* google-breakpad/src/tools/gyp/test/win/gyptest-link-fixed-base.py
-* google-breakpad/src/tools/gyp/test/win/gyptest-link-force-symbol-reference.py
-* google-breakpad/src/tools/gyp/test/win/gyptest-link-generate-manifest.py
-* google-breakpad/src/tools/gyp/test/win/gyptest-link-incremental.py
-* google-breakpad/src/tools/gyp/test/win/gyptest-link-large-address-aware.py
-* google-breakpad/src/tools/gyp/test/win/gyptest-link-large-pdb.py
-* google-breakpad/src/tools/gyp/test/win/gyptest-link-library-adjust.py
-* google-breakpad/src/tools/gyp/test/win/gyptest-link-library-directories.py
-* google-breakpad/src/tools/gyp/test/win/gyptest-link-ltcg.py
-* google-breakpad/src/tools/gyp/test/win/gyptest-link-mapfile.py
-* google-breakpad/src/tools/gyp/test/win/gyptest-link-nodefaultlib.py
-* google-breakpad/src/tools/gyp/test/win/gyptest-link-nxcompat.py
-* google-breakpad/src/tools/gyp/test/win/gyptest-link-opt-icf.py
-* google-breakpad/src/tools/gyp/test/win/gyptest-link-opt-ref.py
-* google-breakpad/src/tools/gyp/test/win/gyptest-link-ordering.py
-* google-breakpad/src/tools/gyp/test/win/gyptest-link-outputfile.py
-* google-breakpad/src/tools/gyp/test/win/gyptest-link-pdb-output.py
-* google-breakpad/src/tools/gyp/test/win/gyptest-link-pdb.py
-* google-breakpad/src/tools/gyp/test/win/gyptest-link-pgo.py
-* google-breakpad/src/tools/gyp/test/win/gyptest-link-profile.py
-* google-breakpad/src/tools/gyp/test/win/gyptest-link-restat-importlib.py
-* google-breakpad/src/tools/gyp/test/win/gyptest-link-shard.py
-* google-breakpad/src/tools/gyp/test/win/gyptest-link-subsystem.py
-* google-breakpad/src/tools/gyp/test/win/gyptest-link-target-machine.py
-* google-breakpad/src/tools/gyp/test/win/gyptest-link-tsaware.py
-* google-breakpad/src/tools/gyp/test/win/gyptest-link-uldi.py
-* google-breakpad/src/tools/gyp/test/win/gyptest-link-unsupported-manifest.py
-* google-breakpad/src/tools/gyp/test/win/gyptest-link-update-manifest.py
-* google-breakpad/src/tools/gyp/test/win/gyptest-link-warnings-as-errors.py
-* google-breakpad/src/tools/gyp/test/win/gyptest-long-command-line.py
-* google-breakpad/src/tools/gyp/test/win/gyptest-macro-projectname.py
-* google-breakpad/src/tools/gyp/test/win/gyptest-macro-targetname.py
-* google-breakpad/src/tools/gyp/test/win/gyptest-macro-vcinstalldir.py
-* google-breakpad/src/tools/gyp/test/win/gyptest-macros-containing-gyp.py
-* google-breakpad/src/tools/gyp/test/win/gyptest-macros-in-inputs-and-outputs.py
-* google-breakpad/src/tools/gyp/test/win/gyptest-midl-rules.py
-* google-breakpad/src/tools/gyp/test/win/gyptest-quoting-commands.py
-* google-breakpad/src/tools/gyp/test/win/gyptest-rc-build.py
-* google-breakpad/src/tools/gyp/test/win/idl-rules/
-* google-breakpad/src/tools/gyp/test/win/idl-rules/basic-idl.gyp
-* google-breakpad/src/tools/gyp/test/win/idl-rules/history_indexer.idl
-* google-breakpad/src/tools/gyp/test/win/idl-rules/history_indexer_user.cc
-* google-breakpad/src/tools/gyp/test/win/importlib/
-* google-breakpad/src/tools/gyp/test/win/importlib/has-exports.cc
-* google-breakpad/src/tools/gyp/test/win/importlib/hello.cc
-* google-breakpad/src/tools/gyp/test/win/importlib/importlib.gyp
-* google-breakpad/src/tools/gyp/test/win/large-pdb/
-* google-breakpad/src/tools/gyp/test/win/large-pdb/dllmain.cc
-* google-breakpad/src/tools/gyp/test/win/large-pdb/large-pdb.gyp
-* google-breakpad/src/tools/gyp/test/win/large-pdb/main.cc
-* google-breakpad/src/tools/gyp/test/win/lib-flags/
-* google-breakpad/src/tools/gyp/test/win/lib-flags/answer.cc
-* google-breakpad/src/tools/gyp/test/win/lib-flags/answer.h
-* google-breakpad/src/tools/gyp/test/win/lib-flags/ltcg.gyp
-* google-breakpad/src/tools/gyp/test/win/linker-flags/
-* google-breakpad/src/tools/gyp/test/win/linker-flags/a/
-* google-breakpad/src/tools/gyp/test/win/linker-flags/a/x.cc
-* google-breakpad/src/tools/gyp/test/win/linker-flags/a/z.cc
-* google-breakpad/src/tools/gyp/test/win/linker-flags/additional-deps.cc
-* google-breakpad/src/tools/gyp/test/win/linker-flags/additional-deps.gyp
-* google-breakpad/src/tools/gyp/test/win/linker-flags/additional-options.gyp
-* google-breakpad/src/tools/gyp/test/win/linker-flags/aslr.gyp
-* google-breakpad/src/tools/gyp/test/win/linker-flags/b/
-* google-breakpad/src/tools/gyp/test/win/linker-flags/b/y.cc
-* google-breakpad/src/tools/gyp/test/win/linker-flags/base-address.gyp
-* google-breakpad/src/tools/gyp/test/win/linker-flags/debug-info.gyp
-* google-breakpad/src/tools/gyp/test/win/linker-flags/deffile-multiple.gyp
-* google-breakpad/src/tools/gyp/test/win/linker-flags/deffile.cc
-* google-breakpad/src/tools/gyp/test/win/linker-flags/deffile.def
-* google-breakpad/src/tools/gyp/test/win/linker-flags/deffile.gyp
-* google-breakpad/src/tools/gyp/test/win/linker-flags/delay-load-dlls.gyp
-* google-breakpad/src/tools/gyp/test/win/linker-flags/delay-load.cc
-* google-breakpad/src/tools/gyp/test/win/linker-flags/embed-manifest.gyp
-* google-breakpad/src/tools/gyp/test/win/linker-flags/enable-uac.gyp
-* google-breakpad/src/tools/gyp/test/win/linker-flags/entrypointsymbol.cc
-* google-breakpad/src/tools/gyp/test/win/linker-flags/entrypointsymbol.gyp
-* google-breakpad/src/tools/gyp/test/win/linker-flags/extra.manifest
-* google-breakpad/src/tools/gyp/test/win/linker-flags/extra2.manifest
-* google-breakpad/src/tools/gyp/test/win/linker-flags/fixed-base.gyp
-* google-breakpad/src/tools/gyp/test/win/linker-flags/force-symbol-reference.gyp
-* google-breakpad/src/tools/gyp/test/win/linker-flags/generate-manifest.gyp
-* google-breakpad/src/tools/gyp/test/win/linker-flags/hello.cc
-* google-breakpad/src/tools/gyp/test/win/linker-flags/incremental.gyp
-* google-breakpad/src/tools/gyp/test/win/linker-flags/inline_test.cc
-* google-breakpad/src/tools/gyp/test/win/linker-flags/inline_test.h
-* google-breakpad/src/tools/gyp/test/win/linker-flags/inline_test_main.cc
-* google-breakpad/src/tools/gyp/test/win/linker-flags/large-address-aware.gyp
-* google-breakpad/src/tools/gyp/test/win/linker-flags/library-adjust.cc
-* google-breakpad/src/tools/gyp/test/win/linker-flags/library-adjust.gyp
-* google-breakpad/src/tools/gyp/test/win/linker-flags/library-directories-define.cc
-* google-breakpad/src/tools/gyp/test/win/linker-flags/library-directories-reference.cc
-* google-breakpad/src/tools/gyp/test/win/linker-flags/library-directories.gyp
-* google-breakpad/src/tools/gyp/test/win/linker-flags/link-ordering.gyp
-* google-breakpad/src/tools/gyp/test/win/linker-flags/link-warning.cc
-* google-breakpad/src/tools/gyp/test/win/linker-flags/ltcg.gyp
-* google-breakpad/src/tools/gyp/test/win/linker-flags/main-crt.c
-* google-breakpad/src/tools/gyp/test/win/linker-flags/manifest-in-comment.cc
-* google-breakpad/src/tools/gyp/test/win/linker-flags/mapfile.cc
-* google-breakpad/src/tools/gyp/test/win/linker-flags/mapfile.gyp
-* google-breakpad/src/tools/gyp/test/win/linker-flags/no-default-libs.cc
-* google-breakpad/src/tools/gyp/test/win/linker-flags/no-default-libs.gyp
-* google-breakpad/src/tools/gyp/test/win/linker-flags/nodefaultlib.cc
-* google-breakpad/src/tools/gyp/test/win/linker-flags/nodefaultlib.gyp
-* google-breakpad/src/tools/gyp/test/win/linker-flags/nxcompat.gyp
-* google-breakpad/src/tools/gyp/test/win/linker-flags/opt-icf.cc
-* google-breakpad/src/tools/gyp/test/win/linker-flags/opt-icf.gyp
-* google-breakpad/src/tools/gyp/test/win/linker-flags/opt-ref.cc
-* google-breakpad/src/tools/gyp/test/win/linker-flags/opt-ref.gyp
-* google-breakpad/src/tools/gyp/test/win/linker-flags/outputfile.gyp
-* google-breakpad/src/tools/gyp/test/win/linker-flags/pdb-output.gyp
-* google-breakpad/src/tools/gyp/test/win/linker-flags/pgo.gyp
-* google-breakpad/src/tools/gyp/test/win/linker-flags/profile.gyp
-* google-breakpad/src/tools/gyp/test/win/linker-flags/program-database.gyp
-* google-breakpad/src/tools/gyp/test/win/linker-flags/subdir/
-* google-breakpad/src/tools/gyp/test/win/linker-flags/subdir/library.gyp
-* google-breakpad/src/tools/gyp/test/win/linker-flags/subsystem-windows.cc
-* google-breakpad/src/tools/gyp/test/win/linker-flags/subsystem.gyp
-* google-breakpad/src/tools/gyp/test/win/linker-flags/target-machine.gyp
-* google-breakpad/src/tools/gyp/test/win/linker-flags/tsaware.gyp
-* google-breakpad/src/tools/gyp/test/win/linker-flags/unsupported-manifest.gyp
-* google-breakpad/src/tools/gyp/test/win/linker-flags/update_pgd.py
-* google-breakpad/src/tools/gyp/test/win/linker-flags/warn-as-error.gyp
-* google-breakpad/src/tools/gyp/test/win/linker-flags/x.cc
-* google-breakpad/src/tools/gyp/test/win/linker-flags/y.cc
-* google-breakpad/src/tools/gyp/test/win/linker-flags/z.cc
-* google-breakpad/src/tools/gyp/test/win/long-command-line/
-* google-breakpad/src/tools/gyp/test/win/long-command-line/function.cc
-* google-breakpad/src/tools/gyp/test/win/long-command-line/hello.cc
-* google-breakpad/src/tools/gyp/test/win/long-command-line/long-command-line.gyp
-* google-breakpad/src/tools/gyp/test/win/precompiled/
-* google-breakpad/src/tools/gyp/test/win/precompiled/gyptest-all.py
-* google-breakpad/src/tools/gyp/test/win/precompiled/hello.c
-* google-breakpad/src/tools/gyp/test/win/precompiled/hello.gyp
-* google-breakpad/src/tools/gyp/test/win/precompiled/hello2.c
-* google-breakpad/src/tools/gyp/test/win/precompiled/precomp.c
-* google-breakpad/src/tools/gyp/test/win/rc-build/
-* google-breakpad/src/tools/gyp/test/win/rc-build/Resource.h
-* google-breakpad/src/tools/gyp/test/win/rc-build/hello.cpp
-* google-breakpad/src/tools/gyp/test/win/rc-build/hello.gyp
-* google-breakpad/src/tools/gyp/test/win/rc-build/hello.h
-* google-breakpad/src/tools/gyp/test/win/rc-build/hello.ico
-* google-breakpad/src/tools/gyp/test/win/rc-build/hello.rc
-* google-breakpad/src/tools/gyp/test/win/rc-build/hello3.rc
-* google-breakpad/src/tools/gyp/test/win/rc-build/small.ico
-* google-breakpad/src/tools/gyp/test/win/rc-build/subdir/
-* google-breakpad/src/tools/gyp/test/win/rc-build/subdir/hello2.rc
-* google-breakpad/src/tools/gyp/test/win/rc-build/subdir/include.h
-* google-breakpad/src/tools/gyp/test/win/rc-build/targetver.h
-* google-breakpad/src/tools/gyp/test/win/shard/
-* google-breakpad/src/tools/gyp/test/win/shard/hello.cc
-* google-breakpad/src/tools/gyp/test/win/shard/hello1.cc
-* google-breakpad/src/tools/gyp/test/win/shard/hello2.cc
-* google-breakpad/src/tools/gyp/test/win/shard/hello3.cc
-* google-breakpad/src/tools/gyp/test/win/shard/hello4.cc
-* google-breakpad/src/tools/gyp/test/win/shard/shard.gyp
-* google-breakpad/src/tools/gyp/test/win/shard/shard_ref.gyp
-* google-breakpad/src/tools/gyp/test/win/uldi/
-* google-breakpad/src/tools/gyp/test/win/uldi/a.cc
-* google-breakpad/src/tools/gyp/test/win/uldi/b.cc
-* google-breakpad/src/tools/gyp/test/win/uldi/main.cc
-* google-breakpad/src/tools/gyp/test/win/uldi/uldi.gyp
-* google-breakpad/src/tools/gyp/test/win/vs-macros/
-* google-breakpad/src/tools/gyp/test/win/vs-macros/as.py
-* google-breakpad/src/tools/gyp/test/win/vs-macros/containing-gyp.gyp
-* google-breakpad/src/tools/gyp/test/win/vs-macros/do_stuff.py
-* google-breakpad/src/tools/gyp/test/win/vs-macros/hello.cc
-* google-breakpad/src/tools/gyp/test/win/vs-macros/input-output-macros.gyp
-* google-breakpad/src/tools/gyp/test/win/vs-macros/input.S
-* google-breakpad/src/tools/gyp/test/win/vs-macros/projectname.gyp
-* google-breakpad/src/tools/gyp/test/win/vs-macros/stuff.blah
-* google-breakpad/src/tools/gyp/test/win/vs-macros/targetname.gyp
-* google-breakpad/src/tools/gyp/test/win/vs-macros/test_exists.py
-* google-breakpad/src/tools/gyp/test/win/vs-macros/vcinstalldir.gyp
-* google-breakpad/src/tools/gyp/test/win/win-tool/
-* google-breakpad/src/tools/gyp/test/win/win-tool/copies_readonly_files.gyp
-* google-breakpad/src/tools/gyp/test/win/win-tool/gyptest-win-tool-handles-readonly-files.py
-* google-breakpad/src/tools/gyp/tools/
-* google-breakpad/src/tools/gyp/tools/README
-* google-breakpad/src/tools/gyp/tools/Xcode/
-* google-breakpad/src/tools/gyp/tools/Xcode/README
-* google-breakpad/src/tools/gyp/tools/Xcode/Specifications/
-* google-breakpad/src/tools/gyp/tools/Xcode/Specifications/gyp.pbfilespec
-* google-breakpad/src/tools/gyp/tools/Xcode/Specifications/gyp.xclangspec
-* google-breakpad/src/tools/gyp/tools/emacs/
-* google-breakpad/src/tools/gyp/tools/emacs/README
-* google-breakpad/src/tools/gyp/tools/emacs/gyp-tests.el
-* google-breakpad/src/tools/gyp/tools/emacs/gyp.el
-* google-breakpad/src/tools/gyp/tools/emacs/run-unit-tests.sh
-* google-breakpad/src/tools/gyp/tools/emacs/testdata/
-* google-breakpad/src/tools/gyp/tools/emacs/testdata/media.gyp
-* google-breakpad/src/tools/gyp/tools/emacs/testdata/media.gyp.fontified
-* google-breakpad/src/tools/gyp/tools/graphviz.py
-* google-breakpad/src/tools/gyp/tools/pretty_gyp.py
-* google-breakpad/src/tools/gyp/tools/pretty_sln.py
-* google-breakpad/src/tools/gyp/tools/pretty_vcproj.py
-* google-breakpad/src/tools/linux/
-* google-breakpad/src/tools/linux/core2md/
-* google-breakpad/src/tools/linux/core2md/core2md.cc
-* google-breakpad/src/tools/linux/dump_syms/
-* google-breakpad/src/tools/linux/dump_syms/dump_syms.cc
-* google-breakpad/src/tools/linux/md2core/
-* google-breakpad/src/tools/linux/md2core/minidump-2-core.cc
-* google-breakpad/src/tools/linux/md2core/minidump_memory_range.h
-* google-breakpad/src/tools/linux/md2core/minidump_memory_range_unittest.cc
-* google-breakpad/src/tools/linux/symupload/
-* google-breakpad/src/tools/linux/symupload/minidump_upload.cc
-* google-breakpad/src/tools/linux/symupload/sym_upload.cc
-* google-breakpad/src/tools/mac/
-* google-breakpad/src/tools/mac/crash_report/
-* google-breakpad/src/tools/mac/crash_report/crash_report.mm
-* google-breakpad/src/tools/mac/crash_report/crash_report.xcodeproj/
-* google-breakpad/src/tools/mac/crash_report/crash_report.xcodeproj/project.pbxproj
-* google-breakpad/src/tools/mac/crash_report/on_demand_symbol_supplier.h
-* google-breakpad/src/tools/mac/crash_report/on_demand_symbol_supplier.mm
-* google-breakpad/src/tools/mac/dump_syms/
-* google-breakpad/src/tools/mac/dump_syms/dump_syms.xcodeproj/
-* google-breakpad/src/tools/mac/dump_syms/dump_syms.xcodeproj/project.pbxproj
-* google-breakpad/src/tools/mac/dump_syms/dump_syms_tool.mm
-* google-breakpad/src/tools/mac/dump_syms/macho_dump.cc
-* google-breakpad/src/tools/mac/symupload/
-* google-breakpad/src/tools/mac/symupload/minidump_upload.m
-* google-breakpad/src/tools/mac/symupload/symupload.m
-* google-breakpad/src/tools/mac/symupload/symupload.xcodeproj/
-* google-breakpad/src/tools/mac/symupload/symupload.xcodeproj/project.pbxproj
-* google-breakpad/src/tools/mac/upload_system_symbols/
-* google-breakpad/src/tools/mac/upload_system_symbols/arch_constants.h
-* google-breakpad/src/tools/mac/upload_system_symbols/arch_reader.go
-* google-breakpad/src/tools/mac/upload_system_symbols/arch_reader_test.go
-* google-breakpad/src/tools/mac/upload_system_symbols/testdata/
-* google-breakpad/src/tools/mac/upload_system_symbols/testdata/Makefile
-* google-breakpad/src/tools/mac/upload_system_symbols/testdata/archtest.c
-* google-breakpad/src/tools/mac/upload_system_symbols/upload_system_symbols.go
-* google-breakpad/src/tools/python/
-* google-breakpad/src/tools/python/filter_syms.py
-* google-breakpad/src/tools/python/tests/
-* google-breakpad/src/tools/python/tests/filter_syms_unittest.py
-* google-breakpad/src/tools/solaris/
-* google-breakpad/src/tools/solaris/dump_syms/
-* google-breakpad/src/tools/solaris/dump_syms/Makefile
-* google-breakpad/src/tools/solaris/dump_syms/dump_syms.cc
-* google-breakpad/src/tools/solaris/dump_syms/run_regtest.sh
-* google-breakpad/src/tools/solaris/dump_syms/testdata/
-* google-breakpad/src/tools/solaris/dump_syms/testdata/dump_syms_regtest.cc
-* google-breakpad/src/tools/solaris/dump_syms/testdata/dump_syms_regtest.o
-* google-breakpad/src/tools/solaris/dump_syms/testdata/dump_syms_regtest.stabs
-* google-breakpad/src/tools/solaris/dump_syms/testdata/dump_syms_regtest.sym
-* google-breakpad/src/tools/windows/
-* google-breakpad/src/tools/windows/binaries/
-* google-breakpad/src/tools/windows/binaries/dump_syms.exe
-* google-breakpad/src/tools/windows/binaries/symupload.exe
-* google-breakpad/src/tools/windows/converter/
-* google-breakpad/src/tools/windows/converter/ms_symbol_server_converter.cc
-* google-breakpad/src/tools/windows/converter/ms_symbol_server_converter.h
-* google-breakpad/src/tools/windows/converter/ms_symbol_server_converter.vcproj
-* google-breakpad/src/tools/windows/dump_syms/
-* google-breakpad/src/tools/windows/dump_syms/dump_syms.cc
-* google-breakpad/src/tools/windows/dump_syms/dump_syms.gyp
-* google-breakpad/src/tools/windows/dump_syms/dump_syms.vcproj
-* google-breakpad/src/tools/windows/dump_syms/dump_syms_unittest.cc
-* google-breakpad/src/tools/windows/dump_syms/run_regtest.sh
-* google-breakpad/src/tools/windows/dump_syms/testdata/
-* google-breakpad/src/tools/windows/dump_syms/testdata/dump_syms_regtest.cc
-* google-breakpad/src/tools/windows/dump_syms/testdata/dump_syms_regtest.pdb
-* google-breakpad/src/tools/windows/dump_syms/testdata/dump_syms_regtest.sym
-* google-breakpad/src/tools/windows/dump_syms/testdata/dump_syms_regtest64.pdb
-* google-breakpad/src/tools/windows/dump_syms/testdata/dump_syms_regtest64.sym
-* google-breakpad/src/tools/windows/dump_syms/testdata/omap_reorder_bbs.pdb
-* google-breakpad/src/tools/windows/dump_syms/testdata/omap_reorder_bbs.sym
-* google-breakpad/src/tools/windows/dump_syms/testdata/omap_reorder_funcs.pdb
-* google-breakpad/src/tools/windows/dump_syms/testdata/omap_reorder_funcs.sym
-* google-breakpad/src/tools/windows/dump_syms/testdata/omap_stretched.pdb
-* google-breakpad/src/tools/windows/dump_syms/testdata/omap_stretched.sym
-* google-breakpad/src/tools/windows/dump_syms/testdata/omap_stretched_filled.pdb
-* google-breakpad/src/tools/windows/dump_syms/testdata/omap_stretched_filled.sym
-* google-breakpad/src/tools/windows/refresh_binaries.bat
-* google-breakpad/src/tools/windows/symupload/
-* google-breakpad/src/tools/windows/symupload/symupload.cc
-* google-breakpad/src/tools/windows/symupload/symupload.gyp
-* google-breakpad/src/tools/windows/symupload/symupload.vcproj
-* hosts-for-tests
-* lzo/
-* lzo/AUTHORS
-* lzo/Android.mk
-* lzo/B/
-* lzo/B/00README.TXT
-* lzo/B/clean.bat
-* lzo/B/done.bat
-* lzo/B/dos16/
-* lzo/B/dos16/bc.bat
-* lzo/B/dos16/bc.rsp
-* lzo/B/dos16/bc_286.bat
-* lzo/B/dos16/bc_pp.bat
-* lzo/B/dos16/dm.bat
-* lzo/B/dos16/mc.bat
-* lzo/B/dos16/mc_qc.bat
-* lzo/B/dos16/qc.bat
-* lzo/B/dos16/sc.bat
-* lzo/B/dos16/tc.bat
-* lzo/B/dos16/vc.bat
-* lzo/B/dos16/vc_qc.bat
-* lzo/B/dos16/wc.bat
-* lzo/B/dos16/wc.rsp
-* lzo/B/dos32/
-* lzo/B/dos32/bc_pp.bat
-* lzo/B/dos32/dj2.bat
-* lzo/B/dos32/dj2.opt
-* lzo/B/dos32/dm.bat
-* lzo/B/dos32/emx.bat
-* lzo/B/dos32/highc.bat
-* lzo/B/dos32/highc.rsp
-* lzo/B/dos32/ndp.bat
-* lzo/B/dos32/ndp.rsp
-* lzo/B/dos32/sc.bat
-* lzo/B/dos32/wc.bat
-* lzo/B/dos32/zc.bat
-* lzo/B/generic/
-* lzo/B/generic/Makefile
-* lzo/B/generic/build.sh
-* lzo/B/generic/build_freestanding.sh
-* lzo/B/generic/build_gcc.sh
-* lzo/B/generic/clean.sh
-* lzo/B/os2/
-* lzo/B/os2/emx.bat
-* lzo/B/os2/wc.bat
-* lzo/B/os2/zc.bat
-* lzo/B/os2_16/
-* lzo/B/os2_16/mc.bat
-* lzo/B/os2_16/wc.bat
-* lzo/B/prepare.bat
-* lzo/B/src.rsp
-* lzo/B/unset.bat
-* lzo/B/win16/
-* lzo/B/win16/bc.bat
-* lzo/B/win16/dm.bat
-* lzo/B/win16/mc.bat
-* lzo/B/win16/sc.bat
-* lzo/B/win16/vc.bat
-* lzo/B/win16/wc.bat
-* lzo/B/win32/
-* lzo/B/win32/bc.bat
-* lzo/B/win32/bc.rsp
-* lzo/B/win32/cygwin.bat
-* lzo/B/win32/cygwin.rsp
-* lzo/B/win32/dm.bat
-* lzo/B/win32/ic.bat
-* lzo/B/win32/lccwin32.bat
-* lzo/B/win32/mingw.bat
-* lzo/B/win32/mwerks.bat
-* lzo/B/win32/pellesc.bat
-* lzo/B/win32/pgi.bat
-* lzo/B/win32/pw32.bat
-* lzo/B/win32/rsxnt.bat
-* lzo/B/win32/sc.bat
-* lzo/B/win32/vc.bat
-* lzo/B/win32/vc.rsp
-* lzo/B/win32/vc_dll.bat
-* lzo/B/win32/vc_dll.def
-* lzo/B/win32/wc.bat
-* lzo/B/win32/wc.rsp
-* lzo/B/win64/
-* lzo/B/win64/ic.bat
-* lzo/B/win64/ic_dll.bat
-* lzo/B/win64/vc.bat
-* lzo/B/win64/vc.rsp
-* lzo/B/win64/vc_dll.bat
-* lzo/B/win64/vc_dll.def
-* lzo/BUGS
-* lzo/COPYING
-* lzo/ChangeLog
-* lzo/INSTALL
-* lzo/Makefile
-* lzo/Makefile.am
-* lzo/Makefile.in
-* lzo/NEWS
-* lzo/README
-* lzo/README.ANDROID
-* lzo/THANKS
-* lzo/aclocal.m4
-* lzo/asm/
-* lzo/asm/i386/
-* lzo/asm/i386/00README.TXT
-* lzo/asm/i386/obj/
-* lzo/asm/i386/obj/coff32/
-* lzo/asm/i386/obj/coff32/lzo1c_s1.o
-* lzo/asm/i386/obj/coff32/lzo1c_s2.o
-* lzo/asm/i386/obj/coff32/lzo1f_f1.o
-* lzo/asm/i386/obj/coff32/lzo1f_f2.o
-* lzo/asm/i386/obj/coff32/lzo1x_f1.o
-* lzo/asm/i386/obj/coff32/lzo1x_f2.o
-* lzo/asm/i386/obj/coff32/lzo1x_s1.o
-* lzo/asm/i386/obj/coff32/lzo1x_s2.o
-* lzo/asm/i386/obj/coff32/lzo1y_f1.o
-* lzo/asm/i386/obj/coff32/lzo1y_f2.o
-* lzo/asm/i386/obj/coff32/lzo1y_s1.o
-* lzo/asm/i386/obj/coff32/lzo1y_s2.o
-* lzo/asm/i386/obj/elf32/
-* lzo/asm/i386/obj/elf32/lzo1c_s1.o
-* lzo/asm/i386/obj/elf32/lzo1c_s2.o
-* lzo/asm/i386/obj/elf32/lzo1f_f1.o
-* lzo/asm/i386/obj/elf32/lzo1f_f2.o
-* lzo/asm/i386/obj/elf32/lzo1x_f1.o
-* lzo/asm/i386/obj/elf32/lzo1x_f2.o
-* lzo/asm/i386/obj/elf32/lzo1x_s1.o
-* lzo/asm/i386/obj/elf32/lzo1x_s2.o
-* lzo/asm/i386/obj/elf32/lzo1y_f1.o
-* lzo/asm/i386/obj/elf32/lzo1y_f2.o
-* lzo/asm/i386/obj/elf32/lzo1y_s1.o
-* lzo/asm/i386/obj/elf32/lzo1y_s2.o
-* lzo/asm/i386/obj/omf32/
-* lzo/asm/i386/obj/omf32/lzo1c_s1.obj
-* lzo/asm/i386/obj/omf32/lzo1c_s2.obj
-* lzo/asm/i386/obj/omf32/lzo1f_f1.obj
-* lzo/asm/i386/obj/omf32/lzo1f_f2.obj
-* lzo/asm/i386/obj/omf32/lzo1x_f1.obj
-* lzo/asm/i386/obj/omf32/lzo1x_f2.obj
-* lzo/asm/i386/obj/omf32/lzo1x_s1.obj
-* lzo/asm/i386/obj/omf32/lzo1x_s2.obj
-* lzo/asm/i386/obj/omf32/lzo1y_f1.obj
-* lzo/asm/i386/obj/omf32/lzo1y_f2.obj
-* lzo/asm/i386/obj/omf32/lzo1y_s1.obj
-* lzo/asm/i386/obj/omf32/lzo1y_s2.obj
-* lzo/asm/i386/obj/win32/
-* lzo/asm/i386/obj/win32/lzo1c_s1.obj
-* lzo/asm/i386/obj/win32/lzo1c_s2.obj
-* lzo/asm/i386/obj/win32/lzo1f_f1.obj
-* lzo/asm/i386/obj/win32/lzo1f_f2.obj
-* lzo/asm/i386/obj/win32/lzo1x_f1.obj
-* lzo/asm/i386/obj/win32/lzo1x_f2.obj
-* lzo/asm/i386/obj/win32/lzo1x_s1.obj
-* lzo/asm/i386/obj/win32/lzo1x_s2.obj
-* lzo/asm/i386/obj/win32/lzo1y_f1.obj
-* lzo/asm/i386/obj/win32/lzo1y_f2.obj
-* lzo/asm/i386/obj/win32/lzo1y_s1.obj
-* lzo/asm/i386/obj/win32/lzo1y_s2.obj
-* lzo/asm/i386/src/
-* lzo/asm/i386/src/enter.ash
-* lzo/asm/i386/src/leave.ash
-* lzo/asm/i386/src/lzo1c_d.ash
-* lzo/asm/i386/src/lzo1c_s1.S
-* lzo/asm/i386/src/lzo1c_s2.S
-* lzo/asm/i386/src/lzo1f_d.ash
-* lzo/asm/i386/src/lzo1f_f1.S
-* lzo/asm/i386/src/lzo1f_f2.S
-* lzo/asm/i386/src/lzo1x_d.ash
-* lzo/asm/i386/src/lzo1x_f1.S
-* lzo/asm/i386/src/lzo1x_f2.S
-* lzo/asm/i386/src/lzo1x_s1.S
-* lzo/asm/i386/src/lzo1x_s2.S
-* lzo/asm/i386/src/lzo1y_f1.S
-* lzo/asm/i386/src/lzo1y_f2.S
-* lzo/asm/i386/src/lzo1y_s1.S
-* lzo/asm/i386/src/lzo1y_s2.S
-* lzo/asm/i386/src/lzo_asm.h
-* lzo/asm/i386/src_gas/
-* lzo/asm/i386/src_gas/all/
-* lzo/asm/i386/src_gas/all/asm_all.S
-* lzo/asm/i386/src_gas/asminit.def
-* lzo/asm/i386/src_gas/lzo1c_s1.S
-* lzo/asm/i386/src_gas/lzo1c_s2.S
-* lzo/asm/i386/src_gas/lzo1f_f1.S
-* lzo/asm/i386/src_gas/lzo1f_f2.S
-* lzo/asm/i386/src_gas/lzo1x_f1.S
-* lzo/asm/i386/src_gas/lzo1x_f2.S
-* lzo/asm/i386/src_gas/lzo1x_s1.S
-* lzo/asm/i386/src_gas/lzo1x_s2.S
-* lzo/asm/i386/src_gas/lzo1y_f1.S
-* lzo/asm/i386/src_gas/lzo1y_f2.S
-* lzo/asm/i386/src_gas/lzo1y_s1.S
-* lzo/asm/i386/src_gas/lzo1y_s2.S
-* lzo/asm/i386/src_masm/
-* lzo/asm/i386/src_masm/all/
-* lzo/asm/i386/src_masm/all/asm_all.asm
-* lzo/asm/i386/src_masm/asminit.def
-* lzo/asm/i386/src_masm/lzo1c_s1.asm
-* lzo/asm/i386/src_masm/lzo1c_s2.asm
-* lzo/asm/i386/src_masm/lzo1f_f1.asm
-* lzo/asm/i386/src_masm/lzo1f_f2.asm
-* lzo/asm/i386/src_masm/lzo1x_f1.asm
-* lzo/asm/i386/src_masm/lzo1x_f2.asm
-* lzo/asm/i386/src_masm/lzo1x_s1.asm
-* lzo/asm/i386/src_masm/lzo1x_s2.asm
-* lzo/asm/i386/src_masm/lzo1y_f1.asm
-* lzo/asm/i386/src_masm/lzo1y_f2.asm
-* lzo/asm/i386/src_masm/lzo1y_s1.asm
-* lzo/asm/i386/src_masm/lzo1y_s2.asm
-* lzo/asm/i386/src_nasm/
-* lzo/asm/i386/src_nasm/all/
-* lzo/asm/i386/src_nasm/all/asm_all.asm
-* lzo/asm/i386/src_nasm/asminit.def
-* lzo/asm/i386/src_nasm/lzo1c_s1.asm
-* lzo/asm/i386/src_nasm/lzo1c_s2.asm
-* lzo/asm/i386/src_nasm/lzo1f_f1.asm
-* lzo/asm/i386/src_nasm/lzo1f_f2.asm
-* lzo/asm/i386/src_nasm/lzo1x_f1.asm
-* lzo/asm/i386/src_nasm/lzo1x_f2.asm
-* lzo/asm/i386/src_nasm/lzo1x_s1.asm
-* lzo/asm/i386/src_nasm/lzo1x_s2.asm
-* lzo/asm/i386/src_nasm/lzo1y_f1.asm
-* lzo/asm/i386/src_nasm/lzo1y_f2.asm
-* lzo/asm/i386/src_nasm/lzo1y_s1.asm
-* lzo/asm/i386/src_nasm/lzo1y_s2.asm
-* lzo/autoconf/
-* lzo/autoconf/compile
-* lzo/autoconf/config.guess
-* lzo/autoconf/config.rpath
-* lzo/autoconf/config.sub
-* lzo/autoconf/depcomp
-* lzo/autoconf/install-sh
-* lzo/autoconf/local.m4
-* lzo/autoconf/ltmain.sh
-* lzo/autoconf/mdate-sh
-* lzo/autoconf/missing
-* lzo/autoconf/mkinstalldirs
-* lzo/autoconf/py-compile
-* lzo/autoconf/shtool
-* lzo/autoconf/ylwrap
-* lzo/config.h
-* lzo/config.hin
-* lzo/config.log
-* lzo/config.status
-* lzo/configure
-* lzo/configure.ac
-* lzo/doc/
-* lzo/doc/LZO.FAQ
-* lzo/doc/LZO.TXT
-* lzo/doc/LZOAPI.TXT
-* lzo/doc/LZOTEST.TXT
-* lzo/examples/
-* lzo/examples/.deps/
-* lzo/examples/.deps/dict.Po
-* lzo/examples/.deps/lzopack.Po
-* lzo/examples/.deps/overlap.Po
-* lzo/examples/.deps/precomp.Po
-* lzo/examples/.deps/precomp2.Po
-* lzo/examples/.deps/simple.Po
-* lzo/examples/Makefile
-* lzo/examples/Makefile.am
-* lzo/examples/Makefile.in
-* lzo/examples/dict.c
-* lzo/examples/lzopack.c
-* lzo/examples/overlap.c
-* lzo/examples/portab.h
-* lzo/examples/portab_a.h
-* lzo/examples/precomp.c
-* lzo/examples/precomp2.c
-* lzo/examples/simple.c
-* lzo/include/
-* lzo/include/Makefile
-* lzo/include/Makefile.am
-* lzo/include/Makefile.in
-* lzo/include/lzo/
-* lzo/include/lzo/Makefile
-* lzo/include/lzo/Makefile.am
-* lzo/include/lzo/Makefile.in
-* lzo/include/lzo/lzo1.h
-* lzo/include/lzo/lzo1a.h
-* lzo/include/lzo/lzo1b.h
-* lzo/include/lzo/lzo1c.h
-* lzo/include/lzo/lzo1f.h
-* lzo/include/lzo/lzo1x.h
-* lzo/include/lzo/lzo1y.h
-* lzo/include/lzo/lzo1z.h
-* lzo/include/lzo/lzo2a.h
-* lzo/include/lzo/lzo_asm.h
-* lzo/include/lzo/lzoconf.h
-* lzo/include/lzo/lzodefs.h
-* lzo/include/lzo/lzoutil.h
-* lzo/libtool
-* lzo/lzotest/
-* lzo/lzotest/.deps/
-* lzo/lzotest/.deps/lzotest.Po
-* lzo/lzotest/Makefile
-* lzo/lzotest/Makefile.am
-* lzo/lzotest/Makefile.in
-* lzo/lzotest/asm.h
-* lzo/lzotest/db.h
-* lzo/lzotest/lzotest.c
-* lzo/lzotest/mygetopt.ch
-* lzo/lzotest/mygetopt.h
-* lzo/lzotest/wrap.h
-* lzo/lzotest/wrapmisc.h
-* lzo/minilzo/
-* lzo/minilzo/.deps/
-* lzo/minilzo/.deps/minilzo.Po
-* lzo/minilzo/.deps/testmini.Po
-* lzo/minilzo/Makefile
-* lzo/minilzo/Makefile.am
-* lzo/minilzo/Makefile.in
-* lzo/minilzo/Makefile.minilzo
-* lzo/minilzo/README.LZO
-* lzo/minilzo/minilzo.c
-* lzo/minilzo/minilzo.h
-* lzo/minilzo/testmini.c
-* lzo/src/
-* lzo/src/.deps/
-* lzo/src/.deps/lzo1.Plo
-* lzo/src/.deps/lzo1_99.Plo
-* lzo/src/.deps/lzo1a.Plo
-* lzo/src/.deps/lzo1a_99.Plo
-* lzo/src/.deps/lzo1b_1.Plo
-* lzo/src/.deps/lzo1b_2.Plo
-* lzo/src/.deps/lzo1b_3.Plo
-* lzo/src/.deps/lzo1b_4.Plo
-* lzo/src/.deps/lzo1b_5.Plo
-* lzo/src/.deps/lzo1b_6.Plo
-* lzo/src/.deps/lzo1b_7.Plo
-* lzo/src/.deps/lzo1b_8.Plo
-* lzo/src/.deps/lzo1b_9.Plo
-* lzo/src/.deps/lzo1b_99.Plo
-* lzo/src/.deps/lzo1b_9x.Plo
-* lzo/src/.deps/lzo1b_cc.Plo
-* lzo/src/.deps/lzo1b_d1.Plo
-* lzo/src/.deps/lzo1b_d2.Plo
-* lzo/src/.deps/lzo1b_rr.Plo
-* lzo/src/.deps/lzo1b_xx.Plo
-* lzo/src/.deps/lzo1c_1.Plo
-* lzo/src/.deps/lzo1c_2.Plo
-* lzo/src/.deps/lzo1c_3.Plo
-* lzo/src/.deps/lzo1c_4.Plo
-* lzo/src/.deps/lzo1c_5.Plo
-* lzo/src/.deps/lzo1c_6.Plo
-* lzo/src/.deps/lzo1c_7.Plo
-* lzo/src/.deps/lzo1c_8.Plo
-* lzo/src/.deps/lzo1c_9.Plo
-* lzo/src/.deps/lzo1c_99.Plo
-* lzo/src/.deps/lzo1c_9x.Plo
-* lzo/src/.deps/lzo1c_cc.Plo
-* lzo/src/.deps/lzo1c_d1.Plo
-* lzo/src/.deps/lzo1c_d2.Plo
-* lzo/src/.deps/lzo1c_rr.Plo
-* lzo/src/.deps/lzo1c_xx.Plo
-* lzo/src/.deps/lzo1f_1.Plo
-* lzo/src/.deps/lzo1f_9x.Plo
-* lzo/src/.deps/lzo1f_d1.Plo
-* lzo/src/.deps/lzo1f_d2.Plo
-* lzo/src/.deps/lzo1x_1.Plo
-* lzo/src/.deps/lzo1x_1k.Plo
-* lzo/src/.deps/lzo1x_1l.Plo
-* lzo/src/.deps/lzo1x_1o.Plo
-* lzo/src/.deps/lzo1x_9x.Plo
-* lzo/src/.deps/lzo1x_d1.Plo
-* lzo/src/.deps/lzo1x_d2.Plo
-* lzo/src/.deps/lzo1x_d3.Plo
-* lzo/src/.deps/lzo1x_o.Plo
-* lzo/src/.deps/lzo1y_1.Plo
-* lzo/src/.deps/lzo1y_9x.Plo
-* lzo/src/.deps/lzo1y_d1.Plo
-* lzo/src/.deps/lzo1y_d2.Plo
-* lzo/src/.deps/lzo1y_d3.Plo
-* lzo/src/.deps/lzo1y_o.Plo
-* lzo/src/.deps/lzo1z_9x.Plo
-* lzo/src/.deps/lzo1z_d1.Plo
-* lzo/src/.deps/lzo1z_d2.Plo
-* lzo/src/.deps/lzo1z_d3.Plo
-* lzo/src/.deps/lzo2a_9x.Plo
-* lzo/src/.deps/lzo2a_d1.Plo
-* lzo/src/.deps/lzo2a_d2.Plo
-* lzo/src/.deps/lzo_crc.Plo
-* lzo/src/.deps/lzo_init.Plo
-* lzo/src/.deps/lzo_ptr.Plo
-* lzo/src/.deps/lzo_str.Plo
-* lzo/src/.deps/lzo_util.Plo
-* lzo/src/Makefile
-* lzo/src/Makefile.am
-* lzo/src/Makefile.in
-* lzo/src/compr1b.h
-* lzo/src/compr1c.h
-* lzo/src/config1.h
-* lzo/src/config1a.h
-* lzo/src/config1b.h
-* lzo/src/config1c.h
-* lzo/src/config1f.h
-* lzo/src/config1x.h
-* lzo/src/config1y.h
-* lzo/src/config1z.h
-* lzo/src/config2a.h
-* lzo/src/lzo1.c
-* lzo/src/lzo1_99.c
-* lzo/src/lzo1_cm.ch
-* lzo/src/lzo1_d.ch
-* lzo/src/lzo1a.c
-* lzo/src/lzo1a_99.c
-* lzo/src/lzo1a_cm.ch
-* lzo/src/lzo1a_cr.ch
-* lzo/src/lzo1a_de.h
-* lzo/src/lzo1b_1.c
-* lzo/src/lzo1b_2.c
-* lzo/src/lzo1b_3.c
-* lzo/src/lzo1b_4.c
-* lzo/src/lzo1b_5.c
-* lzo/src/lzo1b_6.c
-* lzo/src/lzo1b_7.c
-* lzo/src/lzo1b_8.c
-* lzo/src/lzo1b_9.c
-* lzo/src/lzo1b_99.c
-* lzo/src/lzo1b_9x.c
-* lzo/src/lzo1b_c.ch
-* lzo/src/lzo1b_cc.c
-* lzo/src/lzo1b_cc.h
-* lzo/src/lzo1b_cm.ch
-* lzo/src/lzo1b_cr.ch
-* lzo/src/lzo1b_d.ch
-* lzo/src/lzo1b_d1.c
-* lzo/src/lzo1b_d2.c
-* lzo/src/lzo1b_de.h
-* lzo/src/lzo1b_r.ch
-* lzo/src/lzo1b_rr.c
-* lzo/src/lzo1b_sm.ch
-* lzo/src/lzo1b_tm.ch
-* lzo/src/lzo1b_xx.c
-* lzo/src/lzo1c_1.c
-* lzo/src/lzo1c_2.c
-* lzo/src/lzo1c_3.c
-* lzo/src/lzo1c_4.c
-* lzo/src/lzo1c_5.c
-* lzo/src/lzo1c_6.c
-* lzo/src/lzo1c_7.c
-* lzo/src/lzo1c_8.c
-* lzo/src/lzo1c_9.c
-* lzo/src/lzo1c_99.c
-* lzo/src/lzo1c_9x.c
-* lzo/src/lzo1c_cc.c
-* lzo/src/lzo1c_cc.h
-* lzo/src/lzo1c_d1.c
-* lzo/src/lzo1c_d2.c
-* lzo/src/lzo1c_rr.c
-* lzo/src/lzo1c_xx.c
-* lzo/src/lzo1f_1.c
-* lzo/src/lzo1f_9x.c
-* lzo/src/lzo1f_d.ch
-* lzo/src/lzo1f_d1.c
-* lzo/src/lzo1f_d2.c
-* lzo/src/lzo1x_1.c
-* lzo/src/lzo1x_1k.c
-* lzo/src/lzo1x_1l.c
-* lzo/src/lzo1x_1o.c
-* lzo/src/lzo1x_9x.c
-* lzo/src/lzo1x_c.ch
-* lzo/src/lzo1x_d.ch
-* lzo/src/lzo1x_d1.c
-* lzo/src/lzo1x_d2.c
-* lzo/src/lzo1x_d3.c
-* lzo/src/lzo1x_o.c
-* lzo/src/lzo1x_oo.ch
-* lzo/src/lzo1y_1.c
-* lzo/src/lzo1y_9x.c
-* lzo/src/lzo1y_d1.c
-* lzo/src/lzo1y_d2.c
-* lzo/src/lzo1y_d3.c
-* lzo/src/lzo1y_o.c
-* lzo/src/lzo1z_9x.c
-* lzo/src/lzo1z_d1.c
-* lzo/src/lzo1z_d2.c
-* lzo/src/lzo1z_d3.c
-* lzo/src/lzo2a_9x.c
-* lzo/src/lzo2a_d.ch
-* lzo/src/lzo2a_d1.c
-* lzo/src/lzo2a_d2.c
-* lzo/src/lzo_conf.h
-* lzo/src/lzo_crc.c
-* lzo/src/lzo_dict.h
-* lzo/src/lzo_dll.ch
-* lzo/src/lzo_func.ch
-* lzo/src/lzo_init.c
-* lzo/src/lzo_mchw.ch
-* lzo/src/lzo_ptr.c
-* lzo/src/lzo_ptr.h
-* lzo/src/lzo_str.c
-* lzo/src/lzo_swd.ch
-* lzo/src/lzo_util.c
-* lzo/src/miniacc.h
-* lzo/src/stats1a.h
-* lzo/src/stats1b.h
-* lzo/src/stats1c.h
-* lzo/stamp-h1
-* lzo/tests/
-* lzo/tests/.deps/
-* lzo/tests/.deps/align.Po
-* lzo/tests/.deps/chksum.Po
-* lzo/tests/.deps/promote.Po
-* lzo/tests/.deps/sizes.Po
-* lzo/tests/Makefile
-* lzo/tests/Makefile.am
-* lzo/tests/Makefile.in
-* lzo/tests/align.c
-* lzo/tests/chksum.c
-* lzo/tests/promote.c
-* lzo/tests/sizes.c
-* lzo/util/
-* lzo/util/check.sh
-* lzo/util/checkasm.sh
-* lzo/util/notime.pl
-* lzo/util/overlap.sh
-* lzo/util/shortf.pl
-* lzo/util/table.pl
-* lzo/util/uncompr.pl
-* misc/
-* misc/ic_stat_vpn.ai
-* misc/icon-512.png
-* misc/icon.ai
-* openssl/
-* openssl/Android.mk
-* openssl/CleanSpec.mk
-* openssl/MODULE_LICENSE_BSD_LIKE
-* openssl/NOTICE
-* openssl/README.android
-* openssl/ThirdPartyProject.prop
-* openssl/android-config.mk
-* openssl/android.testssl/
-* openssl/android.testssl/CAss.cnf
-* openssl/android.testssl/Uss.cnf
-* openssl/android.testssl/server2.pem
-* openssl/android.testssl/testssl
-* openssl/android.testssl/testssl.sh
-* openssl/apps/
-* openssl/apps/#Android.mk#
-* openssl/apps/Android.mk
-* openssl/apps/CA.pl
-* openssl/apps/CA.pl.in
-* openssl/apps/CA.sh
-* openssl/apps/app_rand.c
-* openssl/apps/apps.c
-* openssl/apps/apps.h
-* openssl/apps/asn1pars.c
-* openssl/apps/ca-cert.srl
-* openssl/apps/ca-key.pem
-* openssl/apps/ca-req.pem
-* openssl/apps/ca.c
-* openssl/apps/cert.pem
-* openssl/apps/ciphers.c
-* openssl/apps/client.pem
-* openssl/apps/cms.c
-* openssl/apps/crl.c
-* openssl/apps/crl2p7.c
-* openssl/apps/dgst.c
-* openssl/apps/dh.c
-* openssl/apps/dh1024.pem
-* openssl/apps/dh2048.pem
-* openssl/apps/dh4096.pem
-* openssl/apps/dh512.pem
-* openssl/apps/dhparam.c
-* openssl/apps/dsa-ca.pem
-* openssl/apps/dsa-pca.pem
-* openssl/apps/dsa.c
-* openssl/apps/dsa1024.pem
-* openssl/apps/dsa512.pem
-* openssl/apps/dsap.pem
-* openssl/apps/dsaparam.c
-* openssl/apps/ec.c
-* openssl/apps/ecparam.c
-* openssl/apps/enc.c
-* openssl/apps/engine.c
-* openssl/apps/errstr.c
-* openssl/apps/gendh.c
-* openssl/apps/gendsa.c
-* openssl/apps/genpkey.c
-* openssl/apps/genrsa.c
-* openssl/apps/md4.c
-* openssl/apps/nseq.c
-* openssl/apps/ocsp.c
-* openssl/apps/oid.cnf
-* openssl/apps/openssl.c
-* openssl/apps/openssl.cnf
-* openssl/apps/passwd.c
-* openssl/apps/pca-cert.srl
-* openssl/apps/pca-key.pem
-* openssl/apps/pca-req.pem
-* openssl/apps/pkcs12.c
-* openssl/apps/pkcs7.c
-* openssl/apps/pkcs8.c
-* openssl/apps/pkey.c
-* openssl/apps/pkeyparam.c
-* openssl/apps/pkeyutl.c
-* openssl/apps/prime.c
-* openssl/apps/privkey.pem
-* openssl/apps/progs.h
-* openssl/apps/progs.pl
-* openssl/apps/rand.c
-* openssl/apps/req.c
-* openssl/apps/req.pem
-* openssl/apps/rsa.c
-* openssl/apps/rsa8192.pem
-* openssl/apps/rsautl.c
-* openssl/apps/s1024key.pem
-* openssl/apps/s1024req.pem
-* openssl/apps/s512-key.pem
-* openssl/apps/s512-req.pem
-* openssl/apps/s_apps.h
-* openssl/apps/s_cb.c
-* openssl/apps/s_client.c
-* openssl/apps/s_server.c
-* openssl/apps/s_socket.c
-* openssl/apps/s_time.c
-* openssl/apps/server.pem
-* openssl/apps/server.srl
-* openssl/apps/server2.pem
-* openssl/apps/sess_id.c
-* openssl/apps/smime.c
-* openssl/apps/speed.c
-* openssl/apps/spkac.c
-* openssl/apps/testCA.pem
-* openssl/apps/testdsa.h
-* openssl/apps/testrsa.h
-* openssl/apps/timeouts.h
-* openssl/apps/verify.c
-* openssl/apps/version.c
-* openssl/apps/winrand.c
-* openssl/apps/x509.c
-* openssl/crypto/
-* openssl/crypto/Android.mk
-* openssl/crypto/LPdir_nyi.c
-* openssl/crypto/LPdir_unix.c
-* openssl/crypto/LPdir_win.c
-* openssl/crypto/LPdir_wince.c
-* openssl/crypto/aes/
-* openssl/crypto/aes/README
-* openssl/crypto/aes/aes.h
-* openssl/crypto/aes/aes_cbc.c
-* openssl/crypto/aes/aes_cfb.c
-* openssl/crypto/aes/aes_core.c
-* openssl/crypto/aes/aes_ctr.c
-* openssl/crypto/aes/aes_ecb.c
-* openssl/crypto/aes/aes_ige.c
-* openssl/crypto/aes/aes_locl.h
-* openssl/crypto/aes/aes_misc.c
-* openssl/crypto/aes/aes_ofb.c
-* openssl/crypto/aes/aes_wrap.c
-* openssl/crypto/aes/aes_x86core.c
-* openssl/crypto/aes/asm/
-* openssl/crypto/aes/asm/aes-586.pl
-* openssl/crypto/aes/asm/aes-armv4.pl
-* openssl/crypto/aes/asm/aes-armv4.s
-* openssl/crypto/aes/asm/aes-ia64.S
-* openssl/crypto/aes/asm/aes-ppc.pl
-* openssl/crypto/aes/asm/aes-s390x.pl
-* openssl/crypto/aes/asm/aes-sparcv9.pl
-* openssl/crypto/aes/asm/aes-x86_64.pl
-* openssl/crypto/alphacpuid.pl
-* openssl/crypto/asn1/
-* openssl/crypto/asn1/a_bitstr.c
-* openssl/crypto/asn1/a_bool.c
-* openssl/crypto/asn1/a_bytes.c
-* openssl/crypto/asn1/a_d2i_fp.c
-* openssl/crypto/asn1/a_digest.c
-* openssl/crypto/asn1/a_dup.c
-* openssl/crypto/asn1/a_enum.c
-* openssl/crypto/asn1/a_gentm.c
-* openssl/crypto/asn1/a_i2d_fp.c
-* openssl/crypto/asn1/a_int.c
-* openssl/crypto/asn1/a_mbstr.c
-* openssl/crypto/asn1/a_object.c
-* openssl/crypto/asn1/a_octet.c
-* openssl/crypto/asn1/a_print.c
-* openssl/crypto/asn1/a_set.c
-* openssl/crypto/asn1/a_sign.c
-* openssl/crypto/asn1/a_strex.c
-* openssl/crypto/asn1/a_strnid.c
-* openssl/crypto/asn1/a_time.c
-* openssl/crypto/asn1/a_type.c
-* openssl/crypto/asn1/a_utctm.c
-* openssl/crypto/asn1/a_utf8.c
-* openssl/crypto/asn1/a_verify.c
-* openssl/crypto/asn1/ameth_lib.c
-* openssl/crypto/asn1/asn1.h
-* openssl/crypto/asn1/asn1_err.c
-* openssl/crypto/asn1/asn1_gen.c
-* openssl/crypto/asn1/asn1_lib.c
-* openssl/crypto/asn1/asn1_locl.h
-* openssl/crypto/asn1/asn1_mac.h
-* openssl/crypto/asn1/asn1_par.c
-* openssl/crypto/asn1/asn1t.h
-* openssl/crypto/asn1/asn_mime.c
-* openssl/crypto/asn1/asn_moid.c
-* openssl/crypto/asn1/asn_pack.c
-* openssl/crypto/asn1/bio_asn1.c
-* openssl/crypto/asn1/bio_ndef.c
-* openssl/crypto/asn1/charmap.h
-* openssl/crypto/asn1/charmap.pl
-* openssl/crypto/asn1/d2i_pr.c
-* openssl/crypto/asn1/d2i_pu.c
-* openssl/crypto/asn1/evp_asn1.c
-* openssl/crypto/asn1/f_enum.c
-* openssl/crypto/asn1/f_int.c
-* openssl/crypto/asn1/f_string.c
-* openssl/crypto/asn1/i2d_pr.c
-* openssl/crypto/asn1/i2d_pu.c
-* openssl/crypto/asn1/n_pkey.c
-* openssl/crypto/asn1/nsseq.c
-* openssl/crypto/asn1/p5_pbe.c
-* openssl/crypto/asn1/p5_pbev2.c
-* openssl/crypto/asn1/p8_pkey.c
-* openssl/crypto/asn1/t_bitst.c
-* openssl/crypto/asn1/t_crl.c
-* openssl/crypto/asn1/t_pkey.c
-* openssl/crypto/asn1/t_req.c
-* openssl/crypto/asn1/t_spki.c
-* openssl/crypto/asn1/t_x509.c
-* openssl/crypto/asn1/t_x509a.c
-* openssl/crypto/asn1/tasn_dec.c
-* openssl/crypto/asn1/tasn_enc.c
-* openssl/crypto/asn1/tasn_fre.c
-* openssl/crypto/asn1/tasn_new.c
-* openssl/crypto/asn1/tasn_prn.c
-* openssl/crypto/asn1/tasn_typ.c
-* openssl/crypto/asn1/tasn_utl.c
-* openssl/crypto/asn1/x_algor.c
-* openssl/crypto/asn1/x_attrib.c
-* openssl/crypto/asn1/x_bignum.c
-* openssl/crypto/asn1/x_crl.c
-* openssl/crypto/asn1/x_exten.c
-* openssl/crypto/asn1/x_info.c
-* openssl/crypto/asn1/x_long.c
-* openssl/crypto/asn1/x_name.c
-* openssl/crypto/asn1/x_nx509.c
-* openssl/crypto/asn1/x_pkey.c
-* openssl/crypto/asn1/x_pubkey.c
-* openssl/crypto/asn1/x_req.c
-* openssl/crypto/asn1/x_sig.c
-* openssl/crypto/asn1/x_spki.c
-* openssl/crypto/asn1/x_val.c
-* openssl/crypto/asn1/x_x509.c
-* openssl/crypto/asn1/x_x509a.c
-* openssl/crypto/bf/
-* openssl/crypto/bf/COPYRIGHT
-* openssl/crypto/bf/asm/
-* openssl/crypto/bf/asm/bf-586.pl
-* openssl/crypto/bf/asm/bf-686.pl
-* openssl/crypto/bf/bf_cfb64.c
-* openssl/crypto/bf/bf_ecb.c
-* openssl/crypto/bf/bf_enc.c
-* openssl/crypto/bf/bf_locl.h
-* openssl/crypto/bf/bf_ofb64.c
-* openssl/crypto/bf/bf_pi.h
-* openssl/crypto/bf/bf_skey.c
-* openssl/crypto/bf/blowfish.h
-* openssl/crypto/bio/
-* openssl/crypto/bio/b_dump.c
-* openssl/crypto/bio/b_print.c
-* openssl/crypto/bio/b_sock.c
-* openssl/crypto/bio/bf_buff.c
-* openssl/crypto/bio/bf_lbuf.c
-* openssl/crypto/bio/bf_nbio.c
-* openssl/crypto/bio/bf_null.c
-* openssl/crypto/bio/bio.h
-* openssl/crypto/bio/bio_cb.c
-* openssl/crypto/bio/bio_err.c
-* openssl/crypto/bio/bio_lcl.h
-* openssl/crypto/bio/bio_lib.c
-* openssl/crypto/bio/bss_acpt.c
-* openssl/crypto/bio/bss_bio.c
-* openssl/crypto/bio/bss_conn.c
-* openssl/crypto/bio/bss_dgram.c
-* openssl/crypto/bio/bss_fd.c
-* openssl/crypto/bio/bss_file.c
-* openssl/crypto/bio/bss_log.c
-* openssl/crypto/bio/bss_mem.c
-* openssl/crypto/bio/bss_null.c
-* openssl/crypto/bio/bss_sock.c
-* openssl/crypto/bn/
-* openssl/crypto/bn/asm/
-* openssl/crypto/bn/asm/README
-* openssl/crypto/bn/asm/alpha-mont.pl
-* openssl/crypto/bn/asm/armv4-mont.pl
-* openssl/crypto/bn/asm/armv4-mont.s
-* openssl/crypto/bn/asm/bn-586.pl
-* openssl/crypto/bn/asm/co-586.pl
-* openssl/crypto/bn/asm/ia64.S
-* openssl/crypto/bn/asm/mips3-mont.pl
-* openssl/crypto/bn/asm/mips3.s
-* openssl/crypto/bn/asm/pa-risc2.s
-* openssl/crypto/bn/asm/pa-risc2W.s
-* openssl/crypto/bn/asm/ppc-mont.pl
-* openssl/crypto/bn/asm/ppc.pl
-* openssl/crypto/bn/asm/ppc64-mont.pl
-* openssl/crypto/bn/asm/s390x-mont.pl
-* openssl/crypto/bn/asm/s390x.S
-* openssl/crypto/bn/asm/sparcv8.S
-* openssl/crypto/bn/asm/sparcv8plus.S
-* openssl/crypto/bn/asm/sparcv9-mont.pl
-* openssl/crypto/bn/asm/sparcv9a-mont.pl
-* openssl/crypto/bn/asm/via-mont.pl
-* openssl/crypto/bn/asm/x86-mont.pl
-* openssl/crypto/bn/asm/x86.pl
-* openssl/crypto/bn/asm/x86/
-* openssl/crypto/bn/asm/x86/add.pl
-* openssl/crypto/bn/asm/x86/comba.pl
-* openssl/crypto/bn/asm/x86/div.pl
-* openssl/crypto/bn/asm/x86/f
-* openssl/crypto/bn/asm/x86/mul.pl
-* openssl/crypto/bn/asm/x86/mul_add.pl
-* openssl/crypto/bn/asm/x86/sqr.pl
-* openssl/crypto/bn/asm/x86/sub.pl
-* openssl/crypto/bn/asm/x86_64-gcc.c
-* openssl/crypto/bn/asm/x86_64-mont.pl
-* openssl/crypto/bn/bn.h
-* openssl/crypto/bn/bn.mul
-* openssl/crypto/bn/bn_add.c
-* openssl/crypto/bn/bn_asm.c
-* openssl/crypto/bn/bn_blind.c
-* openssl/crypto/bn/bn_const.c
-* openssl/crypto/bn/bn_ctx.c
-* openssl/crypto/bn/bn_depr.c
-* openssl/crypto/bn/bn_div.c
-* openssl/crypto/bn/bn_err.c
-* openssl/crypto/bn/bn_exp.c
-* openssl/crypto/bn/bn_exp2.c
-* openssl/crypto/bn/bn_gcd.c
-* openssl/crypto/bn/bn_gf2m.c
-* openssl/crypto/bn/bn_kron.c
-* openssl/crypto/bn/bn_lcl.h
-* openssl/crypto/bn/bn_lib.c
-* openssl/crypto/bn/bn_mod.c
-* openssl/crypto/bn/bn_mont.c
-* openssl/crypto/bn/bn_mpi.c
-* openssl/crypto/bn/bn_mul.c
-* openssl/crypto/bn/bn_nist.c
-* openssl/crypto/bn/bn_prime.c
-* openssl/crypto/bn/bn_prime.h
-* openssl/crypto/bn/bn_prime.pl
-* openssl/crypto/bn/bn_print.c
-* openssl/crypto/bn/bn_rand.c
-* openssl/crypto/bn/bn_recp.c
-* openssl/crypto/bn/bn_shift.c
-* openssl/crypto/bn/bn_sqr.c
-* openssl/crypto/bn/bn_sqrt.c
-* openssl/crypto/bn/bn_word.c
-* openssl/crypto/bn/bnspeed.c
-* openssl/crypto/bn/bntest.c
-* openssl/crypto/bn/divtest.c
-* openssl/crypto/bn/exp.c
-* openssl/crypto/bn/expspeed.c
-* openssl/crypto/bn/exptest.c
-* openssl/crypto/bn/todo
-* openssl/crypto/buffer/
-* openssl/crypto/buffer/buf_err.c
-* openssl/crypto/buffer/buffer.c
-* openssl/crypto/buffer/buffer.h
-* openssl/crypto/comp/
-* openssl/crypto/comp/c_rle.c
-* openssl/crypto/comp/c_zlib.c
-* openssl/crypto/comp/comp.h
-* openssl/crypto/comp/comp_err.c
-* openssl/crypto/comp/comp_lib.c
-* openssl/crypto/conf/
-* openssl/crypto/conf/README
-* openssl/crypto/conf/cnf_save.c
-* openssl/crypto/conf/conf.h
-* openssl/crypto/conf/conf_api.c
-* openssl/crypto/conf/conf_api.h
-* openssl/crypto/conf/conf_def.c
-* openssl/crypto/conf/conf_def.h
-* openssl/crypto/conf/conf_err.c
-* openssl/crypto/conf/conf_lib.c
-* openssl/crypto/conf/conf_mall.c
-* openssl/crypto/conf/conf_mod.c
-* openssl/crypto/conf/conf_sap.c
-* openssl/crypto/conf/keysets.pl
-* openssl/crypto/conf/ssleay.cnf
-* openssl/crypto/conf/test.c
-* openssl/crypto/cpt_err.c
-* openssl/crypto/cryptlib.c
-* openssl/crypto/cryptlib.h
-* openssl/crypto/crypto.h
-* openssl/crypto/cversion.c
-* openssl/crypto/des/
-* openssl/crypto/des/COPYRIGHT
-* openssl/crypto/des/DES.pm
-* openssl/crypto/des/DES.xs
-* openssl/crypto/des/FILES0
-* openssl/crypto/des/INSTALL
-* openssl/crypto/des/Imakefile
-* openssl/crypto/des/KERBEROS
-* openssl/crypto/des/README
-* openssl/crypto/des/VERSION
-* openssl/crypto/des/asm/
-* openssl/crypto/des/asm/crypt586.pl
-* openssl/crypto/des/asm/des-586.pl
-* openssl/crypto/des/asm/des_enc.m4
-* openssl/crypto/des/asm/desboth.pl
-* openssl/crypto/des/asm/readme
-* openssl/crypto/des/cbc3_enc.c
-* openssl/crypto/des/cbc_cksm.c
-* openssl/crypto/des/cbc_enc.c
-* openssl/crypto/des/cfb64ede.c
-* openssl/crypto/des/cfb64enc.c
-* openssl/crypto/des/cfb_enc.c
-* openssl/crypto/des/des.c
-* openssl/crypto/des/des.h
-* openssl/crypto/des/des.pod
-* openssl/crypto/des/des3s.cpp
-* openssl/crypto/des/des_enc.c
-* openssl/crypto/des/des_locl.h
-* openssl/crypto/des/des_old.c
-* openssl/crypto/des/des_old.h
-* openssl/crypto/des/des_old2.c
-* openssl/crypto/des/des_opts.c
-* openssl/crypto/des/des_ver.h
-* openssl/crypto/des/dess.cpp
-* openssl/crypto/des/destest.c
-* openssl/crypto/des/ecb3_enc.c
-* openssl/crypto/des/ecb_enc.c
-* openssl/crypto/des/ede_cbcm_enc.c
-* openssl/crypto/des/enc_read.c
-* openssl/crypto/des/enc_writ.c
-* openssl/crypto/des/fcrypt.c
-* openssl/crypto/des/fcrypt_b.c
-* openssl/crypto/des/makefile.bc
-* openssl/crypto/des/ncbc_enc.c
-* openssl/crypto/des/ofb64ede.c
-* openssl/crypto/des/ofb64enc.c
-* openssl/crypto/des/ofb_enc.c
-* openssl/crypto/des/options.txt
-* openssl/crypto/des/pcbc_enc.c
-* openssl/crypto/des/qud_cksm.c
-* openssl/crypto/des/rand_key.c
-* openssl/crypto/des/read2pwd.c
-* openssl/crypto/des/read_pwd.c
-* openssl/crypto/des/rpc_des.h
-* openssl/crypto/des/rpc_enc.c
-* openssl/crypto/des/rpw.c
-* openssl/crypto/des/set_key.c
-* openssl/crypto/des/speed.c
-* openssl/crypto/des/spr.h
-* openssl/crypto/des/str2key.c
-* openssl/crypto/des/t/
-* openssl/crypto/des/t/test
-* openssl/crypto/des/times/
-* openssl/crypto/des/times/486-50.sol
-* openssl/crypto/des/times/586-100.lnx
-* openssl/crypto/des/times/686-200.fre
-* openssl/crypto/des/times/aix.cc
-* openssl/crypto/des/times/alpha.cc
-* openssl/crypto/des/times/hpux.cc
-* openssl/crypto/des/times/sparc.gcc
-* openssl/crypto/des/times/usparc.cc
-* openssl/crypto/des/typemap
-* openssl/crypto/des/xcbc_enc.c
-* openssl/crypto/dh/
-* openssl/crypto/dh/dh.h
-* openssl/crypto/dh/dh1024.pem
-* openssl/crypto/dh/dh192.pem
-* openssl/crypto/dh/dh2048.pem
-* openssl/crypto/dh/dh4096.pem
-* openssl/crypto/dh/dh512.pem
-* openssl/crypto/dh/dh_ameth.c
-* openssl/crypto/dh/dh_asn1.c
-* openssl/crypto/dh/dh_check.c
-* openssl/crypto/dh/dh_depr.c
-* openssl/crypto/dh/dh_err.c
-* openssl/crypto/dh/dh_gen.c
-* openssl/crypto/dh/dh_key.c
-* openssl/crypto/dh/dh_lib.c
-* openssl/crypto/dh/dh_pmeth.c
-* openssl/crypto/dh/dhtest.c
-* openssl/crypto/dh/example
-* openssl/crypto/dh/generate
-* openssl/crypto/dh/p1024.c
-* openssl/crypto/dh/p192.c
-* openssl/crypto/dh/p512.c
-* openssl/crypto/dsa/
-* openssl/crypto/dsa/README
-* openssl/crypto/dsa/dsa.h
-* openssl/crypto/dsa/dsa_ameth.c
-* openssl/crypto/dsa/dsa_asn1.c
-* openssl/crypto/dsa/dsa_depr.c
-* openssl/crypto/dsa/dsa_err.c
-* openssl/crypto/dsa/dsa_gen.c
-* openssl/crypto/dsa/dsa_key.c
-* openssl/crypto/dsa/dsa_lib.c
-* openssl/crypto/dsa/dsa_locl.h
-* openssl/crypto/dsa/dsa_ossl.c
-* openssl/crypto/dsa/dsa_pmeth.c
-* openssl/crypto/dsa/dsa_prn.c
-* openssl/crypto/dsa/dsa_sign.c
-* openssl/crypto/dsa/dsa_vrf.c
-* openssl/crypto/dsa/dsagen.c
-* openssl/crypto/dsa/dsatest.c
-* openssl/crypto/dsa/fips186a.txt
-* openssl/crypto/dso/
-* openssl/crypto/dso/README
-* openssl/crypto/dso/dso.h
-* openssl/crypto/dso/dso_dl.c
-* openssl/crypto/dso/dso_dlfcn.c
-* openssl/crypto/dso/dso_err.c
-* openssl/crypto/dso/dso_lib.c
-* openssl/crypto/dso/dso_null.c
-* openssl/crypto/dso/dso_openssl.c
-* openssl/crypto/ebcdic.c
-* openssl/crypto/ebcdic.h
-* openssl/crypto/ec/
-* openssl/crypto/ec/ec.h
-* openssl/crypto/ec/ec2_mult.c
-* openssl/crypto/ec/ec2_smpl.c
-* openssl/crypto/ec/ec_ameth.c
-* openssl/crypto/ec/ec_asn1.c
-* openssl/crypto/ec/ec_check.c
-* openssl/crypto/ec/ec_curve.c
-* openssl/crypto/ec/ec_cvt.c
-* openssl/crypto/ec/ec_err.c
-* openssl/crypto/ec/ec_key.c
-* openssl/crypto/ec/ec_lcl.h
-* openssl/crypto/ec/ec_lib.c
-* openssl/crypto/ec/ec_mult.c
-* openssl/crypto/ec/ec_pmeth.c
-* openssl/crypto/ec/ec_print.c
-* openssl/crypto/ec/eck_prn.c
-* openssl/crypto/ec/ecp_mont.c
-* openssl/crypto/ec/ecp_nist.c
-* openssl/crypto/ec/ecp_smpl.c
-* openssl/crypto/ec/ectest.c
-* openssl/crypto/ecdh/
-* openssl/crypto/ecdh/ecdh.h
-* openssl/crypto/ecdh/ecdhtest.c
-* openssl/crypto/ecdh/ech_err.c
-* openssl/crypto/ecdh/ech_key.c
-* openssl/crypto/ecdh/ech_lib.c
-* openssl/crypto/ecdh/ech_locl.h
-* openssl/crypto/ecdh/ech_ossl.c
-* openssl/crypto/ecdsa/
-* openssl/crypto/ecdsa/ecdsa.h
-* openssl/crypto/ecdsa/ecdsatest.c
-* openssl/crypto/ecdsa/ecs_asn1.c
-* openssl/crypto/ecdsa/ecs_err.c
-* openssl/crypto/ecdsa/ecs_lib.c
-* openssl/crypto/ecdsa/ecs_locl.h
-* openssl/crypto/ecdsa/ecs_ossl.c
-* openssl/crypto/ecdsa/ecs_sign.c
-* openssl/crypto/ecdsa/ecs_vrf.c
-* openssl/crypto/engine/
-* openssl/crypto/engine/README
-* openssl/crypto/engine/eng_all.c
-* openssl/crypto/engine/eng_cnf.c
-* openssl/crypto/engine/eng_cryptodev.c
-* openssl/crypto/engine/eng_ctrl.c
-* openssl/crypto/engine/eng_dyn.c
-* openssl/crypto/engine/eng_err.c
-* openssl/crypto/engine/eng_fat.c
-* openssl/crypto/engine/eng_init.c
-* openssl/crypto/engine/eng_int.h
-* openssl/crypto/engine/eng_lib.c
-* openssl/crypto/engine/eng_list.c
-* openssl/crypto/engine/eng_openssl.c
-* openssl/crypto/engine/eng_pkey.c
-* openssl/crypto/engine/eng_table.c
-* openssl/crypto/engine/engine.h
-* openssl/crypto/engine/enginetest.c
-* openssl/crypto/engine/tb_cipher.c
-* openssl/crypto/engine/tb_dh.c
-* openssl/crypto/engine/tb_digest.c
-* openssl/crypto/engine/tb_dsa.c
-* openssl/crypto/engine/tb_ecdh.c
-* openssl/crypto/engine/tb_ecdsa.c
-* openssl/crypto/engine/tb_rand.c
-* openssl/crypto/engine/tb_rsa.c
-* openssl/crypto/engine/tb_store.c
-* openssl/crypto/err/
-* openssl/crypto/err/err.c
-* openssl/crypto/err/err.h
-* openssl/crypto/err/err_all.c
-* openssl/crypto/err/err_prn.c
-* openssl/crypto/err/openssl.ec
-* openssl/crypto/evp/
-* openssl/crypto/evp/bio_b64.c
-* openssl/crypto/evp/bio_enc.c
-* openssl/crypto/evp/bio_md.c
-* openssl/crypto/evp/bio_ok.c
-* openssl/crypto/evp/c_all.c
-* openssl/crypto/evp/c_allc.c
-* openssl/crypto/evp/c_alld.c
-* openssl/crypto/evp/digest.c
-* openssl/crypto/evp/e_aes.c
-* openssl/crypto/evp/e_bf.c
-* openssl/crypto/evp/e_camellia.c
-* openssl/crypto/evp/e_cast.c
-* openssl/crypto/evp/e_des.c
-* openssl/crypto/evp/e_des3.c
-* openssl/crypto/evp/e_dsa.c
-* openssl/crypto/evp/e_idea.c
-* openssl/crypto/evp/e_null.c
-* openssl/crypto/evp/e_old.c
-* openssl/crypto/evp/e_rc2.c
-* openssl/crypto/evp/e_rc4.c
-* openssl/crypto/evp/e_rc5.c
-* openssl/crypto/evp/e_seed.c
-* openssl/crypto/evp/e_xcbc_d.c
-* openssl/crypto/evp/encode.c
-* openssl/crypto/evp/evp.h
-* openssl/crypto/evp/evp_acnf.c
-* openssl/crypto/evp/evp_enc.c
-* openssl/crypto/evp/evp_err.c
-* openssl/crypto/evp/evp_key.c
-* openssl/crypto/evp/evp_lib.c
-* openssl/crypto/evp/evp_locl.h
-* openssl/crypto/evp/evp_pbe.c
-* openssl/crypto/evp/evp_pkey.c
-* openssl/crypto/evp/evp_test.c
-* openssl/crypto/evp/evptests.txt
-* openssl/crypto/evp/m_dss.c
-* openssl/crypto/evp/m_dss1.c
-* openssl/crypto/evp/m_ecdsa.c
-* openssl/crypto/evp/m_md4.c
-* openssl/crypto/evp/m_md5.c
-* openssl/crypto/evp/m_mdc2.c
-* openssl/crypto/evp/m_null.c
-* openssl/crypto/evp/m_ripemd.c
-* openssl/crypto/evp/m_sha1.c
-* openssl/crypto/evp/m_sigver.c
-* openssl/crypto/evp/m_wp.c
-* openssl/crypto/evp/names.c
-* openssl/crypto/evp/openbsd_hw.c
-* openssl/crypto/evp/p5_crpt.c
-* openssl/crypto/evp/p5_crpt2.c
-* openssl/crypto/evp/p_dec.c
-* openssl/crypto/evp/p_enc.c
-* openssl/crypto/evp/p_lib.c
-* openssl/crypto/evp/p_open.c
-* openssl/crypto/evp/p_seal.c
-* openssl/crypto/evp/p_sign.c
-* openssl/crypto/evp/p_verify.c
-* openssl/crypto/evp/pmeth_fn.c
-* openssl/crypto/evp/pmeth_gn.c
-* openssl/crypto/evp/pmeth_lib.c
-* openssl/crypto/ex_data.c
-* openssl/crypto/hmac/
-* openssl/crypto/hmac/hm_ameth.c
-* openssl/crypto/hmac/hm_pmeth.c
-* openssl/crypto/hmac/hmac.c
-* openssl/crypto/hmac/hmac.h
-* openssl/crypto/hmac/hmactest.c
-* openssl/crypto/ia64cpuid.S
-* openssl/crypto/jpake/
-* openssl/crypto/jpake/jpake.c
-* openssl/crypto/jpake/jpake.h
-* openssl/crypto/jpake/jpake_err.c
-* openssl/crypto/jpake/jpaketest.c
-* openssl/crypto/krb5/
-* openssl/crypto/krb5/krb5_asn.c
-* openssl/crypto/krb5/krb5_asn.h
-* openssl/crypto/lhash/
-* openssl/crypto/lhash/lh_stats.c
-* openssl/crypto/lhash/lh_test.c
-* openssl/crypto/lhash/lhash.c
-* openssl/crypto/lhash/lhash.h
-* openssl/crypto/lhash/num.pl
-* openssl/crypto/md32_common.h
-* openssl/crypto/md4/
-* openssl/crypto/md4/md4.c
-* openssl/crypto/md4/md4.h
-* openssl/crypto/md4/md4_dgst.c
-* openssl/crypto/md4/md4_locl.h
-* openssl/crypto/md4/md4_one.c
-* openssl/crypto/md4/md4s.cpp
-* openssl/crypto/md4/md4test.c
-* openssl/crypto/md5/
-* openssl/crypto/md5/asm/
-* openssl/crypto/md5/asm/md5-586.pl
-* openssl/crypto/md5/asm/md5-ia64.S
-* openssl/crypto/md5/asm/md5-x86_64.pl
-* openssl/crypto/md5/md5.c
-* openssl/crypto/md5/md5.h
-* openssl/crypto/md5/md5_dgst.c
-* openssl/crypto/md5/md5_locl.h
-* openssl/crypto/md5/md5_one.c
-* openssl/crypto/md5/md5s.cpp
-* openssl/crypto/md5/md5test.c
-* openssl/crypto/mdc2/
-* openssl/crypto/mdc2/mdc2.h
-* openssl/crypto/mdc2/mdc2_one.c
-* openssl/crypto/mdc2/mdc2dgst.c
-* openssl/crypto/mdc2/mdc2test.c
-* openssl/crypto/mem.c
-* openssl/crypto/mem_clr.c
-* openssl/crypto/mem_dbg.c
-* openssl/crypto/modes/
-* openssl/crypto/modes/cbc128.c
-* openssl/crypto/modes/cfb128.c
-* openssl/crypto/modes/ctr128.c
-* openssl/crypto/modes/ofb128.c
-* openssl/crypto/o_dir.c
-* openssl/crypto/o_dir.h
-* openssl/crypto/o_dir_test.c
-* openssl/crypto/o_str.c
-* openssl/crypto/o_str.h
-* openssl/crypto/o_time.c
-* openssl/crypto/o_time.h
-* openssl/crypto/objects/
-* openssl/crypto/objects/o_names.c
-* openssl/crypto/objects/obj_dat.c
-* openssl/crypto/objects/obj_dat.h
-* openssl/crypto/objects/obj_dat.pl
-* openssl/crypto/objects/obj_err.c
-* openssl/crypto/objects/obj_lib.c
-* openssl/crypto/objects/obj_mac.h
-* openssl/crypto/objects/obj_mac.num
-* openssl/crypto/objects/obj_xref.c
-* openssl/crypto/objects/obj_xref.h
-* openssl/crypto/objects/obj_xref.txt
-* openssl/crypto/objects/objects.README
-* openssl/crypto/objects/objects.h
-* openssl/crypto/objects/objects.pl
-* openssl/crypto/objects/objects.txt
-* openssl/crypto/objects/objxref.pl
-* openssl/crypto/ocsp/
-* openssl/crypto/ocsp/ocsp.h
-* openssl/crypto/ocsp/ocsp_asn.c
-* openssl/crypto/ocsp/ocsp_cl.c
-* openssl/crypto/ocsp/ocsp_err.c
-* openssl/crypto/ocsp/ocsp_ext.c
-* openssl/crypto/ocsp/ocsp_ht.c
-* openssl/crypto/ocsp/ocsp_lib.c
-* openssl/crypto/ocsp/ocsp_prn.c
-* openssl/crypto/ocsp/ocsp_srv.c
-* openssl/crypto/ocsp/ocsp_vfy.c
-* openssl/crypto/opensslconf.h
-* openssl/crypto/opensslconf.h.in
-* openssl/crypto/opensslv.h
-* openssl/crypto/ossl_typ.h
-* openssl/crypto/pem/
-* openssl/crypto/pem/message
-* openssl/crypto/pem/pem.h
-* openssl/crypto/pem/pem2.h
-* openssl/crypto/pem/pem_all.c
-* openssl/crypto/pem/pem_err.c
-* openssl/crypto/pem/pem_info.c
-* openssl/crypto/pem/pem_lib.c
-* openssl/crypto/pem/pem_oth.c
-* openssl/crypto/pem/pem_pk8.c
-* openssl/crypto/pem/pem_pkey.c
-* openssl/crypto/pem/pem_seal.c
-* openssl/crypto/pem/pem_sign.c
-* openssl/crypto/pem/pem_x509.c
-* openssl/crypto/pem/pem_xaux.c
-* openssl/crypto/pem/pkcs7.lis
-* openssl/crypto/pem/pvkfmt.c
-* openssl/crypto/perlasm/
-* openssl/crypto/perlasm/cbc.pl
-* openssl/crypto/perlasm/ppc-xlate.pl
-* openssl/crypto/perlasm/readme
-* openssl/crypto/perlasm/x86_64-xlate.pl
-* openssl/crypto/perlasm/x86asm.pl
-* openssl/crypto/perlasm/x86gas.pl
-* openssl/crypto/perlasm/x86masm.pl
-* openssl/crypto/perlasm/x86nasm.pl
-* openssl/crypto/pkcs12/
-* openssl/crypto/pkcs12/p12_add.c
-* openssl/crypto/pkcs12/p12_asn.c
-* openssl/crypto/pkcs12/p12_attr.c
-* openssl/crypto/pkcs12/p12_crpt.c
-* openssl/crypto/pkcs12/p12_crt.c
-* openssl/crypto/pkcs12/p12_decr.c
-* openssl/crypto/pkcs12/p12_init.c
-* openssl/crypto/pkcs12/p12_key.c
-* openssl/crypto/pkcs12/p12_kiss.c
-* openssl/crypto/pkcs12/p12_mutl.c
-* openssl/crypto/pkcs12/p12_npas.c
-* openssl/crypto/pkcs12/p12_p8d.c
-* openssl/crypto/pkcs12/p12_p8e.c
-* openssl/crypto/pkcs12/p12_utl.c
-* openssl/crypto/pkcs12/pk12err.c
-* openssl/crypto/pkcs12/pkcs12.h
-* openssl/crypto/pkcs7/
-* openssl/crypto/pkcs7/bio_ber.c
-* openssl/crypto/pkcs7/dec.c
-* openssl/crypto/pkcs7/des.pem
-* openssl/crypto/pkcs7/doc
-* openssl/crypto/pkcs7/enc.c
-* openssl/crypto/pkcs7/es1.pem
-* openssl/crypto/pkcs7/example.c
-* openssl/crypto/pkcs7/example.h
-* openssl/crypto/pkcs7/info.pem
-* openssl/crypto/pkcs7/infokey.pem
-* openssl/crypto/pkcs7/p7/
-* openssl/crypto/pkcs7/p7/a1
-* openssl/crypto/pkcs7/p7/a2
-* openssl/crypto/pkcs7/p7/cert.p7c
-* openssl/crypto/pkcs7/p7/smime.p7m
-* openssl/crypto/pkcs7/p7/smime.p7s
-* openssl/crypto/pkcs7/pk7_asn1.c
-* openssl/crypto/pkcs7/pk7_attr.c
-* openssl/crypto/pkcs7/pk7_dgst.c
-* openssl/crypto/pkcs7/pk7_doit.c
-* openssl/crypto/pkcs7/pk7_enc.c
-* openssl/crypto/pkcs7/pk7_lib.c
-* openssl/crypto/pkcs7/pk7_mime.c
-* openssl/crypto/pkcs7/pk7_smime.c
-* openssl/crypto/pkcs7/pkcs7.h
-* openssl/crypto/pkcs7/pkcs7err.c
-* openssl/crypto/pkcs7/server.pem
-* openssl/crypto/pkcs7/sign.c
-* openssl/crypto/pkcs7/t/
-* openssl/crypto/pkcs7/t/3des.pem
-* openssl/crypto/pkcs7/t/3dess.pem
-* openssl/crypto/pkcs7/t/c.pem
-* openssl/crypto/pkcs7/t/ff
-* openssl/crypto/pkcs7/t/msie-e
-* openssl/crypto/pkcs7/t/msie-e.pem
-* openssl/crypto/pkcs7/t/msie-enc-01
-* openssl/crypto/pkcs7/t/msie-enc-01.pem
-* openssl/crypto/pkcs7/t/msie-enc-02
-* openssl/crypto/pkcs7/t/msie-enc-02.pem
-* openssl/crypto/pkcs7/t/msie-s-a-e
-* openssl/crypto/pkcs7/t/msie-s-a-e.pem
-* openssl/crypto/pkcs7/t/nav-smime
-* openssl/crypto/pkcs7/t/s.pem
-* openssl/crypto/pkcs7/t/server.pem
-* openssl/crypto/pkcs7/verify.c
-* openssl/crypto/ppccpuid.pl
-* openssl/crypto/pqueue/
-* openssl/crypto/pqueue/pq_test.c
-* openssl/crypto/pqueue/pqueue.c
-* openssl/crypto/pqueue/pqueue.h
-* openssl/crypto/rand/
-* openssl/crypto/rand/md_rand.c
-* openssl/crypto/rand/rand.h
-* openssl/crypto/rand/rand_egd.c
-* openssl/crypto/rand/rand_err.c
-* openssl/crypto/rand/rand_lcl.h
-* openssl/crypto/rand/rand_lib.c
-* openssl/crypto/rand/rand_nw.c
-* openssl/crypto/rand/rand_os2.c
-* openssl/crypto/rand/rand_unix.c
-* openssl/crypto/rand/rand_win.c
-* openssl/crypto/rand/randfile.c
-* openssl/crypto/rand/randtest.c
-* openssl/crypto/rc2/
-* openssl/crypto/rc2/rc2.h
-* openssl/crypto/rc2/rc2_cbc.c
-* openssl/crypto/rc2/rc2_ecb.c
-* openssl/crypto/rc2/rc2_locl.h
-* openssl/crypto/rc2/rc2_skey.c
-* openssl/crypto/rc2/rc2cfb64.c
-* openssl/crypto/rc2/rc2ofb64.c
-* openssl/crypto/rc2/rc2speed.c
-* openssl/crypto/rc2/rc2test.c
-* openssl/crypto/rc2/rrc2.doc
-* openssl/crypto/rc2/tab.c
-* openssl/crypto/rc2/version
-* openssl/crypto/rc4/
-* openssl/crypto/rc4/asm/
-* openssl/crypto/rc4/asm/rc4-586.pl
-* openssl/crypto/rc4/asm/rc4-ia64.pl
-* openssl/crypto/rc4/asm/rc4-s390x.pl
-* openssl/crypto/rc4/asm/rc4-x86_64.pl
-* openssl/crypto/rc4/rc4.c
-* openssl/crypto/rc4/rc4.h
-* openssl/crypto/rc4/rc4_enc.c
-* openssl/crypto/rc4/rc4_locl.h
-* openssl/crypto/rc4/rc4_skey.c
-* openssl/crypto/rc4/rc4s.cpp
-* openssl/crypto/rc4/rc4speed.c
-* openssl/crypto/rc4/rc4test.c
-* openssl/crypto/rc4/rrc4.doc
-* openssl/crypto/ripemd/
-* openssl/crypto/ripemd/README
-* openssl/crypto/ripemd/asm/
-* openssl/crypto/ripemd/asm/rips.cpp
-* openssl/crypto/ripemd/asm/rmd-586.pl
-* openssl/crypto/ripemd/ripemd.h
-* openssl/crypto/ripemd/rmd160.c
-* openssl/crypto/ripemd/rmd_dgst.c
-* openssl/crypto/ripemd/rmd_locl.h
-* openssl/crypto/ripemd/rmd_one.c
-* openssl/crypto/ripemd/rmdconst.h
-* openssl/crypto/ripemd/rmdtest.c
-* openssl/crypto/rsa/
-* openssl/crypto/rsa/rsa.h
-* openssl/crypto/rsa/rsa_ameth.c
-* openssl/crypto/rsa/rsa_asn1.c
-* openssl/crypto/rsa/rsa_chk.c
-* openssl/crypto/rsa/rsa_depr.c
-* openssl/crypto/rsa/rsa_eay.c
-* openssl/crypto/rsa/rsa_err.c
-* openssl/crypto/rsa/rsa_gen.c
-* openssl/crypto/rsa/rsa_lib.c
-* openssl/crypto/rsa/rsa_locl.h
-* openssl/crypto/rsa/rsa_none.c
-* openssl/crypto/rsa/rsa_null.c
-* openssl/crypto/rsa/rsa_oaep.c
-* openssl/crypto/rsa/rsa_pk1.c
-* openssl/crypto/rsa/rsa_pmeth.c
-* openssl/crypto/rsa/rsa_prn.c
-* openssl/crypto/rsa/rsa_pss.c
-* openssl/crypto/rsa/rsa_saos.c
-* openssl/crypto/rsa/rsa_sign.c
-* openssl/crypto/rsa/rsa_ssl.c
-* openssl/crypto/rsa/rsa_test.c
-* openssl/crypto/rsa/rsa_x931.c
-* openssl/crypto/s390xcap.c
-* openssl/crypto/s390xcpuid.S
-* openssl/crypto/sha/
-* openssl/crypto/sha/asm/
-* openssl/crypto/sha/asm/README
-* openssl/crypto/sha/asm/sha1-586.pl
-* openssl/crypto/sha/asm/sha1-armv4-large.pl
-* openssl/crypto/sha/asm/sha1-armv4-large.s
-* openssl/crypto/sha/asm/sha1-ia64.pl
-* openssl/crypto/sha/asm/sha1-ppc.pl
-* openssl/crypto/sha/asm/sha1-s390x.pl
-* openssl/crypto/sha/asm/sha1-sparcv9.pl
-* openssl/crypto/sha/asm/sha1-sparcv9a.pl
-* openssl/crypto/sha/asm/sha1-thumb.pl
-* openssl/crypto/sha/asm/sha1-x86_64.pl
-* openssl/crypto/sha/asm/sha256-586.pl
-* openssl/crypto/sha/asm/sha256-armv4.pl
-* openssl/crypto/sha/asm/sha256-armv4.s
-* openssl/crypto/sha/asm/sha512-586.pl
-* openssl/crypto/sha/asm/sha512-armv4.pl
-* openssl/crypto/sha/asm/sha512-armv4.s
-* openssl/crypto/sha/asm/sha512-ia64.pl
-* openssl/crypto/sha/asm/sha512-ppc.pl
-* openssl/crypto/sha/asm/sha512-s390x.pl
-* openssl/crypto/sha/asm/sha512-sparcv9.pl
-* openssl/crypto/sha/asm/sha512-x86_64.pl
-* openssl/crypto/sha/sha.c
-* openssl/crypto/sha/sha.h
-* openssl/crypto/sha/sha1.c
-* openssl/crypto/sha/sha1_one.c
-* openssl/crypto/sha/sha1dgst.c
-* openssl/crypto/sha/sha1test.c
-* openssl/crypto/sha/sha256.c
-* openssl/crypto/sha/sha256t.c
-* openssl/crypto/sha/sha512.c
-* openssl/crypto/sha/sha512t.c
-* openssl/crypto/sha/sha_dgst.c
-* openssl/crypto/sha/sha_locl.h
-* openssl/crypto/sha/shatest.c
-* openssl/crypto/sparccpuid.S
-* openssl/crypto/sparcv9cap.c
-* openssl/crypto/stack/
-* openssl/crypto/stack/safestack.h
-* openssl/crypto/stack/stack.c
-* openssl/crypto/stack/stack.h
-* openssl/crypto/store/
-* openssl/crypto/store/README
-* openssl/crypto/store/store.h
-* openssl/crypto/store/str_err.c
-* openssl/crypto/store/str_lib.c
-* openssl/crypto/store/str_locl.h
-* openssl/crypto/store/str_mem.c
-* openssl/crypto/store/str_meth.c
-* openssl/crypto/symhacks.h
-* openssl/crypto/threads/
-* openssl/crypto/threads/README
-* openssl/crypto/threads/mttest.c
-* openssl/crypto/threads/netware.bat
-* openssl/crypto/threads/profile.sh
-* openssl/crypto/threads/ptest.bat
-* openssl/crypto/threads/pthread.sh
-* openssl/crypto/threads/pthread2.sh
-* openssl/crypto/threads/purify.sh
-* openssl/crypto/threads/solaris.sh
-* openssl/crypto/threads/th-lock.c
-* openssl/crypto/ts/
-* openssl/crypto/ts/ts_err.c
-* openssl/crypto/txt_db/
-* openssl/crypto/txt_db/txt_db.c
-* openssl/crypto/txt_db/txt_db.h
-* openssl/crypto/ui/
-* openssl/crypto/ui/ui.h
-* openssl/crypto/ui/ui_compat.c
-* openssl/crypto/ui/ui_compat.h
-* openssl/crypto/ui/ui_err.c
-* openssl/crypto/ui/ui_lib.c
-* openssl/crypto/ui/ui_locl.h
-* openssl/crypto/ui/ui_openssl.c
-* openssl/crypto/ui/ui_util.c
-* openssl/crypto/uid.c
-* openssl/crypto/x509/
-* openssl/crypto/x509/by_dir.c
-* openssl/crypto/x509/by_file.c
-* openssl/crypto/x509/x509.h
-* openssl/crypto/x509/x509_att.c
-* openssl/crypto/x509/x509_cmp.c
-* openssl/crypto/x509/x509_d2.c
-* openssl/crypto/x509/x509_def.c
-* openssl/crypto/x509/x509_err.c
-* openssl/crypto/x509/x509_ext.c
-* openssl/crypto/x509/x509_lu.c
-* openssl/crypto/x509/x509_obj.c
-* openssl/crypto/x509/x509_r2x.c
-* openssl/crypto/x509/x509_req.c
-* openssl/crypto/x509/x509_set.c
-* openssl/crypto/x509/x509_trs.c
-* openssl/crypto/x509/x509_txt.c
-* openssl/crypto/x509/x509_v3.c
-* openssl/crypto/x509/x509_vfy.c
-* openssl/crypto/x509/x509_vfy.h
-* openssl/crypto/x509/x509_vpm.c
-* openssl/crypto/x509/x509cset.c
-* openssl/crypto/x509/x509name.c
-* openssl/crypto/x509/x509rset.c
-* openssl/crypto/x509/x509spki.c
-* openssl/crypto/x509/x509type.c
-* openssl/crypto/x509/x_all.c
-* openssl/crypto/x509v3/
-* openssl/crypto/x509v3/ext_dat.h
-* openssl/crypto/x509v3/pcy_cache.c
-* openssl/crypto/x509v3/pcy_data.c
-* openssl/crypto/x509v3/pcy_int.h
-* openssl/crypto/x509v3/pcy_lib.c
-* openssl/crypto/x509v3/pcy_map.c
-* openssl/crypto/x509v3/pcy_node.c
-* openssl/crypto/x509v3/pcy_tree.c
-* openssl/crypto/x509v3/tabtest.c
-* openssl/crypto/x509v3/v3_addr.c
-* openssl/crypto/x509v3/v3_akey.c
-* openssl/crypto/x509v3/v3_akeya.c
-* openssl/crypto/x509v3/v3_alt.c
-* openssl/crypto/x509v3/v3_asid.c
-* openssl/crypto/x509v3/v3_bcons.c
-* openssl/crypto/x509v3/v3_bitst.c
-* openssl/crypto/x509v3/v3_conf.c
-* openssl/crypto/x509v3/v3_cpols.c
-* openssl/crypto/x509v3/v3_crld.c
-* openssl/crypto/x509v3/v3_enum.c
-* openssl/crypto/x509v3/v3_extku.c
-* openssl/crypto/x509v3/v3_genn.c
-* openssl/crypto/x509v3/v3_ia5.c
-* openssl/crypto/x509v3/v3_info.c
-* openssl/crypto/x509v3/v3_int.c
-* openssl/crypto/x509v3/v3_lib.c
-* openssl/crypto/x509v3/v3_ncons.c
-* openssl/crypto/x509v3/v3_ocsp.c
-* openssl/crypto/x509v3/v3_pci.c
-* openssl/crypto/x509v3/v3_pcia.c
-* openssl/crypto/x509v3/v3_pcons.c
-* openssl/crypto/x509v3/v3_pku.c
-* openssl/crypto/x509v3/v3_pmaps.c
-* openssl/crypto/x509v3/v3_prn.c
-* openssl/crypto/x509v3/v3_purp.c
-* openssl/crypto/x509v3/v3_skey.c
-* openssl/crypto/x509v3/v3_sxnet.c
-* openssl/crypto/x509v3/v3_utl.c
-* openssl/crypto/x509v3/v3conf.c
-* openssl/crypto/x509v3/v3err.c
-* openssl/crypto/x509v3/v3prin.c
-* openssl/crypto/x509v3/x509v3.h
-* openssl/crypto/x86_64cpuid.pl
-* openssl/crypto/x86cpuid.pl
-* openssl/e_os.h
-* openssl/e_os2.h
-* openssl/import_openssl.sh
-* openssl/include/
-* openssl/include/openssl/
-* openssl/include/openssl/aes.h
-* openssl/include/openssl/asn1.h
-* openssl/include/openssl/asn1_mac.h
-* openssl/include/openssl/asn1t.h
-* openssl/include/openssl/bio.h
-* openssl/include/openssl/blowfish.h
-* openssl/include/openssl/bn.h
-* openssl/include/openssl/buffer.h
-* openssl/include/openssl/comp.h
-* openssl/include/openssl/conf.h
-* openssl/include/openssl/conf_api.h
-* openssl/include/openssl/crypto.h
-* openssl/include/openssl/des.h
-* openssl/include/openssl/des_old.h
-* openssl/include/openssl/dh.h
-* openssl/include/openssl/dsa.h
-* openssl/include/openssl/dso.h
-* openssl/include/openssl/dtls1.h
-* openssl/include/openssl/e_os2.h
-* openssl/include/openssl/ebcdic.h
-* openssl/include/openssl/ec.h
-* openssl/include/openssl/ecdh.h
-* openssl/include/openssl/ecdsa.h
-* openssl/include/openssl/engine.h
-* openssl/include/openssl/err.h
-* openssl/include/openssl/evp.h
-* openssl/include/openssl/hmac.h
-* openssl/include/openssl/krb5_asn.h
-* openssl/include/openssl/kssl.h
-* openssl/include/openssl/lhash.h
-* openssl/include/openssl/md4.h
-* openssl/include/openssl/md5.h
-* openssl/include/openssl/modes.h
-* openssl/include/openssl/obj_mac.h
-* openssl/include/openssl/objects.h
-* openssl/include/openssl/ocsp.h
-* openssl/include/openssl/opensslconf.h
-* openssl/include/openssl/opensslv.h
-* openssl/include/openssl/ossl_typ.h
-* openssl/include/openssl/pem.h
-* openssl/include/openssl/pem2.h
-* openssl/include/openssl/pkcs12.h
-* openssl/include/openssl/pkcs7.h
-* openssl/include/openssl/pqueue.h
-* openssl/include/openssl/rand.h
-* openssl/include/openssl/rc2.h
-* openssl/include/openssl/rc4.h
-* openssl/include/openssl/ripemd.h
-* openssl/include/openssl/rsa.h
-* openssl/include/openssl/safestack.h
-* openssl/include/openssl/sha.h
-* openssl/include/openssl/ssl.h
-* openssl/include/openssl/ssl2.h
-* openssl/include/openssl/ssl23.h
-* openssl/include/openssl/ssl3.h
-* openssl/include/openssl/stack.h
-* openssl/include/openssl/symhacks.h
-* openssl/include/openssl/tls1.h
-* openssl/include/openssl/ts.h
-* openssl/include/openssl/txt_db.h
-* openssl/include/openssl/ui.h
-* openssl/include/openssl/ui_compat.h
-* openssl/include/openssl/x509.h
-* openssl/include/openssl/x509_vfy.h
-* openssl/include/openssl/x509v3.h
-* openssl/openssl.config
-* openssl/openssl.version
-* openssl/patches/
-* openssl/patches/README
-* openssl/patches/apps_Android.mk
-* openssl/patches/crypto_Android.mk
-* openssl/patches/handshake_cutthrough.patch
-* openssl/patches/jsse.patch
-* openssl/patches/npn.patch
-* openssl/patches/progs.patch
-* openssl/patches/sha1_armv4_large.patch
-* openssl/patches/small_records.patch
-* openssl/patches/ssl_Android.mk
-* openssl/patches/sslv3_uninit_padding.patch
-* openssl/patches/testssl.sh
-* openssl/ssl/
-* openssl/ssl/Android.mk
-* openssl/ssl/Makefile
-* openssl/ssl/bio_ssl.c
-* openssl/ssl/d1_both.c
-* openssl/ssl/d1_clnt.c
-* openssl/ssl/d1_enc.c
-* openssl/ssl/d1_lib.c
-* openssl/ssl/d1_meth.c
-* openssl/ssl/d1_pkt.c
-* openssl/ssl/d1_srvr.c
-* openssl/ssl/dtls1.h
-* openssl/ssl/kssl.c
-* openssl/ssl/kssl.h
-* openssl/ssl/kssl_lcl.h
-* openssl/ssl/s23_clnt.c
-* openssl/ssl/s23_lib.c
-* openssl/ssl/s23_meth.c
-* openssl/ssl/s23_pkt.c
-* openssl/ssl/s23_srvr.c
-* openssl/ssl/s2_clnt.c
-* openssl/ssl/s2_enc.c
-* openssl/ssl/s2_lib.c
-* openssl/ssl/s2_meth.c
-* openssl/ssl/s2_pkt.c
-* openssl/ssl/s2_srvr.c
-* openssl/ssl/s3_both.c
-* openssl/ssl/s3_clnt.c
-* openssl/ssl/s3_enc.c
-* openssl/ssl/s3_lib.c
-* openssl/ssl/s3_meth.c
-* openssl/ssl/s3_pkt.c
-* openssl/ssl/s3_srvr.c
-* openssl/ssl/ssl.h
-* openssl/ssl/ssl2.h
-* openssl/ssl/ssl23.h
-* openssl/ssl/ssl3.h
-* openssl/ssl/ssl_algs.c
-* openssl/ssl/ssl_asn1.c
-* openssl/ssl/ssl_cert.c
-* openssl/ssl/ssl_ciph.c
-* openssl/ssl/ssl_err.c
-* openssl/ssl/ssl_err2.c
-* openssl/ssl/ssl_lib.c
-* openssl/ssl/ssl_locl.h
-* openssl/ssl/ssl_rsa.c
-* openssl/ssl/ssl_sess.c
-* openssl/ssl/ssl_stat.c
-* openssl/ssl/ssl_txt.c
-* openssl/ssl/ssltest.c
-* openssl/ssl/t1_clnt.c
-* openssl/ssl/t1_enc.c
-* openssl/ssl/t1_lib.c
-* openssl/ssl/t1_meth.c
-* openssl/ssl/t1_reneg.c
-* openssl/ssl/t1_srvr.c
-* openssl/ssl/tls1.h
-* openvpn/
-* openvpn/.gitignore
-* openvpn/.mailmap
-* openvpn/.svncommitters
-* openvpn/AUTHORS
-* openvpn/Android.mk
-* openvpn/COPYING
-* openvpn/COPYRIGHT.GPL
-* openvpn/ChangeLog
-* openvpn/ChangeLog.IPv6
-* openvpn/INSTALL
-* openvpn/INSTALL-win32.txt
-* openvpn/Makefile.am
-* openvpn/NEWS
-* openvpn/PORTS
-* openvpn/README
-* openvpn/README.IPv6
-* openvpn/README.polarssl
-* openvpn/TODO.IPv6
-* openvpn/build/
-* openvpn/build/Makefile.am
-* openvpn/build/ltrc.inc
-* openvpn/build/msvc/
-* openvpn/build/msvc/Makefile.am
-* openvpn/build/msvc/msvc-generate/
-* openvpn/build/msvc/msvc-generate/Makefile.am
-* openvpn/build/msvc/msvc-generate/Makefile.mak
-* openvpn/build/msvc/msvc-generate/msvc-generate.js
-* openvpn/build/msvc/msvc-generate/msvc-generate.vcxproj
-* openvpn/compat.m4
-* openvpn/config-msvc-version.h.in
-* openvpn/config-msvc.h
-* openvpn/config-version.h.in
-* openvpn/config.h
-* openvpn/configure.ac
-* openvpn/contrib/
-* openvpn/contrib/OCSP_check/
-* openvpn/contrib/OCSP_check/OCSP_check.sh
-* openvpn/contrib/README
-* openvpn/contrib/multilevel-init.patch
-* openvpn/contrib/openvpn-fwmarkroute-1.00/
-* openvpn/contrib/openvpn-fwmarkroute-1.00/README
-* openvpn/contrib/openvpn-fwmarkroute-1.00/fwmarkroute.down
-* openvpn/contrib/openvpn-fwmarkroute-1.00/fwmarkroute.up
-* openvpn/contrib/pull-resolv-conf/
-* openvpn/contrib/pull-resolv-conf/client.down
-* openvpn/contrib/pull-resolv-conf/client.up
-* openvpn/debug/
-* openvpn/debug/doval
-* openvpn/debug/dovalns
-* openvpn/debug/valgrind-suppress
-* openvpn/distro/
-* openvpn/distro/Makefile.am
-* openvpn/distro/rpm/
-* openvpn/distro/rpm/Makefile.am
-* openvpn/distro/rpm/openvpn.init.d.rhel
-* openvpn/distro/rpm/openvpn.init.d.suse
-* openvpn/distro/rpm/openvpn.spec
-* openvpn/distro/rpm/openvpn.spec.in
-* openvpn/doc/
-* openvpn/doc/Makefile.am
-* openvpn/doc/README.plugins
-* openvpn/doc/doxygen/
-* openvpn/doc/doxygen/doc_compression.h
-* openvpn/doc/doxygen/doc_control_processor.h
-* openvpn/doc/doxygen/doc_control_tls.h
-* openvpn/doc/doxygen/doc_data_control.h
-* openvpn/doc/doxygen/doc_data_crypto.h
-* openvpn/doc/doxygen/doc_eventloop.h
-* openvpn/doc/doxygen/doc_external_multiplexer.h
-* openvpn/doc/doxygen/doc_fragmentation.h
-* openvpn/doc/doxygen/doc_internal_multiplexer.h
-* openvpn/doc/doxygen/doc_key_generation.h
-* openvpn/doc/doxygen/doc_mainpage.h
-* openvpn/doc/doxygen/doc_memory_management.h
-* openvpn/doc/doxygen/doc_protocol_overview.h
-* openvpn/doc/doxygen/doc_reliable.h
-* openvpn/doc/doxygen/doc_tunnel_state.h
-* openvpn/doc/doxygen/openvpn.doxyfile
-* openvpn/doc/management-notes.txt
-* openvpn/doc/openvpn.8
-* openvpn/include/
-* openvpn/include/Makefile.am
-* openvpn/include/openvpn-plugin.h
-* openvpn/m4/
-* openvpn/m4/.keep
-* openvpn/m4/ax_emptyarray.m4
-* openvpn/m4/ax_socklen_t.m4
-* openvpn/m4/ax_varargs.m4
-* openvpn/m4/pkg.m4
-* openvpn/msvc-build.bat
-* openvpn/msvc-dev.bat
-* openvpn/msvc-env.bat
-* openvpn/openvpn.sln
-* openvpn/sample/
-* openvpn/sample/Makefile.am
-* openvpn/sample/sample-config-files/
-* openvpn/sample/sample-config-files/README
-* openvpn/sample/sample-config-files/client.conf
-* openvpn/sample/sample-config-files/firewall.sh
-* openvpn/sample/sample-config-files/home.up
-* openvpn/sample/sample-config-files/loopback-client
-* openvpn/sample/sample-config-files/loopback-server
-* openvpn/sample/sample-config-files/office.up
-* openvpn/sample/sample-config-files/openvpn-shutdown.sh
-* openvpn/sample/sample-config-files/openvpn-startup.sh
-* openvpn/sample/sample-config-files/server.conf
-* openvpn/sample/sample-config-files/static-home.conf
-* openvpn/sample/sample-config-files/static-office.conf
-* openvpn/sample/sample-config-files/tls-home.conf
-* openvpn/sample/sample-config-files/tls-office.conf
-* openvpn/sample/sample-config-files/xinetd-client-config
-* openvpn/sample/sample-config-files/xinetd-server-config
-* openvpn/sample/sample-keys/
-* openvpn/sample/sample-keys/README
-* openvpn/sample/sample-keys/ca.crt
-* openvpn/sample/sample-keys/ca.key
-* openvpn/sample/sample-keys/client.crt
-* openvpn/sample/sample-keys/client.key
-* openvpn/sample/sample-keys/dh1024.pem
-* openvpn/sample/sample-keys/pass.crt
-* openvpn/sample/sample-keys/pass.key
-* openvpn/sample/sample-keys/pkcs12.p12
-* openvpn/sample/sample-keys/server.crt
-* openvpn/sample/sample-keys/server.key
-* openvpn/sample/sample-plugins/
-* openvpn/sample/sample-plugins/defer/
-* openvpn/sample/sample-plugins/defer/README
-* openvpn/sample/sample-plugins/defer/build
-* openvpn/sample/sample-plugins/defer/simple.c
-* openvpn/sample/sample-plugins/defer/simple.def
-* openvpn/sample/sample-plugins/defer/winbuild
-* openvpn/sample/sample-plugins/log/
-* openvpn/sample/sample-plugins/log/build
-* openvpn/sample/sample-plugins/log/log.c
-* openvpn/sample/sample-plugins/log/log_v3.c
-* openvpn/sample/sample-plugins/log/winbuild
-* openvpn/sample/sample-plugins/simple/
-* openvpn/sample/sample-plugins/simple/README
-* openvpn/sample/sample-plugins/simple/build
-* openvpn/sample/sample-plugins/simple/simple.c
-* openvpn/sample/sample-plugins/simple/simple.def
-* openvpn/sample/sample-plugins/simple/winbuild
-* openvpn/sample/sample-scripts/
-* openvpn/sample/sample-scripts/auth-pam.pl
-* openvpn/sample/sample-scripts/bridge-start
-* openvpn/sample/sample-scripts/bridge-stop
-* openvpn/sample/sample-scripts/ucn.pl
-* openvpn/sample/sample-scripts/verify-cn
-* openvpn/sample/sample-windows/
-* openvpn/sample/sample-windows/sample.ovpn
-* openvpn/src/
-* openvpn/src/Makefile.am
-* openvpn/src/compat/
-* openvpn/src/compat/Makefile.am
-* openvpn/src/compat/compat-basename.c
-* openvpn/src/compat/compat-daemon.c
-* openvpn/src/compat/compat-dirname.c
-* openvpn/src/compat/compat-gettimeofday.c
-* openvpn/src/compat/compat-inet_ntop.c
-* openvpn/src/compat/compat-inet_pton.c
-* openvpn/src/compat/compat-rsa_generate_key.c
-* openvpn/src/compat/compat-stdbool.h
-* openvpn/src/compat/compat.h
-* openvpn/src/compat/compat.vcxproj
-* openvpn/src/compat/compat.vcxproj.filters
-* openvpn/src/openvpn/
-* openvpn/src/openvpn/Makefile.am
-* openvpn/src/openvpn/base64.c
-* openvpn/src/openvpn/base64.h
-* openvpn/src/openvpn/basic.h
-* openvpn/src/openvpn/breakpad.cpp
-* openvpn/src/openvpn/breakpad.h
-* openvpn/src/openvpn/buffer.c
-* openvpn/src/openvpn/buffer.h
-* openvpn/src/openvpn/circ_list.h
-* openvpn/src/openvpn/clinat.c
-* openvpn/src/openvpn/clinat.h
-* openvpn/src/openvpn/common.h
-* openvpn/src/openvpn/console.c
-* openvpn/src/openvpn/console.h
-* openvpn/src/openvpn/crypto.c
-* openvpn/src/openvpn/crypto.h
-* openvpn/src/openvpn/crypto_backend.h
-* openvpn/src/openvpn/crypto_openssl.c
-* openvpn/src/openvpn/crypto_openssl.h
-* openvpn/src/openvpn/crypto_polarssl.c
-* openvpn/src/openvpn/crypto_polarssl.h
-* openvpn/src/openvpn/cryptoapi.c
-* openvpn/src/openvpn/cryptoapi.h
-* openvpn/src/openvpn/dhcp.c
-* openvpn/src/openvpn/dhcp.h
-* openvpn/src/openvpn/errlevel.h
-* openvpn/src/openvpn/error.c
-* openvpn/src/openvpn/error.h
-* openvpn/src/openvpn/event.c
-* openvpn/src/openvpn/event.h
-* openvpn/src/openvpn/fdmisc.c
-* openvpn/src/openvpn/fdmisc.h
-* openvpn/src/openvpn/forward-inline.h
-* openvpn/src/openvpn/forward.c
-* openvpn/src/openvpn/forward.h
-* openvpn/src/openvpn/fragment.c
-* openvpn/src/openvpn/fragment.h
-* openvpn/src/openvpn/gremlin.c
-* openvpn/src/openvpn/gremlin.h
-* openvpn/src/openvpn/helper.c
-* openvpn/src/openvpn/helper.h
-* openvpn/src/openvpn/httpdigest.c
-* openvpn/src/openvpn/httpdigest.h
-* openvpn/src/openvpn/init.c
-* openvpn/src/openvpn/init.h
-* openvpn/src/openvpn/integer.h
-* openvpn/src/openvpn/interval.c
-* openvpn/src/openvpn/interval.h
-* openvpn/src/openvpn/list.c
-* openvpn/src/openvpn/list.h
-* openvpn/src/openvpn/lladdr.c
-* openvpn/src/openvpn/lladdr.h
-* openvpn/src/openvpn/lzo.c
-* openvpn/src/openvpn/lzo.h
-* openvpn/src/openvpn/manage.c
-* openvpn/src/openvpn/manage.h
-* openvpn/src/openvpn/mbuf.c
-* openvpn/src/openvpn/mbuf.h
-* openvpn/src/openvpn/memdbg.h
-* openvpn/src/openvpn/misc.c
-* openvpn/src/openvpn/misc.h
-* openvpn/src/openvpn/mroute.c
-* openvpn/src/openvpn/mroute.h
-* openvpn/src/openvpn/mss.c
-* openvpn/src/openvpn/mss.h
-* openvpn/src/openvpn/mstats.c
-* openvpn/src/openvpn/mstats.h
-* openvpn/src/openvpn/mtcp.c
-* openvpn/src/openvpn/mtcp.h
-* openvpn/src/openvpn/mtu.c
-* openvpn/src/openvpn/mtu.h
-* openvpn/src/openvpn/mudp.c
-* openvpn/src/openvpn/mudp.h
-* openvpn/src/openvpn/multi.c
-* openvpn/src/openvpn/multi.h
-* openvpn/src/openvpn/ntlm.c
-* openvpn/src/openvpn/ntlm.h
-* openvpn/src/openvpn/occ-inline.h
-* openvpn/src/openvpn/occ.c
-* openvpn/src/openvpn/occ.h
-* openvpn/src/openvpn/openvpn.c
-* openvpn/src/openvpn/openvpn.h
-* openvpn/src/openvpn/openvpn.vcxproj
-* openvpn/src/openvpn/openvpn.vcxproj.filters
-* openvpn/src/openvpn/openvpn_win32_resources.rc
-* openvpn/src/openvpn/options.c
-* openvpn/src/openvpn/options.h
-* openvpn/src/openvpn/otime.c
-* openvpn/src/openvpn/otime.h
-* openvpn/src/openvpn/packet_id.c
-* openvpn/src/openvpn/packet_id.h
-* openvpn/src/openvpn/perf.c
-* openvpn/src/openvpn/perf.h
-* openvpn/src/openvpn/pf-inline.h
-* openvpn/src/openvpn/pf.c
-* openvpn/src/openvpn/pf.h
-* openvpn/src/openvpn/ping-inline.h
-* openvpn/src/openvpn/ping.c
-* openvpn/src/openvpn/ping.h
-* openvpn/src/openvpn/pkcs11.c
-* openvpn/src/openvpn/pkcs11.h
-* openvpn/src/openvpn/pkcs11_backend.h
-* openvpn/src/openvpn/pkcs11_openssl.c
-* openvpn/src/openvpn/pkcs11_polarssl.c
-* openvpn/src/openvpn/platform.c
-* openvpn/src/openvpn/platform.h
-* openvpn/src/openvpn/plugin.c
-* openvpn/src/openvpn/plugin.h
-* openvpn/src/openvpn/pool.c
-* openvpn/src/openvpn/pool.h
-* openvpn/src/openvpn/proto.c
-* openvpn/src/openvpn/proto.h
-* openvpn/src/openvpn/proxy.c
-* openvpn/src/openvpn/proxy.h
-* openvpn/src/openvpn/ps.c
-* openvpn/src/openvpn/ps.h
-* openvpn/src/openvpn/push.c
-* openvpn/src/openvpn/push.h
-* openvpn/src/openvpn/pushlist.h
-* openvpn/src/openvpn/reliable.c
-* openvpn/src/openvpn/reliable.h
-* openvpn/src/openvpn/route.c
-* openvpn/src/openvpn/route.h
-* openvpn/src/openvpn/schedule.c
-* openvpn/src/openvpn/schedule.h
-* openvpn/src/openvpn/session_id.c
-* openvpn/src/openvpn/session_id.h
-* openvpn/src/openvpn/shaper.c
-* openvpn/src/openvpn/shaper.h
-* openvpn/src/openvpn/sig.c
-* openvpn/src/openvpn/sig.h
-* openvpn/src/openvpn/socket.c
-* openvpn/src/openvpn/socket.h
-* openvpn/src/openvpn/socks.c
-* openvpn/src/openvpn/socks.h
-* openvpn/src/openvpn/ssl.c
-* openvpn/src/openvpn/ssl.h
-* openvpn/src/openvpn/ssl_backend.h
-* openvpn/src/openvpn/ssl_common.h
-* openvpn/src/openvpn/ssl_openssl.c
-* openvpn/src/openvpn/ssl_openssl.h
-* openvpn/src/openvpn/ssl_polarssl.c
-* openvpn/src/openvpn/ssl_polarssl.h
-* openvpn/src/openvpn/ssl_verify.c
-* openvpn/src/openvpn/ssl_verify.h
-* openvpn/src/openvpn/ssl_verify_backend.h
-* openvpn/src/openvpn/ssl_verify_openssl.c
-* openvpn/src/openvpn/ssl_verify_openssl.h
-* openvpn/src/openvpn/ssl_verify_polarssl.c
-* openvpn/src/openvpn/ssl_verify_polarssl.h
-* openvpn/src/openvpn/status.c
-* openvpn/src/openvpn/status.h
-* openvpn/src/openvpn/syshead.h
-* openvpn/src/openvpn/tun.c
-* openvpn/src/openvpn/tun.h
-* openvpn/src/openvpn/win32.c
-* openvpn/src/openvpn/win32.h
-* openvpn/src/openvpnserv/
-* openvpn/src/openvpnserv/Makefile.am
-* openvpn/src/openvpnserv/openvpnserv.c
-* openvpn/src/openvpnserv/openvpnserv.vcxproj
-* openvpn/src/openvpnserv/openvpnserv.vcxproj.filters
-* openvpn/src/openvpnserv/openvpnserv_resources.rc
-* openvpn/src/openvpnserv/service.c
-* openvpn/src/openvpnserv/service.h
-* openvpn/src/plugins/
-* openvpn/src/plugins/Makefile.am
-* openvpn/src/plugins/Makefile.in
-* openvpn/src/plugins/auth-pam/
-* openvpn/src/plugins/auth-pam/Makefile.am
-* openvpn/src/plugins/auth-pam/Makefile.in
-* openvpn/src/plugins/auth-pam/README.auth-pam
-* openvpn/src/plugins/auth-pam/auth-pam.c
-* openvpn/src/plugins/auth-pam/auth-pam.exports
-* openvpn/src/plugins/auth-pam/pamdl.c
-* openvpn/src/plugins/auth-pam/pamdl.h
-* openvpn/src/plugins/down-root/
-* openvpn/src/plugins/down-root/Makefile.am
-* openvpn/src/plugins/down-root/Makefile.in
-* openvpn/src/plugins/down-root/README.down-root
-* openvpn/src/plugins/down-root/down-root.c
-* openvpn/src/plugins/down-root/down-root.exports
-* openvpn/tests/
-* openvpn/tests/Makefile.am
-* openvpn/tests/t_client.rc-sample
-* openvpn/tests/t_client.sh.in
-* openvpn/tests/t_cltsrv-down.sh
-* openvpn/tests/t_cltsrv.sh
-* openvpn/tests/t_lpback.sh
-* openvpn/version.m4
-* openvpn/version.sh.in
-* prepareTestProviderAPI.sh
-* proguard-project.txt
-* run.sh
-* tests/
-* tests/.classpath
-* tests/.project
-* tests/ant.properties
-* tests/build.xml
-* tests/compile.sh
-* tests/lint.xml
-* tests/proguard-project.txt
-* tests/project.properties
-* tests/run.sh
-* tests/testClass.sh
-* vim-plugin/
-* vim-plugin/basic-adt.vim
-
-Replaced Jars with Dependencies:
---------------------------------
-The importer recognized the following .jar files as third party
-libraries and replaced them with Gradle dependencies instead. This has
-the advantage that more explicit version information is known, and the
-libraries can be updated automatically. However, it is possible that
-the .jar file in your project was of an older version than the
-dependency we picked, which could render the project not compileable.
-You can disable the jar replacement in the import wizard and try again:
-
-android-support-v4.jar => com.android.support:support-v4:+
-robotium-solo-4.3.1.jar => com.jayway.android.robotium:robotium-solo:4.3.1
-
-Moved Files:
-------------
-Android Gradle projects use a different directory structure than ADT
-Eclipse projects. Here's how the projects were restructured:
-
-* AndroidManifest.xml => app/src/main/AndroidManifest.xml
-* assets/ => app/src/main/assets/
-* jni/ => app/src/main/jni/
-* libs/armeabi-v7a/libopenvpn.so => app/src/main/jniLibs/armeabi-v7a/libopenvpn.so
-* libs/armeabi-v7a/libopvpnutil.so => app/src/main/jniLibs/armeabi-v7a/libopvpnutil.so
-* libs/armeabi/libopenvpn.so => app/src/main/jniLibs/armeabi/libopenvpn.so
-* libs/armeabi/libopvpnutil.so => app/src/main/jniLibs/armeabi/libopvpnutil.so
-* libs/mips/libopenvpn.so => app/src/main/jniLibs/mips/libopenvpn.so
-* libs/mips/libopvpnutil.so => app/src/main/jniLibs/mips/libopvpnutil.so
-* libs/x86/libopenvpn.so => app/src/main/jniLibs/x86/libopenvpn.so
-* libs/x86/libopvpnutil.so => app/src/main/jniLibs/x86/libopvpnutil.so
-* lint.xml => app/lint.xml
-* res/ => app/src/main/res/
-* src/ => app/src/main/java/
-* tests/libs/android-support-v4.jar => app/libs/android-support-v4.jar
-* tests/libs/robotium-solo-4.3.1.jar => app/libs/robotium-solo-4.3.1.jar
-* tests/src/ => app/src/androidTest/java/
-
-Next Steps:
------------
-You can now build the project. The Gradle project needs network
-connectivity to download dependencies.
-
-Bugs:
------
-If for some reason your project does not build, and you determine that
-it is due to a bug or limitation of the Eclipse to Gradle importer,
-please file a bug at http://b.android.com with category
-Component-Tools.
-
-(This import summary is for your information only, and can be deleted
-after import once you are satisfied with the results.)