| 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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 48 "lighttpd_revision": "33737", | 48 "lighttpd_revision": "33737", |
| 49 "skia_revision": "992c7b03ef7914a18bfd78e965b0b4c99a5f5672", | 49 "skia_revision": "992c7b03ef7914a18bfd78e965b0b4c99a5f5672", |
| 50 # Three lines of non-changing comments so that | 50 # Three lines of non-changing comments so that |
| 51 # the commit queue can handle CLs rolling Skia | 51 # the commit queue can handle CLs rolling Skia |
| 52 # and V8 without interference from each other. | 52 # and V8 without interference from each other. |
| 53 "v8_branch": "trunk", | 53 "v8_branch": "trunk", |
| 54 "v8_revision": "22729", | 54 "v8_revision": "22729", |
| 55 # Three lines of non-changing comments so that | 55 # Three lines of non-changing comments so that |
| 56 # the commit queue can handle CLs rolling WebRTC | 56 # the commit queue can handle CLs rolling WebRTC |
| 57 # and V8 without interference from each other. | 57 # and V8 without interference from each other. |
| 58 "webrtc_revision": "6799", | 58 "webrtc_revision": "6774", |
| 59 "jsoncpp_revision": "248", | 59 "jsoncpp_revision": "248", |
| 60 "nss_revision": "277057", | 60 "nss_revision": "277057", |
| 61 # Three lines of non-changing comments so that | 61 # Three lines of non-changing comments so that |
| 62 # the commit queue can handle CLs rolling swarming_client | 62 # the commit queue can handle CLs rolling swarming_client |
| 63 # and whatever else without interference from each other. | 63 # and whatever else without interference from each other. |
| 64 "swarming_revision": "6b555c18f93ce9feca87df43eb824118a9c124c5", | 64 "swarming_revision": "6b555c18f93ce9feca87df43eb824118a9c124c5", |
| 65 # Three lines of non-changing comments so that | 65 # Three lines of non-changing comments so that |
| 66 # the commit queue can handle CLs rolling openssl | 66 # the commit queue can handle CLs rolling openssl |
| 67 # and whatever else without interference from each other. | 67 # and whatever else without interference from each other. |
| 68 "openssl_revision": "284247", | 68 "openssl_revision": "284247", |
| (...skipping 736 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 805 "src/third_party/apache-win32", | 805 "src/third_party/apache-win32", |
| 806 ], | 806 ], |
| 807 }, | 807 }, |
| 808 { | 808 { |
| 809 # A change to a .gyp, .gypi, or to GYP itself should run the generator. | 809 # A change to a .gyp, .gypi, or to GYP itself should run the generator. |
| 810 "name": "gyp", | 810 "name": "gyp", |
| 811 "pattern": ".", | 811 "pattern": ".", |
| 812 "action": ["python", "src/build/gyp_chromium"], | 812 "action": ["python", "src/build/gyp_chromium"], |
| 813 }, | 813 }, |
| 814 ] | 814 ] |
| OLD | NEW |