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

Side by Side Diff: DEPS

Issue 1755019: Roll forward DEPS for assets to pick up dummy dependencies currently... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/o3d/
Patch Set: Created 10 years, 7 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 | Annotate | Revision Log
« 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 "chromium_trunk": "http://src.chromium.org/svn/trunk", 2 "chromium_trunk": "http://src.chromium.org/svn/trunk",
3 "nixysa_rev": "69", 3 "nixysa_rev": "69",
4 # When updating the chromium rev, you must also update the nss and sqlite 4 # When updating the chromium rev, you must also update the nss and sqlite
5 # revs to match the version pulled-in by Chromium's own DEPS in the new rev. 5 # revs to match the version pulled-in by Chromium's own DEPS in the new rev.
6 "chromium_rev": "37758", 6 "chromium_rev": "37758",
7 "o3d_code_rev": "180", 7 "o3d_code_rev": "190",
8 "skia_rev": "488", 8 "skia_rev": "488",
9 "gyp_rev": "798", 9 "gyp_rev": "798",
10 "gtest_rev": "359", 10 "gtest_rev": "359",
11 "gflags_rev": "30", 11 "gflags_rev": "30",
12 "breakpad_rev": "391", 12 "breakpad_rev": "391",
13 "v8_rev": "3608", 13 "v8_rev": "3608",
14 "nacl_rev": "1434", 14 "nacl_rev": "1434",
15 } 15 }
16 16
17 deps = { 17 deps = {
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 }, 180 },
181 } 181 }
182 182
183 hooks = [ 183 hooks = [
184 { 184 {
185 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 185 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
186 "pattern": "\\.gypi?$|[/\\\\]src[/\\\\]tools[/\\\\]gyp[/\\\\]|[/\\\\]src[/\\ \\]o3d[/\\\\]build[/\\\\]gyp_o3d$|MANIFEST$", 186 "pattern": "\\.gypi?$|[/\\\\]src[/\\\\]tools[/\\\\]gyp[/\\\\]|[/\\\\]src[/\\ \\]o3d[/\\\\]build[/\\\\]gyp_o3d$|MANIFEST$",
187 "action": ["python", "o3d/build/gyp_o3d", "o3d/build/o3d.gyp", "o3d/tests/la b/ChangeResolution/change_resolution.gyp"], 187 "action": ["python", "o3d/build/gyp_o3d", "o3d/build/o3d.gyp", "o3d/tests/la b/ChangeResolution/change_resolution.gyp"],
188 }, 188 },
189 ] 189 ]
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