| 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 26 matching lines...) Expand all  Loading... | 
|   37   "libvpx_revision": "241571", |   37   "libvpx_revision": "241571", | 
|   38   "lss_revision": "24", |   38   "lss_revision": "24", | 
|   39  |   39  | 
|   40   # These two FFmpeg variables must be updated together.  One is used for SVN |   40   # These two FFmpeg variables must be updated together.  One is used for SVN | 
|   41   # checkouts and the other for Git checkouts. |   41   # checkouts and the other for Git checkouts. | 
|   42   "ffmpeg_revision": "242831", |   42   "ffmpeg_revision": "242831", | 
|   43   "ffmpeg_hash": "0b461999804771144964b14bd86a0be885ff7d48", |   43   "ffmpeg_hash": "0b461999804771144964b14bd86a0be885ff7d48", | 
|   44  |   44  | 
|   45   "sfntly_revision": "228", |   45   "sfntly_revision": "228", | 
|   46   "lighttpd_revision": "33737", |   46   "lighttpd_revision": "33737", | 
|   47   "skia_revision": "12875", |   47   "skia_revision": "12906", | 
|   48   "skia_hash": "862020763d9d2fb1900b2c84e55dadf46482246d", |   48   "skia_hash": "ba82bd11e2c055f885b2327aa230d2dac8b53f03", | 
|   49   # Three lines of non-changing comments so that |   49   # Three lines of non-changing comments so that | 
|   50   # the commit queue can handle CLs rolling Skia |   50   # the commit queue can handle CLs rolling Skia | 
|   51   # and V8 without interference from each other. |   51   # and V8 without interference from each other. | 
|   52   "v8_revision": "18437", |   52   "v8_revision": "18437", | 
|   53   # Three lines of non-changing comments so that |   53   # Three lines of non-changing comments so that | 
|   54   # the commit queue can handle CLs rolling WebRTC |   54   # the commit queue can handle CLs rolling WebRTC | 
|   55   # and V8 without interference from each other. |   55   # and V8 without interference from each other. | 
|   56   "webrtc_revision": "5300", |   56   "webrtc_revision": "5300", | 
|   57   "jsoncpp_revision": "248", |   57   "jsoncpp_revision": "248", | 
|   58   "nss_revision": "239365", |   58   "nss_revision": "239365", | 
| (...skipping 652 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  711     "pattern": ".", |  711     "pattern": ".", | 
|  712     "action": ["python", "src/build/gyp_chromium"], |  712     "action": ["python", "src/build/gyp_chromium"], | 
|  713   }, |  713   }, | 
|  714   { |  714   { | 
|  715     # Check for landmines (reasons to clobber the build). |  715     # Check for landmines (reasons to clobber the build). | 
|  716     "name": "landmines", |  716     "name": "landmines", | 
|  717     "pattern": ".", |  717     "pattern": ".", | 
|  718     "action": ["python", "src/build/landmines.py"], |  718     "action": ["python", "src/build/landmines.py"], | 
|  719   }, |  719   }, | 
|  720 ] |  720 ] | 
| OLD | NEW |