Roll src/third_party/cros_system_api/ 106eeed36..53717bc2d (2 commits)

https://chromium.googlesource.com/chromiumos/platform/system_api.git/+log/106eeed3635e..53717bc2de48

$ git log 106eeed36..53717bc2d --date=short --no-merges --format='%ad %ae %s'
2017-10-24 xiaochu add API method constsnts for imageloader&ComponentUpdateService
2017-10-23 ejcaruso shill: add operator uuid key

Created with:
  roll-dep src/third_party/cros_system_api

BUG=chromium:769970
TEST=None

Change-Id: Id5ee966c95f3383b6e489445d0348a72ff8c1ab8
Reviewed-on: https://chromium-review.googlesource.com/737464
Commit-Queue: Xiaochu Liu <[email protected]>
Reviewed-by: Steven Bennetts <[email protected]>
Cr-Commit-Position: refs/heads/master@{#511905}
diff --git a/DEPS b/DEPS
index d76cac6..1b4f208 100644
--- a/DEPS
+++ b/DEPS
@@ -274,7 +274,7 @@
 
   # For Linux and Chromium OS.
   'src/third_party/cros_system_api': {
-      'url': Var('chromium_git') + '/chromiumos/platform/system_api.git' + '@' + '106eeed3635eef25a103c5fc27ce237854d27108',
+      'url': Var('chromium_git') + '/chromiumos/platform/system_api.git' + '@' + '53717bc2de485531ef39c439edaf35a264cb2fb7',
       'condition': 'checkout_linux',
   },