| 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 440 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 451 | 451 |
| 452 "src/third_party/gold": | 452 "src/third_party/gold": |
| 453 "/trunk/deps/third_party/gold@228995", | 453 "/trunk/deps/third_party/gold@228995", |
| 454 | 454 |
| 455 "src/third_party/libmtp": | 455 "src/third_party/libmtp": |
| 456 "/trunk/deps/third_party/libmtp@206535", | 456 "/trunk/deps/third_party/libmtp@206535", |
| 457 | 457 |
| 458 # Used on Linux only. CrOS already has a copy. | 458 # Used on Linux only. CrOS already has a copy. |
| 459 "src/third_party/mtpd/source": | 459 "src/third_party/mtpd/source": |
| 460 Var("chromiumos_git") + "/platform/mtpd.git" + | 460 Var("chromiumos_git") + "/platform/mtpd.git" + |
| 461 "@5be739c938a0a229ba9479b00b180e1f9c843e81", | 461 "@e4e4656e9aa710f0617dab8746ab6116c0506ceb", |
| 462 | 462 |
| 463 # Used on Linux only. CrOS already has a copy. | 463 # Used on Linux only. CrOS already has a copy. |
| 464 "src/third_party/cros_dbus_cplusplus/source": | 464 "src/third_party/cros_dbus_cplusplus/source": |
| 465 Var("chromiumos_git") + "/third_party/dbus-cplusplus.git" + | 465 Var("chromiumos_git") + "/third_party/dbus-cplusplus.git" + |
| 466 "@5e8f6d9db5c2abfb91d91f751184f25bb5cd0900", | 466 "@e4120532bbf3ca9f743b0be1f539381a54d16867", |
| 467 | 467 |
| 468 # For Linux and Chromium OS. | 468 # For Linux and Chromium OS. |
| 469 "src/third_party/cros_system_api": | 469 "src/third_party/cros_system_api": |
| 470 Var("chromiumos_git") + "/platform/system_api.git" + | 470 Var("chromiumos_git") + "/platform/system_api.git" + |
| 471 "@cfa23a554dcb262bfac10f9f5ac624d26c8c4e38", | 471 "@cfa23a554dcb262bfac10f9f5ac624d26c8c4e38", |
| 472 | 472 |
| 473 # Note that this is different from Android's freetype repo. | 473 # Note that this is different from Android's freetype repo. |
| 474 "src/third_party/freetype2/src": | 474 "src/third_party/freetype2/src": |
| 475 Var("chromium_git") + "/chromium/src/third_party/freetype2.git" + | 475 Var("chromium_git") + "/chromium/src/third_party/freetype2.git" + |
| 476 "@d699c2994ecc178c4ed05ac2086061b2034c2178", | 476 "@d699c2994ecc178c4ed05ac2086061b2034c2178", |
| (...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 743 "pattern": ".", | 743 "pattern": ".", |
| 744 "action": ["python", "src/build/gyp_chromium"], | 744 "action": ["python", "src/build/gyp_chromium"], |
| 745 }, | 745 }, |
| 746 { | 746 { |
| 747 # Check for landmines (reasons to clobber the build). | 747 # Check for landmines (reasons to clobber the build). |
| 748 "name": "landmines", | 748 "name": "landmines", |
| 749 "pattern": ".", | 749 "pattern": ".", |
| 750 "action": ["python", "src/build/landmines.py"], | 750 "action": ["python", "src/build/landmines.py"], |
| 751 }, | 751 }, |
| 752 ] | 752 ] |
| OLD | NEW |