Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(551)

Side by Side Diff: tools/cros.DEPS/DEPS

Issue 9854007: chromeos: Roll system_api dep to 70e37fee. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 vars = { 1 vars = {
2 "chromiumos_git": "http://git.chromium.org/chromiumos", 2 "chromiumos_git": "http://git.chromium.org/chromiumos",
3 } 3 }
4 4
5 deps_os = { 5 deps_os = {
6 "unix" : { 6 "unix" : {
7 "src/third_party/cros": 7 "src/third_party/cros":
8 Var("chromiumos_git") + "/platform/cros.git@377f51d8", 8 Var("chromiumos_git") + "/platform/cros.git@377f51d8",
9 "src/third_party/cros_system_api": 9 "src/third_party/cros_system_api":
10 Var("chromiumos_git") + "/platform/system_api.git@8da6bc42", 10 Var("chromiumos_git") + "/platform/system_api.git@70e37fee",
11 } 11 }
12 } 12 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698