| 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 460 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 471 "@e4e4656e9aa710f0617dab8746ab6116c0506ceb", | 471 "@e4e4656e9aa710f0617dab8746ab6116c0506ceb", |
| 472 | 472 |
| 473 # Used on Linux only. CrOS already has a copy. | 473 # Used on Linux only. CrOS already has a copy. |
| 474 "src/third_party/cros_dbus_cplusplus/source": | 474 "src/third_party/cros_dbus_cplusplus/source": |
| 475 Var("chromiumos_git") + "/third_party/dbus-cplusplus.git" + | 475 Var("chromiumos_git") + "/third_party/dbus-cplusplus.git" + |
| 476 "@e4120532bbf3ca9f743b0be1f539381a54d16867", | 476 "@e4120532bbf3ca9f743b0be1f539381a54d16867", |
| 477 | 477 |
| 478 # For Linux and Chromium OS. | 478 # For Linux and Chromium OS. |
| 479 "src/third_party/cros_system_api": | 479 "src/third_party/cros_system_api": |
| 480 Var("chromiumos_git") + "/platform/system_api.git" + | 480 Var("chromiumos_git") + "/platform/system_api.git" + |
| 481 "@6445c9773efbcbcbc4077c349f846b18c525b3eb", | 481 "@9481a478cd2fea24ed70e81372529a613be1410d", |
| 482 | 482 |
| 483 # Note that this is different from Android's freetype repo. | 483 # Note that this is different from Android's freetype repo. |
| 484 "src/third_party/freetype2/src": | 484 "src/third_party/freetype2/src": |
| 485 Var("chromium_git") + "/chromium/src/third_party/freetype2.git" + | 485 Var("chromium_git") + "/chromium/src/third_party/freetype2.git" + |
| 486 "@d699c2994ecc178c4ed05ac2086061b2034c2178", | 486 "@d699c2994ecc178c4ed05ac2086061b2034c2178", |
| 487 | 487 |
| 488 # Build tools for targeting ChromeOS. | 488 # Build tools for targeting ChromeOS. |
| 489 "src/third_party/chromite": | 489 "src/third_party/chromite": |
| 490 Var("chromiumos_git") + "/chromite.git" + | 490 Var("chromiumos_git") + "/chromite.git" + |
| 491 "@6637dcd35a8b9f02ba54d2a369118306cee88432", | 491 "@6637dcd35a8b9f02ba54d2a369118306cee88432", |
| (...skipping 267 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 |