| 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 451 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 462 "src/third_party/swig/linux": | 462 "src/third_party/swig/linux": |
| 463 "/trunk/deps/third_party/swig/linux@" + Var("swig_revision"), | 463 "/trunk/deps/third_party/swig/linux@" + Var("swig_revision"), |
| 464 | 464 |
| 465 "src/third_party/lss": | 465 "src/third_party/lss": |
| 466 ((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" + | 466 ((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" + |
| 467 Var("lss_revision")), | 467 Var("lss_revision")), |
| 468 | 468 |
| 469 # For Linux and Chromium OS. | 469 # For Linux and Chromium OS. |
| 470 "src/third_party/cros_system_api": | 470 "src/third_party/cros_system_api": |
| 471 Var("chromiumos_git") + "/platform/system_api.git" + | 471 Var("chromiumos_git") + "/platform/system_api.git" + |
| 472 "@826b4567a5f3b01e2f52022759990dac56c14ea6", | 472 "@5b855c05cbbd9d4dcd7430fa58e73a296d038047", |
| 473 | 473 |
| 474 # Note that this is different from Android's freetype repo. | 474 # Note that this is different from Android's freetype repo. |
| 475 "src/third_party/freetype2/src": | 475 "src/third_party/freetype2/src": |
| 476 Var("chromium_git") + "/chromium/src/third_party/freetype2.git" + | 476 Var("chromium_git") + "/chromium/src/third_party/freetype2.git" + |
| 477 "@d699c2994ecc178c4ed05ac2086061b2034c2178", | 477 "@d699c2994ecc178c4ed05ac2086061b2034c2178", |
| 478 | 478 |
| 479 # Build tools for targeting ChromeOS. | 479 # Build tools for targeting ChromeOS. |
| 480 "src/third_party/chromite": | 480 "src/third_party/chromite": |
| 481 Var("chromiumos_git") + "/chromite.git" + | 481 Var("chromiumos_git") + "/chromite.git" + |
| 482 "@63193a4393f6e964bfca992bfb03e40183554f7d", | 482 "@63193a4393f6e964bfca992bfb03e40183554f7d", |
| (...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 755 "-s", "src/build/linux/bin/eu-strip.sha1", | 755 "-s", "src/build/linux/bin/eu-strip.sha1", |
| 756 ], | 756 ], |
| 757 }, | 757 }, |
| 758 { | 758 { |
| 759 # A change to a .gyp, .gypi, or to GYP itself should run the generator. | 759 # A change to a .gyp, .gypi, or to GYP itself should run the generator. |
| 760 "name": "gyp", | 760 "name": "gyp", |
| 761 "pattern": ".", | 761 "pattern": ".", |
| 762 "action": ["python", "src/build/gyp_chromium"], | 762 "action": ["python", "src/build/gyp_chromium"], |
| 763 }, | 763 }, |
| 764 ] | 764 ] |
| OLD | NEW |