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 279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
290 "src/third_party/opus/src": | 290 "src/third_party/opus/src": |
291 "/trunk/deps/third_party/opus@237544", | 291 "/trunk/deps/third_party/opus@237544", |
292 | 292 |
293 "src/media/cdm/ppapi/api": | 293 "src/media/cdm/ppapi/api": |
294 "/trunk/deps/cdm@249141", | 294 "/trunk/deps/cdm@249141", |
295 | 295 |
296 "src/third_party/mesa/src": | 296 "src/third_party/mesa/src": |
297 "/trunk/deps/third_party/mesa@254411", | 297 "/trunk/deps/third_party/mesa@254411", |
298 | 298 |
299 "src/third_party/cld_2/src": | 299 "src/third_party/cld_2/src": |
300 (Var("googlecode_url") % "cld2") + "/trunk@84", | 300 (Var("googlecode_url") % "cld2") + "/trunk@154", |
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@9f76cc282c471ae4ff77415384db039fcab2f
aa8", | 304 "/chromium/html-office-public.git@9f76cc282c471ae4ff77415384db039fcab2f
aa8", |
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@0f7815b036651e242ec8c2fcfb59fe54f69be1a8", | 308 "/webm/libwebm.git@0f7815b036651e242ec8c2fcfb59fe54f69be1a8", |
309 } | 309 } |
310 | 310 |
(...skipping 404 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
715 "-s", "src/build/linux/bin/eu-strip.sha1", | 715 "-s", "src/build/linux/bin/eu-strip.sha1", |
716 ], | 716 ], |
717 }, | 717 }, |
718 { | 718 { |
719 # A change to a .gyp, .gypi, or to GYP itself should run the generator. | 719 # A change to a .gyp, .gypi, or to GYP itself should run the generator. |
720 "name": "gyp", | 720 "name": "gyp", |
721 "pattern": ".", | 721 "pattern": ".", |
722 "action": ["python", "src/build/gyp_chromium"], | 722 "action": ["python", "src/build/gyp_chromium"], |
723 }, | 723 }, |
724 ] | 724 ] |
OLD | NEW |