| OLD | NEW |
| 1 # DEPS files look like -*- Python -*- | 1 # DEPS files look like -*- Python -*- |
| 2 | 2 |
| 3 vars = { | 3 vars = { |
| 4 # These revisions are slices of the chromium repository. | 4 # These revisions are slices of the chromium repository. |
| 5 # Because they come from separate sub-slices, their hashes do not match at | 5 # Because they come from separate sub-slices, their hashes do not match at |
| 6 # equivalent revisions. When updating them, use the roll-dep script | 6 # equivalent revisions. When updating them, use the roll-dep script |
| 7 # to move them to equivalent revisions. Additionally, because not all | 7 # to move them to equivalent revisions. Additionally, because not all |
| 8 # directories contain commits at each revision, you will need to select | 8 # directories contain commits at each revision, you will need to select |
| 9 # revisions at latest revision up to a high watermark from each slice. | 9 # revisions at latest revision up to a high watermark from each slice. |
| 10 # Document the high watermark here: | 10 # Document the high watermark here: |
| (...skipping 14 matching lines...) Expand all Loading... |
| 25 "breakpad_rev": "a4eb2e302cefff9908ec955e761fef5d813d1b00", # from svn revisio
n 1416 | 25 "breakpad_rev": "a4eb2e302cefff9908ec955e761fef5d813d1b00", # from svn revisio
n 1416 |
| 26 "android_tools_rev": "f6e2370dff438125897bb3b3800de1ad7aa62c27", | 26 "android_tools_rev": "f6e2370dff438125897bb3b3800de1ad7aa62c27", |
| 27 | 27 |
| 28 # Separately pinned repositories, update with roll-dep individually. | 28 # Separately pinned repositories, update with roll-dep individually. |
| 29 "third_party_rev": "d4e38e5faf600b39649025e5605d6e7f94518ea7", | 29 "third_party_rev": "d4e38e5faf600b39649025e5605d6e7f94518ea7", |
| 30 "lcov_rev": "b37daf5968200da8ff520ce65c4e5bce4047dd15", # from svn revision 14
9720 | 30 "lcov_rev": "b37daf5968200da8ff520ce65c4e5bce4047dd15", # from svn revision 14
9720 |
| 31 "gnu_binutils_rev": "f4003433b61b25666565690caf3d7a7a1a4ec436", # from svn rev
ision 8151 | 31 "gnu_binutils_rev": "f4003433b61b25666565690caf3d7a7a1a4ec436", # from svn rev
ision 8151 |
| 32 "mingw_rev": "3cc8b140b883a9fe4986d12cfd46c16a093d3527", # from svn revision 7
064 | 32 "mingw_rev": "3cc8b140b883a9fe4986d12cfd46c16a093d3527", # from svn revision 7
064 |
| 33 "nsis_rev": "21b6ad22daa7bfc04b9f1c1805a34622e2607a93", # from svn revision 70
71 | 33 "nsis_rev": "21b6ad22daa7bfc04b9f1c1805a34622e2607a93", # from svn revision 70
71 |
| 34 "ragel_rev": "da42bb33f1b67c2d70b38ec1d2edf5263271b635", # from svn revision 9
010 | 34 "ragel_rev": "da42bb33f1b67c2d70b38ec1d2edf5263271b635", # from svn revision 9
010 |
| 35 "validator_snapshots_rev": "e74fe4a1a1e5daa97b89b32c1a2a3a3956d9fd7e", | 35 "validator_snapshots_rev": "ef053694ef9b0d98d9bed0b9bb649963084bfc81", |
| 36 | 36 |
| 37 "chromium_git": "https://chromium.googlesource.com", | 37 "chromium_git": "https://chromium.googlesource.com", |
| 38 | 38 |
| 39 # Three lines of non-changing comments so that | 39 # Three lines of non-changing comments so that |
| 40 # the commit queue can handle CLs rolling build tools | 40 # the commit queue can handle CLs rolling build tools |
| 41 # and whatever else without interference from each other. | 41 # and whatever else without interference from each other. |
| 42 "buildtools_revision": "93b3d0af1b30db55ee42bd2e983f7753153217db", | 42 "buildtools_revision": "93b3d0af1b30db55ee42bd2e983f7753153217db", |
| 43 # Three lines of non-changing comments so that | 43 # Three lines of non-changing comments so that |
| 44 # the commit queue can handle CLs rolling V8 | 44 # the commit queue can handle CLs rolling V8 |
| 45 # and whatever else without interference from each other. | 45 # and whatever else without interference from each other. |
| (...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 211 "--bucket", "chromium-clang-format", | 211 "--bucket", "chromium-clang-format", |
| 212 "-s", "buildtools/linux64/clang-format.sha1", | 212 "-s", "buildtools/linux64/clang-format.sha1", |
| 213 ], | 213 ], |
| 214 }, | 214 }, |
| 215 ] | 215 ] |
| 216 | 216 |
| 217 include_rules = [ | 217 include_rules = [ |
| 218 "+native_client/src/include", | 218 "+native_client/src/include", |
| 219 "+gtest", | 219 "+gtest", |
| 220 ] | 220 ] |
| OLD | NEW |