OLD | NEW |
1 # This file contains dependencies for WebRTC that are not shared with Chromium. | 1 # This file contains dependencies for WebRTC that are not shared with Chromium. |
2 # If you wish to add a dependency that is present in Chromium's src/DEPS or a | 2 # If you wish to add a dependency that is present in Chromium's src/DEPS or a |
3 # directory from the Chromium checkout, you should add it to setup_links.py | 3 # directory from the Chromium checkout, you should add it to setup_links.py |
4 # instead. | 4 # instead. |
5 | 5 |
6 vars = { | 6 vars = { |
7 'chromium_git': 'https://chromium.googlesource.com', | 7 'chromium_git': 'https://chromium.googlesource.com', |
8 'chromium_revision': '47684d7e2323e73654f8f88090a399a4705dfc00', | 8 'chromium_revision': 'e6b29f780581dedef421548119586efeb5825d2c', |
9 } | 9 } |
10 | 10 |
11 deps = { | 11 deps = { |
12 'src/third_party/gflags': | 12 'src/third_party/gflags': |
13 Var('chromium_git') + '/external/webrtc/deps/third_party/gflags' + '@' + '89
2576179b45861b53e04a112996a738309cf364', | 13 Var('chromium_git') + '/external/webrtc/deps/third_party/gflags' + '@' + '89
2576179b45861b53e04a112996a738309cf364', |
14 'src/third_party/gflags/src': | 14 'src/third_party/gflags/src': |
15 Var('chromium_git') + '/external/github.com/gflags/gflags' + '@' + '03bebcb0
65c83beff83d50ae025a55a4bf94dfca', | 15 Var('chromium_git') + '/external/github.com/gflags/gflags' + '@' + '03bebcb0
65c83beff83d50ae025a55a4bf94dfca', |
16 'src/third_party/gtest-parallel': | 16 'src/third_party/gtest-parallel': |
17 Var('chromium_git') + '/external/webrtc/deps/third_party/gtest-parallel' + '
@' + '8768563f5c580f8fc416a13c35c8f23b8a602821', | 17 Var('chromium_git') + '/external/webrtc/deps/third_party/gtest-parallel' + '
@' + '8768563f5c580f8fc416a13c35c8f23b8a602821', |
18 } | 18 } |
(...skipping 387 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
406 }, | 406 }, |
407 ] | 407 ] |
408 | 408 |
409 recursedeps = [ | 409 recursedeps = [ |
410 # buildtools provides clang_format, libc++, and libc++abi. | 410 # buildtools provides clang_format, libc++, and libc++abi. |
411 'src/buildtools', | 411 'src/buildtools', |
412 # android_tools manages the NDK. | 412 # android_tools manages the NDK. |
413 'src/third_party/android_tools', | 413 'src/third_party/android_tools', |
414 ] | 414 ] |
415 | 415 |
OLD | NEW |