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

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

Issue 7471024: Formatting feature initial commit for ChromeOS Tree (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Added dependency on cros change Created 9 years, 5 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
OLDNEW
1 vars = { 1 vars = {
2 "chromium_git": "http://git.chromium.org/git", 2 "chromium_git": "http://git.chromium.org/git",
tbarzic 2011/07/25 20:43:04 You don't need this (your libcros change has alrea
sidor 2011/07/25 21:40:07 Done.
3 } 3 }
4 4
5 deps = { 5 deps = {
6 "src/third_party/cros": 6 "src/third_party/cros":
7 Var("chromium_git") + "/cros.git@09048653", 7 Var("chromium_git") + "/cros.git@8b439f1",
8 } 8 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698