| 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 295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 306 "src/third_party/opus/src": | 306 "src/third_party/opus/src": |
| 307 "/trunk/deps/third_party/opus@256783", | 307 "/trunk/deps/third_party/opus@256783", |
| 308 | 308 |
| 309 "src/media/cdm/ppapi/api": | 309 "src/media/cdm/ppapi/api": |
| 310 "/trunk/deps/cdm@273356", | 310 "/trunk/deps/cdm@273356", |
| 311 | 311 |
| 312 "src/third_party/mesa/src": | 312 "src/third_party/mesa/src": |
| 313 "/trunk/deps/third_party/mesa@265279", | 313 "/trunk/deps/third_party/mesa@265279", |
| 314 | 314 |
| 315 "src/third_party/cld_2/src": | 315 "src/third_party/cld_2/src": |
| 316 (Var("googlecode_url") % "cld2") + "/trunk@161", | 316 (Var("googlecode_url") % "cld2") + "/trunk@163", |
| 317 | 317 |
| 318 "src/chrome/browser/resources/pdf/html_office": | 318 "src/chrome/browser/resources/pdf/html_office": |
| 319 Var("chromium_git") + | 319 Var("chromium_git") + |
| 320 "/chromium/html-office-public.git@eeff97614f65e0578529490d44d412032c3d7
359", | 320 "/chromium/html-office-public.git@eeff97614f65e0578529490d44d412032c3d7
359", |
| 321 | 321 |
| 322 "src/third_party/libwebm/source": | 322 "src/third_party/libwebm/source": |
| 323 Var("chromium_git") + | 323 Var("chromium_git") + |
| 324 "/webm/libwebm.git@0d4cb404ea4195e5e21d04db2c955615535ce62e", | 324 "/webm/libwebm.git@0d4cb404ea4195e5e21d04db2c955615535ce62e", |
| 325 | 325 |
| 326 "src/third_party/openssl": | 326 "src/third_party/openssl": |
| (...skipping 485 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 812 "src/third_party/apache-win32", | 812 "src/third_party/apache-win32", |
| 813 ], | 813 ], |
| 814 }, | 814 }, |
| 815 { | 815 { |
| 816 # A change to a .gyp, .gypi, or to GYP itself should run the generator. | 816 # A change to a .gyp, .gypi, or to GYP itself should run the generator. |
| 817 "name": "gyp", | 817 "name": "gyp", |
| 818 "pattern": ".", | 818 "pattern": ".", |
| 819 "action": ["python", "src/build/gyp_chromium"], | 819 "action": ["python", "src/build/gyp_chromium"], |
| 820 }, | 820 }, |
| 821 ] | 821 ] |
| OLD | NEW |