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

Side by Side Diff: DEPS

Issue 1416823002: Roll chromium_revision bb79186..5d149df (353481:354955) (Closed) Base URL: https://chromium.googlesource.com/libyuv/libyuv@master
Patch Set: Updating chromium/.gclient Created 5 years, 2 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 | chromium/.gclient » ('j') | 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': 'bb79186c63ff4eff7a2a318a21731005c53f269b', 10 'chromium_revision': '5d149df075245e393f84d63825f812b66cbe042d',
11 } 11 }
12 12
13 # NOTE: Prefer revision numbers to tags for svn deps. Use http rather than 13 # NOTE: Prefer revision numbers to tags for svn deps. Use http rather than
14 # https; the latter can cause problems for users behind proxies. 14 # https; the latter can cause problems for users 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/gflags/src@e7390f9185c75f8d902c05ed7d20bb94 eb914d0c', # from svn revision 82 17 Var('chromium_git') + '/external/gflags/src@e7390f9185c75f8d902c05ed7d20bb94 eb914d0c', # from svn revision 82
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 12 matching lines...) Expand all
33 'name': 'setup_links', 33 'name': 'setup_links',
34 'pattern': '.', 34 'pattern': '.',
35 'action': ['python', Var('root_dir') + '/setup_links.py'], 35 'action': ['python', Var('root_dir') + '/setup_links.py'],
36 }, 36 },
37 { 37 {
38 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 38 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
39 'pattern': '.', 39 'pattern': '.',
40 'action': ['python', Var('root_dir') + '/gyp_libyuv'], 40 'action': ['python', Var('root_dir') + '/gyp_libyuv'],
41 }, 41 },
42 ] 42 ]
OLDNEW
« no previous file with comments | « no previous file | chromium/.gclient » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698