summaryrefslogtreecommitdiffstats
path: root/third_party
diff options
context:
space:
mode:
authorDaniel Erat <derat@google.com>2015-08-25 09:21:05 -0600
committerDaniel Erat <derat@google.com>2015-08-25 09:21:05 -0600
commit65f5398574f1a8dbdcc15b19459c5266526a8dae (patch)
tree7f8811d6c08b4fc6a51780eeec018f66f11f1921 /third_party
parentdb9cf68e3a4e40471ef6be1155a3e6e7588a8b8d (diff)
downloadplatform_external_libchrome-65f5398574f1a8dbdcc15b19459c5266526a8dae.tar.gz
platform_external_libchrome-65f5398574f1a8dbdcc15b19459c5266526a8dae.tar.bz2
platform_external_libchrome-65f5398574f1a8dbdcc15b19459c5266526a8dae.zip
Pull in additional Chrome OS build support files.
Add an SConstruct file and a third_party/libevent/event.h stub header needed to build libchrome on Chrome OS. Also integrate additional Chrome OS configuration into build/build_config.h. BUG=chromium:521005 Change-Id: Ieb931aa482661694288c3b3f598b4642ffb9993d
Diffstat (limited to 'third_party')
-rw-r--r--third_party/libevent/event.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/third_party/libevent/event.h b/third_party/libevent/event.h
new file mode 100644
index 000000000..4a91e4b50
--- /dev/null
+++ b/third_party/libevent/event.h
@@ -0,0 +1,4 @@
+// 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>