Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(40)

Side by Side Diff: DEPS

Issue 2590873002: Roll chromium_revision 03cbb9aff4..374735e0c4 (439759:439777) (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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': '03cbb9aff4022b0272625d8b8db13b17d9531c3c', 8 'chromium_revision': '374735e0c4263d52a2dc8409e33773cf071fb20b',
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
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
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698