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

Side by Side Diff: DEPS

Issue 2648573002: Roll chromium_revision 941118827f..316b880c55 (Closed)
Patch Set: update version to 941118827f..316b880c55 Created 3 years, 11 months 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 vars = { 1 vars = {
2 # Override root_dir in your .gclient's custom_vars to specify a custom root 2 # Override root_dir in your .gclient's custom_vars to specify a custom root
3 # folder name. 3 # folder name.
4 'root_dir': 'libyuv', 4 'root_dir': 'libyuv',
5 'extra_gyp_flag': '-Dextra_gyp_flag=0', 5 'extra_gyp_flag': '-Dextra_gyp_flag=0',
6 'chromium_git': 'https://chromium.googlesource.com', 6 'chromium_git': 'https://chromium.googlesource.com',
7 7
8 # Roll the Chromium Git hash to pick up newer versions of all the 8 # Roll the Chromium Git hash to pick up newer versions of all the
9 # dependencies and tools linked to in setup_links.py. 9 # dependencies and tools linked to in setup_links.py.
10 'chromium_revision': '941118827f5240dedb40082cffb1ead6c6d621cc', 10 'chromium_revision': '316b880c55452eb694a27ba4d1aa9e74ec9ef342',
11 } 11 }
12 12
13 # NOTE: Use http rather than https; the latter can cause problems for users 13 # NOTE: Use http rather than https; the latter can cause problems for users
14 # behind proxies. 14 # behind proxies.
15 deps = { 15 deps = {
16 Var('root_dir') + '/third_party/gflags/src': 16 Var('root_dir') + '/third_party/gflags/src':
17 Var('chromium_git') + '/external/github.com/gflags/gflags@03bebcb065c83beff8 3d50ae025a55a4bf94dfca', 17 Var('chromium_git') + '/external/github.com/gflags/gflags@03bebcb065c83beff8 3d50ae025a55a4bf94dfca',
18 } 18 }
19 19
20 # Define rules for which include paths are allowed in our source. 20 # Define rules for which include paths are allowed in our source.
(...skipping 27 matching lines...) Expand all
48 '--src-dir', 48 '--src-dir',
49 Var('root_dir'), 49 Var('root_dir'),
50 ], 50 ],
51 }, 51 },
52 { 52 {
53 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 53 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
54 'pattern': '.', 54 'pattern': '.',
55 'action': ['python', Var('root_dir') + '/gyp_libyuv'], 55 'action': ['python', Var('root_dir') + '/gyp_libyuv'],
56 }, 56 },
57 ] 57 ]
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