| OLD | NEW |
| 1 # This file is used to manage the dependencies of the Chromium src repo. It is | 1 # This file is used to manage the dependencies of the Chromium src repo. It is |
| 2 # used by gclient to determine what version of each dependency to check out, and | 2 # used by gclient to determine what version of each dependency to check out, and |
| 3 # where. | 3 # where. |
| 4 # | 4 # |
| 5 # For more information, please refer to the official documentation: | 5 # For more information, please refer to the official documentation: |
| 6 # https://sites.google.com/a/chromium.org/dev/developers/how-tos/get-the-code | 6 # https://sites.google.com/a/chromium.org/dev/developers/how-tos/get-the-code |
| 7 # | 7 # |
| 8 # When adding a new dependency, please update the top-level .gitignore file | 8 # When adding a new dependency, please update the top-level .gitignore file |
| 9 # to list the dependency's destination directory. | 9 # to list the dependency's destination directory. |
| 10 # | 10 # |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 68 # the commit queue can handle CLs rolling BoringSSL | 68 # the commit queue can handle CLs rolling BoringSSL |
| 69 # and whatever else without interference from each other. | 69 # and whatever else without interference from each other. |
| 70 'boringssl_revision': '51a01a5cd44b3bdfab5220847000f13fc85f000b', | 70 'boringssl_revision': '51a01a5cd44b3bdfab5220847000f13fc85f000b', |
| 71 # Three lines of non-changing comments so that | 71 # Three lines of non-changing comments so that |
| 72 # the commit queue can handle CLs rolling nss | 72 # the commit queue can handle CLs rolling nss |
| 73 # and whatever else without interference from each other. | 73 # and whatever else without interference from each other. |
| 74 'nss_revision': 'aab0d08a298b29407397fbb1c4219f99e99431ed', # from svn revisio
n 295435 | 74 'nss_revision': 'aab0d08a298b29407397fbb1c4219f99e99431ed', # from svn revisio
n 295435 |
| 75 # Three lines of non-changing comments so that | 75 # Three lines of non-changing comments so that |
| 76 # the commit queue can handle CLs rolling google-toolbox-for-mac | 76 # the commit queue can handle CLs rolling google-toolbox-for-mac |
| 77 # and whatever else without interference from each other. | 77 # and whatever else without interference from each other. |
| 78 'google_toolbox_for_mac_revision': 'ce47a231ea0b238fbe95538e86cc61d74c234be6',
# from svn revision 705 | 78 'google_toolbox_for_mac_revision': '401878398253074c515c03cb3a3f8bb0cc8da6e9', |
| 79 # Three lines of non-changing comments so that | 79 # Three lines of non-changing comments so that |
| 80 # the commit queue can handle CLs rolling lighttpd | 80 # the commit queue can handle CLs rolling lighttpd |
| 81 # and whatever else without interference from each other. | 81 # and whatever else without interference from each other. |
| 82 'lighttpd_revision': '9dfa55d15937a688a92cbf2b7a8621b0927d06eb', | 82 'lighttpd_revision': '9dfa55d15937a688a92cbf2b7a8621b0927d06eb', |
| 83 # Three lines of non-changing comments so that | 83 # Three lines of non-changing comments so that |
| 84 # the commit queue can handle CLs rolling lss | 84 # the commit queue can handle CLs rolling lss |
| 85 # and whatever else without interference from each other. | 85 # and whatever else without interference from each other. |
| 86 'lss_revision': '4fc942258fe5509549333b9487ec018e3c8c5b10', | 86 'lss_revision': '4fc942258fe5509549333b9487ec018e3c8c5b10', |
| 87 # Three lines of non-changing comments so that | 87 # Three lines of non-changing comments so that |
| 88 # the commit queue can handle CLs rolling NaCl | 88 # the commit queue can handle CLs rolling NaCl |
| (...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 332 | 332 |
| 333 # ANGLE uses dEQP for GPU testing | 333 # ANGLE uses dEQP for GPU testing |
| 334 'src/third_party/deqp/src': | 334 'src/third_party/deqp/src': |
| 335 Var('deqp_url') + '@' + Var('deqp_revision'), | 335 Var('deqp_url') + '@' + Var('deqp_revision'), |
| 336 }, | 336 }, |
| 337 'ios': { | 337 'ios': { |
| 338 'src/ios/third_party/gcdwebserver/src': | 338 'src/ios/third_party/gcdwebserver/src': |
| 339 Var('chromium_git') + '/external/github.com/swisspol/GCDWebServer.git' + '@
' + '3d5fd0b8281a7224c057deb2d17709b5bea64836', | 339 Var('chromium_git') + '/external/github.com/swisspol/GCDWebServer.git' + '@
' + '3d5fd0b8281a7224c057deb2d17709b5bea64836', |
| 340 | 340 |
| 341 'src/third_party/google_toolbox_for_mac/src': | 341 'src/third_party/google_toolbox_for_mac/src': |
| 342 Var('chromium_git') + '/external/google-toolbox-for-mac.git' + '@' + Var('
google_toolbox_for_mac_revision'), | 342 Var('chromium_git') + '/external/github.com/google/google-toolbox-for-mac.
git' + '@' + Var('google_toolbox_for_mac_revision'), |
| 343 | 343 |
| 344 'src/third_party/nss': | 344 'src/third_party/nss': |
| 345 Var('chromium_git') + '/chromium/deps/nss.git' + '@' + Var('nss_revision'), | 345 Var('chromium_git') + '/chromium/deps/nss.git' + '@' + Var('nss_revision'), |
| 346 | 346 |
| 347 # class-dump utility to generate header files for undocumented SDKs | 347 # class-dump utility to generate header files for undocumented SDKs |
| 348 'src/third_party/class-dump/src': | 348 'src/third_party/class-dump/src': |
| 349 Var('chromium_git') + '/external/github.com/nygard/class-dump.git' + '@' +
'978d177ca6f0d2e5e34acf3e8dadc63e3140ebbc', | 349 Var('chromium_git') + '/external/github.com/nygard/class-dump.git' + '@' +
'978d177ca6f0d2e5e34acf3e8dadc63e3140ebbc', |
| 350 | 350 |
| 351 # Code that's not needed due to not building everything | 351 # Code that's not needed due to not building everything |
| 352 'src/chrome/test/data/perf/canvas_bench': None, | 352 'src/chrome/test/data/perf/canvas_bench': None, |
| 353 'src/chrome/test/data/perf/frame_rate/content': None, | 353 'src/chrome/test/data/perf/frame_rate/content': None, |
| 354 'src/native_client': None, | 354 'src/native_client': None, |
| 355 'src/third_party/ffmpeg': None, | 355 'src/third_party/ffmpeg': None, |
| 356 'src/third_party/hunspell_dictionaries': None, | 356 'src/third_party/hunspell_dictionaries': None, |
| 357 'src/third_party/webgl': None, | 357 'src/third_party/webgl': None, |
| 358 }, | 358 }, |
| 359 'mac': { | 359 'mac': { |
| 360 'src/chrome/tools/test/reference_build/chrome_mac': | 360 'src/chrome/tools/test/reference_build/chrome_mac': |
| 361 Var('chromium_git') + '/chromium/reference_builds/chrome_mac.git' + '@' + '
8dc181329e7c5255f83b4b85dc2f71498a237955', | 361 Var('chromium_git') + '/chromium/reference_builds/chrome_mac.git' + '@' + '
8dc181329e7c5255f83b4b85dc2f71498a237955', |
| 362 | 362 |
| 363 'src/third_party/google_toolbox_for_mac/src': | 363 'src/third_party/google_toolbox_for_mac/src': |
| 364 Var('chromium_git') + '/external/google-toolbox-for-mac.git' + '@' + Var('
google_toolbox_for_mac_revision'), | 364 Var('chromium_git') + '/external/github.com/google/google-toolbox-for-mac.
git' + '@' + Var('google_toolbox_for_mac_revision'), |
| 365 | 365 |
| 366 | 366 |
| 367 'src/third_party/pdfsqueeze': | 367 'src/third_party/pdfsqueeze': |
| 368 Var('chromium_git') + '/external/pdfsqueeze.git' + '@' + '5936b871e6a087b7
e50d4cbcb122378d8a07499f', | 368 Var('chromium_git') + '/external/pdfsqueeze.git' + '@' + '5936b871e6a087b7
e50d4cbcb122378d8a07499f', |
| 369 | 369 |
| 370 'src/third_party/lighttpd': | 370 'src/third_party/lighttpd': |
| 371 Var('chromium_git') + '/chromium/deps/lighttpd.git' + '@' + Var('lighttpd_r
evision'), | 371 Var('chromium_git') + '/chromium/deps/lighttpd.git' + '@' + Var('lighttpd_r
evision'), |
| 372 | 372 |
| 373 # NSS, for SSLClientSocketNSS. | 373 # NSS, for SSLClientSocketNSS. |
| 374 'src/third_party/nss': | 374 'src/third_party/nss': |
| (...skipping 444 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 819 'pattern': '.', | 819 'pattern': '.', |
| 820 'action': [ | 820 'action': [ |
| 821 'python', | 821 'python', |
| 822 'src/tools/check_git_config.py', | 822 'src/tools/check_git_config.py', |
| 823 '--running-as-hook', | 823 '--running-as-hook', |
| 824 ], | 824 ], |
| 825 }, | 825 }, |
| 826 ] | 826 ] |
| 827 | 827 |
| 828 | 828 |
| OLD | NEW |