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 283 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
294 "/trunk/deps/cdm@262570", | 294 "/trunk/deps/cdm@262570", |
295 | 295 |
296 "src/third_party/mesa/src": | 296 "src/third_party/mesa/src": |
297 "/trunk/deps/third_party/mesa@265279", | 297 "/trunk/deps/third_party/mesa@265279", |
298 | 298 |
299 "src/third_party/cld_2/src": | 299 "src/third_party/cld_2/src": |
300 (Var("googlecode_url") % "cld2") + "/trunk@160", | 300 (Var("googlecode_url") % "cld2") + "/trunk@160", |
301 | 301 |
302 "src/chrome/browser/resources/pdf/html_office": | 302 "src/chrome/browser/resources/pdf/html_office": |
303 Var("chromium_git") + | 303 Var("chromium_git") + |
304 "/chromium/html-office-public.git@c29b3dcd20a03c5cec041764d178245b7d306
dec", | 304 "/chromium/html-office-public.git@eeff97614f65e0578529490d44d412032c3d7
359", |
305 | 305 |
306 "src/third_party/libwebm/source": | 306 "src/third_party/libwebm/source": |
307 Var("chromium_git") + | 307 Var("chromium_git") + |
308 "/webm/libwebm.git@fb6b6e64444c637f27d103fd113e0c7bf4f107dd", | 308 "/webm/libwebm.git@fb6b6e64444c637f27d103fd113e0c7bf4f107dd", |
309 | 309 |
310 "src/third_party/openssl": | 310 "src/third_party/openssl": |
311 "/trunk/deps/third_party/openssl@" + Var("openssl_revision"), | 311 "/trunk/deps/third_party/openssl@" + Var("openssl_revision"), |
312 } | 312 } |
313 | 313 |
314 | 314 |
(...skipping 441 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
756 "-s", "src/build/linux/bin/eu-strip.sha1", | 756 "-s", "src/build/linux/bin/eu-strip.sha1", |
757 ], | 757 ], |
758 }, | 758 }, |
759 { | 759 { |
760 # A change to a .gyp, .gypi, or to GYP itself should run the generator. | 760 # A change to a .gyp, .gypi, or to GYP itself should run the generator. |
761 "name": "gyp", | 761 "name": "gyp", |
762 "pattern": ".", | 762 "pattern": ".", |
763 "action": ["python", "src/build/gyp_chromium"], | 763 "action": ["python", "src/build/gyp_chromium"], |
764 }, | 764 }, |
765 ] | 765 ] |
OLD | NEW |