summaryrefslogtreecommitdiffstats
path: root/third_party
diff options
context:
space:
mode:
authorLuis Hector Chavez <lhchavez@google.com>2016-05-25 15:29:35 -0700
committerchrome-bot <chrome-bot@chromium.org>2016-06-23 10:37:14 -0700
commit4ba5a9a6b07148b0b812ed34f8cdfe3a738a4dd4 (patch)
tree40533589f9b338f32c7f30d7d0169118eef52959 /third_party
parent520be045f15462281c61e53944100d7e303679be (diff)
downloadplatform_external_libchrome-4ba5a9a6b07148b0b812ed34f8cdfe3a738a4dd4.tar.gz
platform_external_libchrome-4ba5a9a6b07148b0b812ed34f8cdfe3a738a4dd4.tar.bz2
platform_external_libchrome-4ba5a9a6b07148b0b812ed34f8cdfe3a738a4dd4.zip
libchrome: Uprev the library to r395517 from Chromium
Pulled the latest and greatest version of libchrome from Chromium. The merge was done against r395517 which corresponds to git commit ebdcb576bb346af95b8ad219f6250daf63122f98 of May 23, 2016 Notable changes are: - scoped_ptr was removed in favor of std::unique_ptr - base/thread_task_runner_handle.h was moved to base/threading. BUG: 28985443 TEST: All tests in libchrome_test pass on dragonboard-eng build CQ-DEPEND=CL:346457 Change-Id: Ic9f9ed1cafe754c96cd2f007984514e091aaba39 (cherry picked from commit 94ffa55491333f3dcc701befd0d2652922916d99) Reviewed-on: https://chromium-review.googlesource.com/349100 Commit-Ready: Heng-ruey Hsu <henryhsu@google.com> Tested-by: Heng-ruey Hsu <henryhsu@google.com> Reviewed-by: Dan Erat <derat@chromium.org>
Diffstat (limited to 'third_party')
-rw-r--r--third_party/libevent/event.h4
-rw-r--r--third_party/valgrind/memcheck.h6
-rw-r--r--third_party/valgrind/valgrind.h6
3 files changed, 0 insertions, 16 deletions
diff --git a/third_party/libevent/event.h b/third_party/libevent/event.h
deleted file mode 100644
index 4a91e4b50..000000000
--- a/third_party/libevent/event.h
+++ /dev/null
@@ -1,4 +0,0 @@
-// The Chromium build contains its own checkout of libevent. This stub is used
-// when building the Chrome OS libchrome package to instead use the system
-// headers.
-#include <event.h>
diff --git a/third_party/valgrind/memcheck.h b/third_party/valgrind/memcheck.h
deleted file mode 100644
index 3cd08a930..000000000
--- a/third_party/valgrind/memcheck.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#ifdef ANDROID
- #include "memcheck/memcheck.h"
-#else
- // On Chrome OS, these files will be added in a patch applied in the ebuild.
- #include <base/third_party/valgrind/memcheck.h>
-#endif
diff --git a/third_party/valgrind/valgrind.h b/third_party/valgrind/valgrind.h
deleted file mode 100644
index 779ef9884..000000000
--- a/third_party/valgrind/valgrind.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#ifdef ANDROID
- #include "include/valgrind.h"
-#else
- // These files will be added in a patch applied in the ebuild.
- #include <base/third_party/valgrind/valgrind.h>
-#endif