| 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 "/trunk/deps/cdm@241073", | 285 "/trunk/deps/cdm@241073", |
| 286 | 286 |
| 287 "src/third_party/mesa/src": | 287 "src/third_party/mesa/src": |
| 288 "/trunk/deps/third_party/mesa@240938", | 288 "/trunk/deps/third_party/mesa@240938", |
| 289 | 289 |
| 290 "src/third_party/cld_2/src": | 290 "src/third_party/cld_2/src": |
| 291 (Var("googlecode_url") % "cld2") + "/trunk@84", | 291 (Var("googlecode_url") % "cld2") + "/trunk@84", |
| 292 | 292 |
| 293 "src/chrome/browser/resources/pdf/html_office": | 293 "src/chrome/browser/resources/pdf/html_office": |
| 294 Var("chromium_git") + | 294 Var("chromium_git") + |
| 295 "/chromium/html-office-public.git@e7d60b10b04451db34395429134f87d553691
2ec", | 295 "/chromium/html-office-public.git@6451249cec79299a52083373c9a370ef25471
023", |
| 296 | 296 |
| 297 "src/third_party/libwebm/source": | 297 "src/third_party/libwebm/source": |
| 298 Var("chromium_git") + | 298 Var("chromium_git") + |
| 299 "/webm/libwebm.git@0f7815b036651e242ec8c2fcfb59fe54f69be1a8", | 299 "/webm/libwebm.git@0f7815b036651e242ec8c2fcfb59fe54f69be1a8", |
| 300 } | 300 } |
| 301 | 301 |
| 302 | 302 |
| 303 deps_os = { | 303 deps_os = { |
| 304 "win": { | 304 "win": { |
| 305 "src/chrome/tools/test/reference_build/chrome_win": | 305 "src/chrome/tools/test/reference_build/chrome_win": |
| (...skipping 453 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 759 "pattern": ".", | 759 "pattern": ".", |
| 760 "action": ["python", "src/build/gyp_chromium"], | 760 "action": ["python", "src/build/gyp_chromium"], |
| 761 }, | 761 }, |
| 762 { | 762 { |
| 763 # Check for landmines (reasons to clobber the build). | 763 # Check for landmines (reasons to clobber the build). |
| 764 "name": "landmines", | 764 "name": "landmines", |
| 765 "pattern": ".", | 765 "pattern": ".", |
| 766 "action": ["python", "src/build/landmines.py"], | 766 "action": ["python", "src/build/landmines.py"], |
| 767 }, | 767 }, |
| 768 ] | 768 ] |
| OLD | NEW |