| 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 286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 297 | 297 |
| 298 | 298 |
| 299 deps_os = { | 299 deps_os = { |
| 300 "win": { | 300 "win": { |
| 301 "src/chrome/tools/test/reference_build/chrome_win": | 301 "src/chrome/tools/test/reference_build/chrome_win": |
| 302 "/trunk/deps/reference_builds/chrome_win@237381", | 302 "/trunk/deps/reference_builds/chrome_win@237381", |
| 303 | 303 |
| 304 "src/third_party/cygwin": | 304 "src/third_party/cygwin": |
| 305 "/trunk/deps/third_party/cygwin@231940", | 305 "/trunk/deps/third_party/cygwin@231940", |
| 306 | 306 |
| 307 "src/third_party/python_26": | |
| 308 "/trunk/tools/third_party/python_26@89111", | |
| 309 | |
| 310 "src/third_party/psyco_win32": | 307 "src/third_party/psyco_win32": |
| 311 "/trunk/deps/third_party/psyco_win32@237949", | 308 "/trunk/deps/third_party/psyco_win32@237949", |
| 312 | 309 |
| 313 "src/third_party/bison": | 310 "src/third_party/bison": |
| 314 "/trunk/deps/third_party/bison@147303", | 311 "/trunk/deps/third_party/bison@147303", |
| 315 | 312 |
| 316 "src/third_party/gperf": | 313 "src/third_party/gperf": |
| 317 "/trunk/deps/third_party/gperf@147304", | 314 "/trunk/deps/third_party/gperf@147304", |
| 318 | 315 |
| 319 "src/third_party/perl": | 316 "src/third_party/perl": |
| (...skipping 426 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 746 "pattern": ".", | 743 "pattern": ".", |
| 747 "action": ["python", "src/build/gyp_chromium"], | 744 "action": ["python", "src/build/gyp_chromium"], |
| 748 }, | 745 }, |
| 749 { | 746 { |
| 750 # Check for landmines (reasons to clobber the build). | 747 # Check for landmines (reasons to clobber the build). |
| 751 "name": "landmines", | 748 "name": "landmines", |
| 752 "pattern": ".", | 749 "pattern": ".", |
| 753 "action": ["python", "src/build/landmines.py"], | 750 "action": ["python", "src/build/landmines.py"], |
| 754 }, | 751 }, |
| 755 ] | 752 ] |
| OLD | NEW |