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 # gclient runhooks | 8 # gclient runhooks |
9 # where <gcliendir> is the absolute path to the directory containing the | 9 # where <gcliendir> is the absolute path to the directory containing the |
10 # .gclient file (the parent of "src"). | 10 # .gclient file (the parent of "src"). |
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
50 "skia_revision": "14688", | 50 "skia_revision": "14688", |
51 "skia_hash": "24f6e29fc133f1082c73e2a96f30bee92e3123aa", | 51 "skia_hash": "24f6e29fc133f1082c73e2a96f30bee92e3123aa", |
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 Skia | 53 # the commit queue can handle CLs rolling Skia |
54 # and V8 without interference from each other. | 54 # and V8 without interference from each other. |
55 "v8_branch": "trunk", | 55 "v8_branch": "trunk", |
56 "v8_revision": "21152", | 56 "v8_revision": "21152", |
57 # Three lines of non-changing comments so that | 57 # Three lines of non-changing comments so that |
58 # the commit queue can handle CLs rolling WebRTC | 58 # the commit queue can handle CLs rolling WebRTC |
59 # and V8 without interference from each other. | 59 # and V8 without interference from each other. |
60 "webrtc_revision": "6085", | 60 "webrtc_revision": "6116", |
61 "jsoncpp_revision": "248", | 61 "jsoncpp_revision": "248", |
62 "nss_revision": "267366", | 62 "nss_revision": "267366", |
63 # Three lines of non-changing comments so that | 63 # Three lines of non-changing comments so that |
64 # the commit queue can handle CLs rolling swarming_client | 64 # the commit queue can handle CLs rolling swarming_client |
65 # and whatever else without interference from each other. | 65 # and whatever else without interference from each other. |
66 "swarming_revision": "ae8085b09e6162b4ec869e430d7d09c16b32b433", | 66 "swarming_revision": "ae8085b09e6162b4ec869e430d7d09c16b32b433", |
67 # Three lines of non-changing comments so that | 67 # Three lines of non-changing comments so that |
68 # the commit queue can handle CLs rolling openssl | 68 # the commit queue can handle CLs rolling openssl |
69 # and whatever else without interference from each other. | 69 # and whatever else without interference from each other. |
70 "openssl_revision": "267674", | 70 "openssl_revision": "267674", |
(...skipping 686 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
757 "-s", "src/build/linux/bin/eu-strip.sha1", | 757 "-s", "src/build/linux/bin/eu-strip.sha1", |
758 ], | 758 ], |
759 }, | 759 }, |
760 { | 760 { |
761 # A change to a .gyp, .gypi, or to GYP itself should run the generator. | 761 # A change to a .gyp, .gypi, or to GYP itself should run the generator. |
762 "name": "gyp", | 762 "name": "gyp", |
763 "pattern": ".", | 763 "pattern": ".", |
764 "action": ["python", "src/build/gyp_chromium"], | 764 "action": ["python", "src/build/gyp_chromium"], |
765 }, | 765 }, |
766 ] | 766 ] |
OLD | NEW |