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 383 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
394 "/trunk/deps/third_party/lighttpd@" + Var("lighttpd_revision"), | 394 "/trunk/deps/third_party/lighttpd@" + Var("lighttpd_revision"), |
395 | 395 |
396 "src/third_party/swig/mac": | 396 "src/third_party/swig/mac": |
397 "/trunk/deps/third_party/swig/mac@" + Var("swig_revision"), | 397 "/trunk/deps/third_party/swig/mac@" + Var("swig_revision"), |
398 | 398 |
399 # NSS, for SSLClientSocketNSS. | 399 # NSS, for SSLClientSocketNSS. |
400 "src/third_party/nss": | 400 "src/third_party/nss": |
401 "/trunk/deps/third_party/nss@" + Var("nss_revision"), | 401 "/trunk/deps/third_party/nss@" + Var("nss_revision"), |
402 | 402 |
403 "src/chrome/installer/mac/third_party/xz/xz": | 403 "src/chrome/installer/mac/third_party/xz/xz": |
404 "/trunk/deps/third_party/xz@189101", | 404 "/trunk/deps/third_party/xz@233311", |
405 }, | 405 }, |
406 "unix": { | 406 "unix": { |
407 # Linux, really. | 407 # Linux, really. |
408 "src/chrome/tools/test/reference_build/chrome_linux": | 408 "src/chrome/tools/test/reference_build/chrome_linux": |
409 "/trunk/deps/reference_builds/chrome_linux64@232223", | 409 "/trunk/deps/reference_builds/chrome_linux64@232223", |
410 | 410 |
411 "src/third_party/xdg-utils": | 411 "src/third_party/xdg-utils": |
412 "/trunk/deps/third_party/xdg-utils@203785", | 412 "/trunk/deps/third_party/xdg-utils@203785", |
413 | 413 |
414 "src/third_party/swig/linux": | 414 "src/third_party/swig/linux": |
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
645 "pattern": ".", | 645 "pattern": ".", |
646 "action": ["python", "src/build/gyp_chromium"], | 646 "action": ["python", "src/build/gyp_chromium"], |
647 }, | 647 }, |
648 { | 648 { |
649 # Check for landmines (reasons to clobber the build). | 649 # Check for landmines (reasons to clobber the build). |
650 "name": "landmines", | 650 "name": "landmines", |
651 "pattern": ".", | 651 "pattern": ".", |
652 "action": ["python", "src/build/landmines.py"], | 652 "action": ["python", "src/build/landmines.py"], |
653 }, | 653 }, |
654 ] | 654 ] |
OLD | NEW |