summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorbenchan@chromium.org <benchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-04 01:12:00 +0000
committerbenchan@chromium.org <benchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-04 01:12:00 +0000
commitc7cf6fb3fd3cb9f8a70a20ddc763ac4065564299 (patch)
tree5b74a6031ea06d8467abcea9d3adaad4321d882b /tools
parenteb4ecaca516c112de4a31a354490fe5e6c90b42f (diff)
downloadchromium_src-c7cf6fb3fd3cb9f8a70a20ddc763ac4065564299.zip
chromium_src-c7cf6fb3fd3cb9f8a70a20ddc763ac4065564299.tar.gz
chromium_src-c7cf6fb3fd3cb9f8a70a20ddc763ac4065564299.tar.bz2
Update cros.DEPS
This CL pulls the latest system_api, which updates cros-disks DBus constants: - Add 'DEVICE_MEDIA_DVD' to DeviceMediaType enum. - Remove 'DeviceIsOpticalDisc' property. BUG=chromium-os:30494 TEST=emerge chromeos-chrome Review URL: http://codereview.chromium.org/10316027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135262 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r--tools/cros.DEPS/DEPS2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/cros.DEPS/DEPS b/tools/cros.DEPS/DEPS
index bad795a..5e2d6bc 100644
--- a/tools/cros.DEPS/DEPS
+++ b/tools/cros.DEPS/DEPS
@@ -7,6 +7,6 @@ deps_os = {
"src/third_party/cros":
Var("chromiumos_git") + "/platform/cros.git@377f51d8",
"src/third_party/cros_system_api":
- Var("chromiumos_git") + "/platform/system_api.git@d7781180",
+ Var("chromiumos_git") + "/platform/system_api.git@a6f845e1",
}
}