| 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 411 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 422 | 422 |
| 423 # gRPC, an RPC framework. For Blimp use only. | 423 # gRPC, an RPC framework. For Blimp use only. |
| 424 'src/third_party/grpc': | 424 'src/third_party/grpc': |
| 425 Var('chromium_git') + '/external/github.com/grpc/grpc' + '@' + 'dc44fe515c8
c30093ea8b2f14230123959c886e8', | 425 Var('chromium_git') + '/external/github.com/grpc/grpc' + '@' + 'dc44fe515c8
c30093ea8b2f14230123959c886e8', |
| 426 }, | 426 }, |
| 427 'android': { | 427 'android': { |
| 428 'src/third_party/android_protobuf/src': | 428 'src/third_party/android_protobuf/src': |
| 429 Var('chromium_git') + '/external/android_protobuf.git' + '@' + '999188d0dc7
2e97f7fe08bb756958a2cf090f4e7', | 429 Var('chromium_git') + '/external/android_protobuf.git' + '@' + '999188d0dc7
2e97f7fe08bb756958a2cf090f4e7', |
| 430 | 430 |
| 431 'src/third_party/android_tools': | 431 'src/third_party/android_tools': |
| 432 Var('chromium_git') + '/android_tools.git' + '@' + 'af1c5a4cd6329ccdcf8c2bc
93d9eea02f9d74869', | 432 Var('chromium_git') + '/android_tools.git' + '@' + '25d57ead05d3dfef26e9c19
b13ed10b0a69829cf', |
| 433 | 433 |
| 434 'src/third_party/apache-mime4j': | 434 'src/third_party/apache-mime4j': |
| 435 Var('chromium_git') + '/chromium/deps/apache-mime4j.git' + '@' + '28cb1108b
ff4b6cf0a2e86ff58b3d025934ebe3a', | 435 Var('chromium_git') + '/chromium/deps/apache-mime4j.git' + '@' + '28cb1108b
ff4b6cf0a2e86ff58b3d025934ebe3a', |
| 436 | 436 |
| 437 'src/third_party/apache-portable-runtime/src': | 437 'src/third_party/apache-portable-runtime/src': |
| 438 Var('chromium_git') + '/external/apache-portable-runtime.git' + '@' + 'c76a
8c4277e09a82eaa229e35246edea1ee0a6a1', | 438 Var('chromium_git') + '/external/apache-portable-runtime.git' + '@' + 'c76a
8c4277e09a82eaa229e35246edea1ee0a6a1', |
| 439 | 439 |
| 440 'src/third_party/errorprone/lib': | 440 'src/third_party/errorprone/lib': |
| 441 Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '0eea
83b66343133b9c76b7d3288c30321818ebcf', | 441 Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '0eea
83b66343133b9c76b7d3288c30321818ebcf', |
| 442 | 442 |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 486 Var('chromium_git') + '/external/github.com/kennethreitz/requests.git' + '
@' + 'f172b30356d821d180fa4ecfa3e71c7274a32de4', | 486 Var('chromium_git') + '/external/github.com/kennethreitz/requests.git' + '
@' + 'f172b30356d821d180fa4ecfa3e71c7274a32de4', |
| 487 | 487 |
| 488 'src/third_party/custom_tabs_client/src': | 488 'src/third_party/custom_tabs_client/src': |
| 489 Var('chromium_git') + '/external/github.com/GoogleChrome/custom-tabs-clien
t.git' + '@' + 'c51efbddc4f976c88d15c730a79feba65ca857af', | 489 Var('chromium_git') + '/external/github.com/GoogleChrome/custom-tabs-clien
t.git' + '@' + 'c51efbddc4f976c88d15c730a79feba65ca857af', |
| 490 | 490 |
| 491 'src/third_party/gvr-android-sdk/src': | 491 'src/third_party/gvr-android-sdk/src': |
| 492 Var('chromium_git') + '/external/github.com/googlevr/gvr-android-sdk.git'
+ '@' + 'cff15311c7c1abbe77b3c714135dccc2009ee473', | 492 Var('chromium_git') + '/external/github.com/googlevr/gvr-android-sdk.git'
+ '@' + 'cff15311c7c1abbe77b3c714135dccc2009ee473', |
| 493 }, | 493 }, |
| 494 } | 494 } |
| 495 | 495 |
| 496 recursedeps = [ 'src/third_party/android_tools' ] | |
| 497 | |
| 498 include_rules = [ | 496 include_rules = [ |
| 499 # Everybody can use some things. | 497 # Everybody can use some things. |
| 500 # NOTE: THIS HAS TO STAY IN SYNC WITH third_party/DEPS which disallows these. | 498 # NOTE: THIS HAS TO STAY IN SYNC WITH third_party/DEPS which disallows these. |
| 501 '+base', | 499 '+base', |
| 502 '+build', | 500 '+build', |
| 503 '+ipc', | 501 '+ipc', |
| 504 | 502 |
| 505 # Everybody can use headers generated by tools/generate_library_loader. | 503 # Everybody can use headers generated by tools/generate_library_loader. |
| 506 '+library_loaders', | 504 '+library_loaders', |
| 507 | 505 |
| (...skipping 510 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1018 "action": [ "download_from_google_storage", | 1016 "action": [ "download_from_google_storage", |
| 1019 "--no_resume", | 1017 "--no_resume", |
| 1020 "--no_auth", | 1018 "--no_auth", |
| 1021 "-u", | 1019 "-u", |
| 1022 "--bucket", "v8-wasm-asmjs-fuzzer", | 1020 "--bucket", "v8-wasm-asmjs-fuzzer", |
| 1023 "-s", "src/v8/test/fuzzer/wasm_asmjs.tar.gz.sha1", | 1021 "-s", "src/v8/test/fuzzer/wasm_asmjs.tar.gz.sha1", |
| 1024 ], | 1022 ], |
| 1025 }, | 1023 }, |
| 1026 ] | 1024 ] |
| 1027 | 1025 |
| 1028 # ANGLE manages DEPS that it also owns the build files for, such as dEQP. | 1026 recursedeps = [ |
| 1029 recursedeps = [("src/third_party/angle", "DEPS.chromium")] | 1027 # android_tools manages the NDK. |
| 1028 'src/third_party/android_tools', |
| 1029 # ANGLE manages DEPS that it also owns the build files for, such as dEQP. |
| 1030 ("src/third_party/angle", "DEPS.chromium"), |
| 1031 ] |
| OLD | NEW |