| 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 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 245 (Var("googlecode_url") % "libphonenumber") + | 245 (Var("googlecode_url") % "libphonenumber") + |
| 246 "/trunk/cpp/src/phonenumbers@" + Var("libphonenumber_revision"), | 246 "/trunk/cpp/src/phonenumbers@" + Var("libphonenumber_revision"), |
| 247 "src/third_party/libphonenumber/src/test": | 247 "src/third_party/libphonenumber/src/test": |
| 248 (Var("googlecode_url") % "libphonenumber") + "/trunk/cpp/test@" + | 248 (Var("googlecode_url") % "libphonenumber") + "/trunk/cpp/test@" + |
| 249 Var("libphonenumber_revision"), | 249 Var("libphonenumber_revision"), |
| 250 "src/third_party/libphonenumber/src/resources": | 250 "src/third_party/libphonenumber/src/resources": |
| 251 (Var("googlecode_url") % "libphonenumber") + "/trunk/resources@" + | 251 (Var("googlecode_url") % "libphonenumber") + "/trunk/resources@" + |
| 252 Var("libphonenumber_revision"), | 252 Var("libphonenumber_revision"), |
| 253 | 253 |
| 254 "src/tools/deps2git": | 254 "src/tools/deps2git": |
| 255 "/trunk/tools/deps2git@234015", | 255 "/trunk/tools/deps2git@236839", |
| 256 | 256 |
| 257 "src/third_party/webpagereplay": | 257 "src/third_party/webpagereplay": |
| 258 (Var("googlecode_url") % "web-page-replay") + "/trunk@528", | 258 (Var("googlecode_url") % "web-page-replay") + "/trunk@528", |
| 259 | 259 |
| 260 "src/third_party/pywebsocket/src": | 260 "src/third_party/pywebsocket/src": |
| 261 (Var("googlecode_url") % "pywebsocket") + "/trunk/src@662", | 261 (Var("googlecode_url") % "pywebsocket") + "/trunk/src@662", |
| 262 | 262 |
| 263 "src/third_party/opus/src": | 263 "src/third_party/opus/src": |
| 264 "/trunk/deps/third_party/opus@185324", | 264 "/trunk/deps/third_party/opus@185324", |
| 265 | 265 |
| (...skipping 415 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 681 "pattern": ".", | 681 "pattern": ".", |
| 682 "action": ["python", "src/build/gyp_chromium"], | 682 "action": ["python", "src/build/gyp_chromium"], |
| 683 }, | 683 }, |
| 684 { | 684 { |
| 685 # Check for landmines (reasons to clobber the build). | 685 # Check for landmines (reasons to clobber the build). |
| 686 "name": "landmines", | 686 "name": "landmines", |
| 687 "pattern": ".", | 687 "pattern": ".", |
| 688 "action": ["python", "src/build/landmines.py"], | 688 "action": ["python", "src/build/landmines.py"], |
| 689 }, | 689 }, |
| 690 ] | 690 ] |
| OLD | NEW |