Chromium Code Reviews| 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 275 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 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/third_party/html_office": | 293 "src/third_party/html_office": |
| 294 Var("chromium_git") + | 294 Var("chromium_git") + |
| 295 "/chromium/html-office-public.git@1d04f3dfbd8bd604190dfb6f5a030d30233ba 6ea", | 295 "/chromium/html-office-public.git@1d04f3dfbd8bd604190dfb6f5a030d30233ba 6ea", |
| 296 | |
| 297 "src/third_party/libwebm/source": | |
| 298 "http://git.chromium.org/webm/libwebm.git@5efd6e3c1df766c08294ad19168e71522e e0d808", | |
|
Tom Finegan
2014/01/14 02:55:29
https://chromium.googlesource.com/webm/libwebm.git
Sergey Ulanov
2014/01/14 18:19:07
Done. http://www.webmproject.org/code/ still refer
| |
| 296 } | 299 } |
| 297 | 300 |
| 298 | 301 |
| 299 deps_os = { | 302 deps_os = { |
| 300 "win": { | 303 "win": { |
| 301 "src/chrome/tools/test/reference_build/chrome_win": | 304 "src/chrome/tools/test/reference_build/chrome_win": |
| 302 "/trunk/deps/reference_builds/chrome_win@237381", | 305 "/trunk/deps/reference_builds/chrome_win@237381", |
| 303 | 306 |
| 304 "src/third_party/cygwin": | 307 "src/third_party/cygwin": |
| 305 "/trunk/deps/third_party/cygwin@231940", | 308 "/trunk/deps/third_party/cygwin@231940", |
| (...skipping 440 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 746 "pattern": ".", | 749 "pattern": ".", |
| 747 "action": ["python", "src/build/gyp_chromium"], | 750 "action": ["python", "src/build/gyp_chromium"], |
| 748 }, | 751 }, |
| 749 { | 752 { |
| 750 # Check for landmines (reasons to clobber the build). | 753 # Check for landmines (reasons to clobber the build). |
| 751 "name": "landmines", | 754 "name": "landmines", |
| 752 "pattern": ".", | 755 "pattern": ".", |
| 753 "action": ["python", "src/build/landmines.py"], | 756 "action": ["python", "src/build/landmines.py"], |
| 754 }, | 757 }, |
| 755 ] | 758 ] |
| OLD | NEW |