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

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

Issue 9116028: Add comments to DEPS asking people to update .gitignore. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 8 years, 7 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 | « DEPS ('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 # When adding a new dependency, please update the top-level .gitignore file
2 # to list the dependency's destination directory.
3
1 vars = { 4 vars = {
2 "chromiumos_git": "http://git.chromium.org/chromiumos", 5 "chromiumos_git": "http://git.chromium.org/chromiumos",
3 } 6 }
4 7
5 deps_os = { 8 deps_os = {
6 "unix" : { 9 "unix" : {
7 "src/third_party/cros": 10 "src/third_party/cros":
8 Var("chromiumos_git") + "/platform/cros.git@377f51d8", 11 Var("chromiumos_git") + "/platform/cros.git@377f51d8",
9 "src/third_party/cros_system_api": 12 "src/third_party/cros_system_api":
10 Var("chromiumos_git") + "/platform/system_api.git@a6f845e1", 13 Var("chromiumos_git") + "/platform/system_api.git@a6f845e1",
11 } 14 }
12 } 15 }
OLDNEW
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698