libchrome: Uprev the library to r405848 from Chromium

Pulled the latest and greatest version of libchrome from Chromium.

The merge was done against r405848 which corresponds to git commit
909e5d3ecab27bb09cc570c1c215d0221bd6fe53 of Jul 15, 2016

Notable changes are:
- base::Bind() now explicitly disallows captures in lambdas (which was
  never allowed in the style guide).
- base::ListValue::iterator now exposes std::unique_ptr<base::Value>
  instead of raw base::Value*.

BUG: 29104761
TEST: All tests in libchrome_test pass on dragonboard-eng build

Change-Id: I94b285a3be074efa30c4e71ae93c8f2a99fb0b87
diff --git a/SConstruct b/SConstruct
index 170d4b1..72e022e 100644
--- a/SConstruct
+++ b/SConstruct
@@ -147,6 +147,7 @@
                 synchronization/condition_variable_posix.cc
                 synchronization/lock.cc
                 synchronization/lock_impl_posix.cc
+                synchronization/read_write_lock_posix.cc
                 synchronization/waitable_event_posix.cc
                 synchronization/waitable_event_watcher_posix.cc
                 sync_socket_posix.cc
@@ -190,7 +191,6 @@
                 time/tick_clock.cc
                 time/time.cc
                 time/time_posix.cc
-                trace_event/malloc_dump_provider.cc
                 trace_event/heap_profiler_allocation_context.cc
                 trace_event/heap_profiler_allocation_context_tracker.cc
                 trace_event/heap_profiler_allocation_register.cc
@@ -198,11 +198,13 @@
                 trace_event/heap_profiler_heap_dump_writer.cc
                 trace_event/heap_profiler_stack_frame_deduplicator.cc
                 trace_event/heap_profiler_type_name_deduplicator.cc
+                trace_event/malloc_dump_provider.cc
                 trace_event/memory_allocator_dump.cc
                 trace_event/memory_allocator_dump_guid.cc
                 trace_event/memory_dump_manager.cc
                 trace_event/memory_dump_request_args.cc
                 trace_event/memory_dump_session_state.cc
+                trace_event/memory_infra_background_whitelist.cc
                 trace_event/process_memory_dump.cc
                 trace_event/process_memory_maps.cc
                 trace_event/process_memory_totals.cc
@@ -218,6 +220,7 @@
                 tracked_objects.cc
                 tracking_info.cc
                 values.cc
+                version.cc
                 vlog.cc
                 """,
     'prefix' : 'base',