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

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

Issue 7633078: Pull system_api.git. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rename directory name. Created 9 years, 4 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 | « .gitignore ('k') | 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 "chromium_git": "http://git.chromium.org/git", 2 "chromiumos_git": "http://git.chromium.org/chromiumos",
3 } 3 }
4 4
5 deps = { 5 deps = {
6 "src/third_party/cros": 6 "src/third_party/cros":
7 Var("chromium_git") + "/cros.git@56c93050", 7 Var("chromiumos_git") + "/platform/cros.git@56c93050",
8 "src/third_party/cros_system_api":
9 Var("chromiumos_git") + "/platform/system_api.git@d56d4785",
8 } 10 }
OLDNEW
« no previous file with comments | « .gitignore ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698