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 11 matching lines...) Expand all Loading... |
22 "webkit_revision": "162549", | 22 "webkit_revision": "162549", |
23 "chromium_git": "https://chromium.googlesource.com", | 23 "chromium_git": "https://chromium.googlesource.com", |
24 "chromiumos_git": "https://chromium.googlesource.com/chromiumos", | 24 "chromiumos_git": "https://chromium.googlesource.com/chromiumos", |
25 "skia_git": "https://skia.googlesource.com", | 25 "skia_git": "https://skia.googlesource.com", |
26 "swig_revision": "230490", | 26 "swig_revision": "230490", |
27 "nacl_revision": "12422", | 27 "nacl_revision": "12422", |
28 # After changing nacl_revision, run 'glient sync' and check native_client/DEPS | 28 # After changing nacl_revision, run 'glient sync' and check native_client/DEPS |
29 # to update other nacl_*_revision's. | 29 # to update other nacl_*_revision's. |
30 "nacl_tools_revision": "12289", # native_client/DEPS: tools_rev | 30 "nacl_tools_revision": "12289", # native_client/DEPS: tools_rev |
31 "gtm_revision": "616", | 31 "gtm_revision": "616", |
32 "libaddressinput_revision": "163", | 32 "libaddressinput_revision": "166", |
33 "libphonenumber_revision": "621", | 33 "libphonenumber_revision": "621", |
34 "libvpx_revision": "232686", | 34 "libvpx_revision": "232686", |
35 "lss_revision": "24", | 35 "lss_revision": "24", |
36 | 36 |
37 # These two FFmpeg variables must be updated together. One is used for SVN | 37 # These two FFmpeg variables must be updated together. One is used for SVN |
38 # checkouts and the other for Git checkouts. | 38 # checkouts and the other for Git checkouts. |
39 "ffmpeg_revision": "234251", | 39 "ffmpeg_revision": "234251", |
40 "ffmpeg_hash": "0889dced5e40025c2ed0efd8e9e5e46e59d39c22", | 40 "ffmpeg_hash": "0889dced5e40025c2ed0efd8e9e5e46e59d39c22", |
41 | 41 |
42 "sfntly_revision": "228", | 42 "sfntly_revision": "228", |
(...skipping 638 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 |