diff options
author | stevenjb@google.com <stevenjb@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-09 17:59:58 +0000 |
---|---|---|
committer | stevenjb@google.com <stevenjb@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-09 17:59:58 +0000 |
commit | 54ea217d2acacd72d8e0c8cd9ee0f0e5e51d1a95 (patch) | |
tree | ed507219b8f5b88a24b9196805dd3ab44073dc08 /tools/cros.DEPS | |
parent | b38aab823b7e19f858bebcb8466bd91feefd5f51 (diff) | |
download | chromium_src-54ea217d2acacd72d8e0c8cd9ee0f0e5e51d1a95.zip chromium_src-54ea217d2acacd72d8e0c8cd9ee0f0e5e51d1a95.tar.gz chromium_src-54ea217d2acacd72d8e0c8cd9ee0f0e5e51d1a95.tar.bz2 |
Update system_api to include WiFi.BSSID in service_constants.h
BUG=none
TEST=linux_chromeos compiles
Review URL: https://chromiumcodereview.appspot.com/10025030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131380 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/cros.DEPS')
-rw-r--r-- | tools/cros.DEPS/DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/cros.DEPS/DEPS b/tools/cros.DEPS/DEPS index 01c04ae..eea6544 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@25732587", + Var("chromiumos_git") + "/platform/system_api.git@b9812041", } } |