| 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 -w <gclientdir> | 7 # python tools/deps2git/deps2git.py -o .DEPS.git -w <gclientdir> |
| 8 # where <gcliendir> is the absolute path to the directory containing the | 8 # where <gcliendir> is the absolute path to the directory containing the |
| 9 # .gclient file (the parent of "src"). | 9 # .gclient file (the parent of "src"). |
| 10 # | 10 # |
| (...skipping 456 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 467 "src/third_party/swig/linux": | 467 "src/third_party/swig/linux": |
| 468 "/trunk/deps/third_party/swig/linux@" + Var("swig_revision"), | 468 "/trunk/deps/third_party/swig/linux@" + Var("swig_revision"), |
| 469 | 469 |
| 470 "src/third_party/lss": | 470 "src/third_party/lss": |
| 471 ((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" + | 471 ((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" + |
| 472 Var("lss_revision")), | 472 Var("lss_revision")), |
| 473 | 473 |
| 474 # For Linux and Chromium OS. | 474 # For Linux and Chromium OS. |
| 475 "src/third_party/cros_system_api": | 475 "src/third_party/cros_system_api": |
| 476 Var("chromiumos_git") + "/platform/system_api.git" + | 476 Var("chromiumos_git") + "/platform/system_api.git" + |
| 477 "@2e8df283540037cba6243de9e53b7c18842cd8ce", | 477 "@ba73627b396a7773203a6c554ae2cc759d52eb2b", |
| 478 | 478 |
| 479 # Note that this is different from Android's freetype repo. | 479 # Note that this is different from Android's freetype repo. |
| 480 "src/third_party/freetype2/src": | 480 "src/third_party/freetype2/src": |
| 481 Var("chromium_git") + "/chromium/src/third_party/freetype2.git" + | 481 Var("chromium_git") + "/chromium/src/third_party/freetype2.git" + |
| 482 "@d699c2994ecc178c4ed05ac2086061b2034c2178", | 482 "@d699c2994ecc178c4ed05ac2086061b2034c2178", |
| 483 | 483 |
| 484 # Build tools for targeting ChromeOS. | 484 # Build tools for targeting ChromeOS. |
| 485 "src/third_party/chromite": | 485 "src/third_party/chromite": |
| 486 Var("chromiumos_git") + "/chromite.git" + | 486 Var("chromiumos_git") + "/chromite.git" + |
| 487 "@ff441bf434f22888b09cd65daa86d9aa2982f650", | 487 "@ff441bf434f22888b09cd65daa86d9aa2982f650", |
| (...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 774 "-s", "src/third_party/drmemory/drmemory-windows-sfx.exe.sha1", | 774 "-s", "src/third_party/drmemory/drmemory-windows-sfx.exe.sha1", |
| 775 ], | 775 ], |
| 776 }, | 776 }, |
| 777 { | 777 { |
| 778 # A change to a .gyp, .gypi, or to GYP itself should run the generator. | 778 # A change to a .gyp, .gypi, or to GYP itself should run the generator. |
| 779 "name": "gyp", | 779 "name": "gyp", |
| 780 "pattern": ".", | 780 "pattern": ".", |
| 781 "action": ["python", "src/build/gyp_chromium"], | 781 "action": ["python", "src/build/gyp_chromium"], |
| 782 }, | 782 }, |
| 783 ] | 783 ] |
| OLD | NEW |