| 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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 45 "lighttpd_revision": "33737", | 45 "lighttpd_revision": "33737", |
| 46 "skia_revision": "12652", | 46 "skia_revision": "12652", |
| 47 "skia_hash": "0682019f2161af00168bb1984918753f2a1c1e54", | 47 "skia_hash": "0682019f2161af00168bb1984918753f2a1c1e54", |
| 48 # Three lines of non-changing comments so that | 48 # Three lines of non-changing comments so that |
| 49 # the commit queue can handle CLs rolling Skia | 49 # the commit queue can handle CLs rolling Skia |
| 50 # and V8 without interference from each other. | 50 # and V8 without interference from each other. |
| 51 "v8_revision": "18251", | 51 "v8_revision": "18251", |
| 52 # Three lines of non-changing comments so that | 52 # Three lines of non-changing comments so that |
| 53 # the commit queue can handle CLs rolling WebRTC | 53 # the commit queue can handle CLs rolling WebRTC |
| 54 # and V8 without interference from each other. | 54 # and V8 without interference from each other. |
| 55 "webrtc_revision": "5268", | 55 "webrtc_revision": "5288", |
| 56 "jsoncpp_revision": "248", | 56 "jsoncpp_revision": "248", |
| 57 "nss_revision": "239365", | 57 "nss_revision": "239365", |
| 58 # Three lines of non-changing comments so that | 58 # Three lines of non-changing comments so that |
| 59 # the commit queue can handle CLs rolling swarming_client | 59 # the commit queue can handle CLs rolling swarming_client |
| 60 # and whatever else without interference from each other. | 60 # and whatever else without interference from each other. |
| 61 "swarming_revision": "aab3a62beb7e1d7a6785dcaee707479691fd6ddf", | 61 "swarming_revision": "aab3a62beb7e1d7a6785dcaee707479691fd6ddf", |
| 62 # Three lines of non-changing comments so that | 62 # Three lines of non-changing comments so that |
| 63 # the commit queue can handle CLs rolling openssl | 63 # the commit queue can handle CLs rolling openssl |
| 64 # and whatever else without interference from each other. | 64 # and whatever else without interference from each other. |
| 65 "openssl_revision": "236537", | 65 "openssl_revision": "236537", |
| (...skipping 645 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 711 "pattern": ".", | 711 "pattern": ".", |
| 712 "action": ["python", "src/build/gyp_chromium"], | 712 "action": ["python", "src/build/gyp_chromium"], |
| 713 }, | 713 }, |
| 714 { | 714 { |
| 715 # Check for landmines (reasons to clobber the build). | 715 # Check for landmines (reasons to clobber the build). |
| 716 "name": "landmines", | 716 "name": "landmines", |
| 717 "pattern": ".", | 717 "pattern": ".", |
| 718 "action": ["python", "src/build/landmines.py"], | 718 "action": ["python", "src/build/landmines.py"], |
| 719 }, | 719 }, |
| 720 ] | 720 ] |
| OLD | NEW |