| 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 352 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 363 Var('chromium_git') + '/external/google-toolbox-for-mac.git' + '@' + Var('
google_toolbox_for_mac_revision'), | 363 Var('chromium_git') + '/external/google-toolbox-for-mac.git' + '@' + Var('
google_toolbox_for_mac_revision'), |
| 364 | 364 |
| 365 'src/third_party/nss': | 365 'src/third_party/nss': |
| 366 Var('chromium_git') + '/chromium/deps/nss.git' + '@' + Var('nss_revision'), | 366 Var('chromium_git') + '/chromium/deps/nss.git' + '@' + Var('nss_revision'), |
| 367 | 367 |
| 368 # class-dump utility to generate header files for undocumented SDKs | 368 # class-dump utility to generate header files for undocumented SDKs |
| 369 'src/testing/iossim/third_party/class-dump': | 369 'src/testing/iossim/third_party/class-dump': |
| 370 Var('chromium_git') + '/chromium/deps/class-dump.git' + '@' + '89bd40883c76
7584240b4dade8b74e6f57b9bdab', | 370 Var('chromium_git') + '/chromium/deps/class-dump.git' + '@' + '89bd40883c76
7584240b4dade8b74e6f57b9bdab', |
| 371 | 371 |
| 372 # Code that's not needed due to not building everything | 372 # Code that's not needed due to not building everything |
| 373 'src/build/util/support': None, | |
| 374 'src/chrome/test/data/perf/canvas_bench': None, | 373 'src/chrome/test/data/perf/canvas_bench': None, |
| 375 'src/chrome/test/data/perf/frame_rate/content': None, | 374 'src/chrome/test/data/perf/frame_rate/content': None, |
| 376 'src/media/cdm/ppapi/api': None, | |
| 377 'src/native_client': None, | 375 'src/native_client': None, |
| 378 'src/third_party/bidichecker': None, | |
| 379 'src/third_party/brotli/src': None, | |
| 380 'src/third_party/cld_2/src': None, | 376 'src/third_party/cld_2/src': None, |
| 381 'src/third_party/ffmpeg': None, | 377 'src/third_party/ffmpeg': None, |
| 382 'src/third_party/hunspell_dictionaries': None, | 378 'src/third_party/hunspell_dictionaries': None, |
| 383 'src/third_party/hunspell': None, | 379 'src/third_party/hunspell': None, |
| 384 'src/third_party/libc++/trunk': None, | |
| 385 'src/third_party/libc++abi/trunk': None, | |
| 386 'src/third_party/libexif/sources': None, | |
| 387 'src/third_party/libjpeg_turbo': None, | |
| 388 'src/third_party/libsrtp': None, | |
| 389 'src/third_party/opus/src': None, | |
| 390 'src/third_party/openmax_dl': None, | |
| 391 'src/third_party/ots': None, | |
| 392 'src/third_party/pymox/src': None, | |
| 393 'src/third_party/safe_browsing/testing': None, | |
| 394 'src/third_party/scons-2.0.1': None, | |
| 395 'src/third_party/sfntly/cpp/src': None, | |
| 396 'src/third_party/swig/Lib': None, | |
| 397 'src/third_party/usrsctp/usrsctplib': None, | |
| 398 'src/third_party/v8-i18n': None, | |
| 399 'src/third_party/webdriver/pylib': None, | |
| 400 'src/third_party/webgl': None, | 380 'src/third_party/webgl': None, |
| 401 'src/third_party/webpagereplay': None, | |
| 402 'src/third_party/WebKit/LayoutTests/w3c/web-platform-tests': None, | |
| 403 'src/third_party/WebKit/LayoutTests/w3c/csswg-test': None, | |
| 404 'src/third_party/yasm/source/patched-yasm': None, | |
| 405 'src/tools/page_cycler/acid3': None, | |
| 406 }, | 381 }, |
| 407 'mac': { | 382 'mac': { |
| 408 'src/chrome/tools/test/reference_build/chrome_mac': | 383 'src/chrome/tools/test/reference_build/chrome_mac': |
| 409 Var('chromium_git') + '/chromium/reference_builds/chrome_mac.git' + '@' + '
8dc181329e7c5255f83b4b85dc2f71498a237955', | 384 Var('chromium_git') + '/chromium/reference_builds/chrome_mac.git' + '@' + '
8dc181329e7c5255f83b4b85dc2f71498a237955', |
| 410 | 385 |
| 411 'src/third_party/google_toolbox_for_mac/src': | 386 'src/third_party/google_toolbox_for_mac/src': |
| 412 Var('chromium_git') + '/external/google-toolbox-for-mac.git' + '@' + Var('
google_toolbox_for_mac_revision'), | 387 Var('chromium_git') + '/external/google-toolbox-for-mac.git' + '@' + Var('
google_toolbox_for_mac_revision'), |
| 413 | 388 |
| 414 | 389 |
| 415 'src/third_party/pdfsqueeze': | 390 'src/third_party/pdfsqueeze': |
| (...skipping 379 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 795 # corresponding .py files have already been deleted. | 770 # corresponding .py files have already been deleted. |
| 796 'name': 'remove_stale_pyc_files', | 771 'name': 'remove_stale_pyc_files', |
| 797 'pattern': 'src/tools/.*\\.py', | 772 'pattern': 'src/tools/.*\\.py', |
| 798 'action': [ | 773 'action': [ |
| 799 'python', | 774 'python', |
| 800 'src/tools/remove_stale_pyc_files.py', | 775 'src/tools/remove_stale_pyc_files.py', |
| 801 'src/tools', | 776 'src/tools', |
| 802 ], | 777 ], |
| 803 }, | 778 }, |
| 804 ] | 779 ] |
| OLD | NEW |