| 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 280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 291 "/trunk/deps/cdm@249141", | 291 "/trunk/deps/cdm@249141", |
| 292 | 292 |
| 293 "src/third_party/mesa/src": | 293 "src/third_party/mesa/src": |
| 294 "/trunk/deps/third_party/mesa@240938", | 294 "/trunk/deps/third_party/mesa@240938", |
| 295 | 295 |
| 296 "src/third_party/cld_2/src": | 296 "src/third_party/cld_2/src": |
| 297 (Var("googlecode_url") % "cld2") + "/trunk@84", | 297 (Var("googlecode_url") % "cld2") + "/trunk@84", |
| 298 | 298 |
| 299 "src/chrome/browser/resources/pdf/html_office": | 299 "src/chrome/browser/resources/pdf/html_office": |
| 300 Var("chromium_git") + | 300 Var("chromium_git") + |
| 301 "/chromium/html-office-public.git@6451249cec79299a52083373c9a370ef25471
023", | 301 "/chromium/html-office-public.git@9f76cc282c471ae4ff77415384db039fcab2f
aa8", |
| 302 | 302 |
| 303 "src/third_party/libwebm/source": | 303 "src/third_party/libwebm/source": |
| 304 Var("chromium_git") + | 304 Var("chromium_git") + |
| 305 "/webm/libwebm.git@0f7815b036651e242ec8c2fcfb59fe54f69be1a8", | 305 "/webm/libwebm.git@0f7815b036651e242ec8c2fcfb59fe54f69be1a8", |
| 306 } | 306 } |
| 307 | 307 |
| 308 | 308 |
| 309 deps_os = { | 309 deps_os = { |
| 310 "win": { | 310 "win": { |
| 311 "src/chrome/tools/test/reference_build/chrome_win": | 311 "src/chrome/tools/test/reference_build/chrome_win": |
| (...skipping 441 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 753 "-s", "src/build/linux/bin/eu-strip.sha1", | 753 "-s", "src/build/linux/bin/eu-strip.sha1", |
| 754 ], | 754 ], |
| 755 }, | 755 }, |
| 756 { | 756 { |
| 757 # A change to a .gyp, .gypi, or to GYP itself should run the generator. | 757 # A change to a .gyp, .gypi, or to GYP itself should run the generator. |
| 758 "name": "gyp", | 758 "name": "gyp", |
| 759 "pattern": ".", | 759 "pattern": ".", |
| 760 "action": ["python", "src/build/gyp_chromium"], | 760 "action": ["python", "src/build/gyp_chromium"], |
| 761 }, | 761 }, |
| 762 ] | 762 ] |
| OLD | NEW |