| 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 464 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 475 "@6445c9773efbcbcbc4077c349f846b18c525b3eb", | 475 "@6445c9773efbcbcbc4077c349f846b18c525b3eb", |
| 476 | 476 |
| 477 # Note that this is different from Android's freetype repo. | 477 # Note that this is different from Android's freetype repo. |
| 478 "src/third_party/freetype2/src": | 478 "src/third_party/freetype2/src": |
| 479 Var("chromium_git") + "/chromium/src/third_party/freetype2.git" + | 479 Var("chromium_git") + "/chromium/src/third_party/freetype2.git" + |
| 480 "@d699c2994ecc178c4ed05ac2086061b2034c2178", | 480 "@d699c2994ecc178c4ed05ac2086061b2034c2178", |
| 481 | 481 |
| 482 # Build tools for targeting ChromeOS. | 482 # Build tools for targeting ChromeOS. |
| 483 "src/third_party/chromite": | 483 "src/third_party/chromite": |
| 484 Var("chromiumos_git") + "/chromite.git" + | 484 Var("chromiumos_git") + "/chromite.git" + |
| 485 "@1ee2901d33ae698d1f2a1d95e9f3fd5bbd5f13f9", | 485 "@6637dcd35a8b9f02ba54d2a369118306cee88432", |
| 486 | 486 |
| 487 # Dependency of chromite.git. | 487 # Dependency of chromite.git. |
| 488 "src/third_party/pyelftools": | 488 "src/third_party/pyelftools": |
| 489 Var("chromiumos_git") + "/third_party/pyelftools.git" + | 489 Var("chromiumos_git") + "/third_party/pyelftools.git" + |
| 490 "@bdc1d380acd88d4bfaf47265008091483b0d614e", | 490 "@bdc1d380acd88d4bfaf47265008091483b0d614e", |
| 491 | 491 |
| 492 "src/third_party/undoview": | 492 "src/third_party/undoview": |
| 493 "/trunk/deps/third_party/undoview@119694", | 493 "/trunk/deps/third_party/undoview@119694", |
| 494 | 494 |
| 495 "src/third_party/liblouis/src": | 495 "src/third_party/liblouis/src": |
| (...skipping 263 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 |