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

Side by Side Diff: DEPS_gyp

Issue 267108: This updates the GYP revision to the latest one to fix... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/o3d/
Patch Set: Created 11 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 | 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": "56", 3 "nixysa_rev": "56",
4 "chromium_rev": "28829", 4 "chromium_rev": "28829",
5 "o3d_code_rev": "149", 5 "o3d_code_rev": "149",
6 "skia_rev": "376", 6 "skia_rev": "376",
7 "gyp_rev": "685", 7 "gyp_rev": "697",
8 "gtest_rev": "329", 8 "gtest_rev": "329",
9 "gflags_rev": "30", 9 "gflags_rev": "30",
10 "breakpad_rev": "391", 10 "breakpad_rev": "391",
11 "v8_rev": "2901", 11 "v8_rev": "2901",
12 "nacl_rev": "842", 12 "nacl_rev": "842",
13 } 13 }
14 14
15 deps = { 15 deps = {
16 "o3d/o3d_assets": 16 "o3d/o3d_assets":
17 "http://o3d.googlecode.com/svn/trunk/googleclient/o3d_assets@" + Var("o3d_co de_rev"), 17 "http://o3d.googlecode.com/svn/trunk/googleclient/o3d_assets@" + Var("o3d_co de_rev"),
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 }, 152 },
153 } 153 }
154 154
155 hooks = [ 155 hooks = [
156 { 156 {
157 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 157 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
158 "pattern": "\\.gypi?$|[/\\\\]src[/\\\\]tools[/\\\\]gyp[/\\\\]|[/\\\\]src[/\\ \\]o3d[/\\\\]build[/\\\\]gyp_o3d$|MANIFEST$", 158 "pattern": "\\.gypi?$|[/\\\\]src[/\\\\]tools[/\\\\]gyp[/\\\\]|[/\\\\]src[/\\ \\]o3d[/\\\\]build[/\\\\]gyp_o3d$|MANIFEST$",
159 "action": ["python", "o3d/build/gyp_o3d", "o3d/build/o3d.gyp"], 159 "action": ["python", "o3d/build/gyp_o3d", "o3d/build/o3d.gyp"],
160 }, 160 },
161 ] 161 ]
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