summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorAlex Vakulenko <avakulenko@google.com>2016-01-25 12:28:19 -0800
committerAlex Vakulenko <avakulenko@google.com>2016-01-25 12:54:42 -0800
commit1ac3a5e3e15a0a3db48c4cb13736ce38033831fe (patch)
tree024c351584392fb462e4352e4cafeec57e033b0f /SConstruct
parent24854748fba09df2a29f0d08d558c3acea70e7a1 (diff)
downloadlibchrome-1ac3a5e3e15a0a3db48c4cb13736ce38033831fe.tar.gz
libchrome: Add files needed by some veyron variants on Chrome OS
These files are needed for Chrome IPC. These will be compiled on Chrome OS, so no impact on AOSP. BUG: 26772882 TEST: make -j32 for dragonboard ./build_packages on CrOS for various boards. Change-Id: Ibca0a04692a59f245cab2d5c9707cff109ca144f
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct4
1 files changed, 4 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index b316900289..5e003905e9 100644
--- a/SConstruct
+++ b/SConstruct
@@ -57,6 +57,8 @@ base_libs = [
files/file_util_linux.cc
files/file_util_posix.cc
files/important_file_writer.cc
+ files/memory_mapped_file.cc
+ files/memory_mapped_file_posix.cc
files/scoped_file.cc
files/scoped_temp_dir.cc
guid.cc
@@ -97,6 +99,7 @@ base_libs = [
pending_task.cc
pickle.cc
posix/file_descriptor_shuffle.cc
+ posix/global_descriptors.cc
posix/safe_strerror.cc
posix/unix_domain_socket_linux.cc
process/internal_linux.cc
@@ -139,6 +142,7 @@ base_libs = [
synchronization/lock.cc
synchronization/lock_impl_posix.cc
synchronization/waitable_event_posix.cc
+ synchronization/waitable_event_watcher_posix.cc
sync_socket_posix.cc
sys_info.cc
sys_info_chromeos.cc