| OLD | NEW |
| 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 | 7 # python tools/deps2git/deps2git.py -o .DEPS.git |
| 8 # gclient runhooks | 8 # gclient runhooks |
| 9 # DO NOT CHECK IN CHANGES TO .DEPS.git. It will be automatically updated by | 9 # DO NOT CHECK IN CHANGES TO .DEPS.git. It will be automatically updated by |
| 10 # a bot when you modify this one. | 10 # a bot when you modify this one. |
| (...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 285 Var("chromium_git") + "/external/web-page-replay.git@" + | 285 Var("chromium_git") + "/external/web-page-replay.git@" + |
| 286 "4edb10429743bf53ef58ec9440e8034ae5f93ff5", | 286 "4edb10429743bf53ef58ec9440e8034ae5f93ff5", |
| 287 | 287 |
| 288 "src/third_party/pywebsocket/src": | 288 "src/third_party/pywebsocket/src": |
| 289 (Var("googlecode_url") % "pywebsocket") + "/trunk/src@790", | 289 (Var("googlecode_url") % "pywebsocket") + "/trunk/src@790", |
| 290 | 290 |
| 291 "src/third_party/opus/src": | 291 "src/third_party/opus/src": |
| 292 "/trunk/deps/third_party/opus@256783", | 292 "/trunk/deps/third_party/opus@256783", |
| 293 | 293 |
| 294 "src/media/cdm/ppapi/api": | 294 "src/media/cdm/ppapi/api": |
| 295 "/trunk/deps/cdm@262570", | 295 "/trunk/deps/cdm@267635", |
| 296 | 296 |
| 297 "src/third_party/mesa/src": | 297 "src/third_party/mesa/src": |
| 298 "/trunk/deps/third_party/mesa@265279", | 298 "/trunk/deps/third_party/mesa@265279", |
| 299 | 299 |
| 300 "src/third_party/cld_2/src": | 300 "src/third_party/cld_2/src": |
| 301 (Var("googlecode_url") % "cld2") + "/trunk@160", | 301 (Var("googlecode_url") % "cld2") + "/trunk@160", |
| 302 | 302 |
| 303 "src/chrome/browser/resources/pdf/html_office": | 303 "src/chrome/browser/resources/pdf/html_office": |
| 304 Var("chromium_git") + | 304 Var("chromium_git") + |
| 305 "/chromium/html-office-public.git@eeff97614f65e0578529490d44d412032c3d7
359", | 305 "/chromium/html-office-public.git@eeff97614f65e0578529490d44d412032c3d7
359", |
| (...skipping 450 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 756 "-s", "src/build/linux/bin/eu-strip.sha1", | 756 "-s", "src/build/linux/bin/eu-strip.sha1", |
| 757 ], | 757 ], |
| 758 }, | 758 }, |
| 759 { | 759 { |
| 760 # A change to a .gyp, .gypi, or to GYP itself should run the generator. | 760 # A change to a .gyp, .gypi, or to GYP itself should run the generator. |
| 761 "name": "gyp", | 761 "name": "gyp", |
| 762 "pattern": ".", | 762 "pattern": ".", |
| 763 "action": ["python", "src/build/gyp_chromium"], | 763 "action": ["python", "src/build/gyp_chromium"], |
| 764 }, | 764 }, |
| 765 ] | 765 ] |
| OLD | NEW |