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

Side by Side Diff: DEPS

Issue 3133032: Roll DEPS for rlz library r8:12. (Closed) Base URL: git://git.chromium.org/chromium.git
Patch Set: Created 10 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 vars = { 1 vars = {
2 "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", 2 "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk",
3 "nacl_trunk": "http://nativeclient.googlecode.com/svn/trunk", 3 "nacl_trunk": "http://nativeclient.googlecode.com/svn/trunk",
4 "webkit_revision": "65651", 4 "webkit_revision": "65651",
5 "ffmpeg_revision": "56386", 5 "ffmpeg_revision": "56386",
6 "skia_revision": "593", 6 "skia_revision": "593",
7 "chromium_git": "http://src.chromium.org/git", 7 "chromium_git": "http://src.chromium.org/git",
8 "swig_revision": "40423", 8 "swig_revision": "40423",
9 "nacl_revision": "3005", 9 "nacl_revision": "3005",
10 "libvpx_revision": "55944", 10 "libvpx_revision": "55944",
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 "/trunk/deps/third_party/nss@55513", 203 "/trunk/deps/third_party/nss@55513",
204 204
205 "src/third_party/swig/win": 205 "src/third_party/swig/win":
206 "/trunk/deps/third_party/swig/win@" + Var("swig_revision"), 206 "/trunk/deps/third_party/swig/win@" + Var("swig_revision"),
207 207
208 "src/third_party/mingw-w64/mingw/bin": 208 "src/third_party/mingw-w64/mingw/bin":
209 (Var("nacl_trunk") + "/src/third_party/mingw-w64/mingw/bin@" + 209 (Var("nacl_trunk") + "/src/third_party/mingw-w64/mingw/bin@" +
210 Var("nacl_revision")), 210 Var("nacl_revision")),
211 211
212 "src/rlz": 212 "src/rlz":
213 "http://rlz.googlecode.com/svn/trunk@8", 213 "http://rlz.googlecode.com/svn/trunk@12",
214 }, 214 },
215 "mac": { 215 "mac": {
216 "src/chrome/tools/test/reference_build/chrome_mac": 216 "src/chrome/tools/test/reference_build/chrome_mac":
217 "/trunk/deps/reference_builds/chrome_mac@41963", 217 "/trunk/deps/reference_builds/chrome_mac@41963",
218 218
219 "src/third_party/GTM": 219 "src/third_party/GTM":
220 "http://google-toolbox-for-mac.googlecode.com/svn/trunk@375", 220 "http://google-toolbox-for-mac.googlecode.com/svn/trunk@375",
221 "src/third_party/pdfsqueeze": 221 "src/third_party/pdfsqueeze":
222 "http://pdfsqueeze.googlecode.com/svn/trunk@2", 222 "http://pdfsqueeze.googlecode.com/svn/trunk@2",
223 "src/third_party/lighttpd": 223 "src/third_party/lighttpd":
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
261 261
262 262
263 include_rules = [ 263 include_rules = [
264 # Everybody can use some things. 264 # Everybody can use some things.
265 "+base", 265 "+base",
266 "+build", 266 "+build",
267 "+ipc", 267 "+ipc",
268 "+rlz", 268 "+rlz",
269 269
270 # For now, we allow ICU to be included by specifying "unicode/...", although 270 # For now, we allow ICU to be included by specifying "unicode/...", although
271 # this should probably change. 271 # this should probably change.
272 "+unicode", 272 "+unicode",
273 "+testing", 273 "+testing",
274 ] 274 ]
275 275
276 276
277 # checkdeps.py shouldn't check include paths for files in these dirs: 277 # checkdeps.py shouldn't check include paths for files in these dirs:
278 skip_child_includes = [ 278 skip_child_includes = [
279 "breakpad", 279 "breakpad",
280 "chrome_frame", 280 "chrome_frame",
281 "gears", 281 "gears",
282 "native_client", 282 "native_client",
283 "o3d", 283 "o3d",
284 "sdch", 284 "sdch",
285 "skia", 285 "skia",
286 "testing", 286 "testing",
287 "third_party", 287 "third_party",
288 "v8", 288 "v8",
289 ] 289 ]
290 290
291 291
292 hooks = [ 292 hooks = [
293 { 293 {
294 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 294 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
295 "pattern": ".", 295 "pattern": ".",
296 "action": ["python", "src/build/gyp_chromium"], 296 "action": ["python", "src/build/gyp_chromium"],
297 }, 297 },
298 ] 298 ]
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