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

Side by Side Diff: DEPS

Issue 489243002: Roll trace-viewer DEPS to r1518. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Roll to r1518 instead. Created 6 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
« 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 # This file is automatically processed to create .DEPS.git which is the file 1 # This file is automatically processed to create .DEPS.git which is the file
2 # that gclient uses under git. 2 # that gclient uses under git.
3 # 3 #
4 # See http://code.google.com/p/chromium/wiki/UsingGit 4 # See http://code.google.com/p/chromium/wiki/UsingGit
5 # 5 #
6 # To test manually, run: 6 # To test manually, run:
7 # python tools/deps2git/deps2git.py -o .DEPS.git -w <gclientdir> 7 # python tools/deps2git/deps2git.py -o .DEPS.git -w <gclientdir>
8 # where <gcliendir> is the absolute path to the directory containing the 8 # where <gcliendir> is the absolute path to the directory containing the
9 # .gclient file (the parent of "src"). 9 # .gclient file (the parent of "src").
10 # 10 #
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 "src/testing/gmock": 105 "src/testing/gmock":
106 Var("chromium_git") + "/external/googlemock.git@896ba0e03f520fb9b6ed582bde2b d00847e3c3f2", # from svn revision 485 106 Var("chromium_git") + "/external/googlemock.git@896ba0e03f520fb9b6ed582bde2b d00847e3c3f2", # from svn revision 485
107 107
108 "src/third_party/angle": 108 "src/third_party/angle":
109 Var("chromium_git") + "/angle/angle.git@" + Var("angle_revision"), 109 Var("chromium_git") + "/angle/angle.git@" + Var("angle_revision"),
110 110
111 "src/third_party/colorama/src": 111 "src/third_party/colorama/src":
112 Var("chromium_git") + "/external/colorama.git@799604a1041e9b3bc5d2789ecbd7e8 db2e18e6b8", 112 Var("chromium_git") + "/external/colorama.git@799604a1041e9b3bc5d2789ecbd7e8 db2e18e6b8",
113 113
114 "src/third_party/trace-viewer": 114 "src/third_party/trace-viewer":
115 Var("chromium_git") + "/external/trace-viewer.git@6f49169ab7d1d58a6c10e6631e be91f191b4892b", # from svn revision 1489 115 Var("chromium_git") + "/external/trace-viewer.git@e99ce9ec59a7b8bcd13fdf62e5 1c2cfa285a2a94", # from svn revision 1518
116 116
117 "src/third_party/WebKit": 117 "src/third_party/WebKit":
118 Var("webkit_trunk") + "@" + Var("webkit_revision"), 118 Var("webkit_trunk") + "@" + Var("webkit_revision"),
119 119
120 "src/third_party/WebKit/LayoutTests/w3c/web-platform-tests": 120 "src/third_party/WebKit/LayoutTests/w3c/web-platform-tests":
121 Var("chromium_git") + 121 Var("chromium_git") +
122 "/external/w3c/web-platform-tests.git@3e0f28376857901b2d3eefda82a3b622bbcabd 41", 122 "/external/w3c/web-platform-tests.git@3e0f28376857901b2d3eefda82a3b622bbcabd 41",
123 123
124 "src/third_party/WebKit/LayoutTests/w3c/csswg-test": 124 "src/third_party/WebKit/LayoutTests/w3c/csswg-test":
125 Var("chromium_git") + 125 Var("chromium_git") +
(...skipping 697 matching lines...) Expand 10 before | Expand all | Expand 10 after
823 # migration completes (let's say Sep 1 2014). 823 # migration completes (let's say Sep 1 2014).
824 "name": "check_git_config", 824 "name": "check_git_config",
825 "pattern": ".", 825 "pattern": ".",
826 "action": [ 826 "action": [
827 "python", 827 "python",
828 "src/tools/check_git_config.py", 828 "src/tools/check_git_config.py",
829 "--running-as-hook", 829 "--running-as-hook",
830 ], 830 ],
831 }, 831 },
832 ] 832 ]
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