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

Side by Side Diff: o3d/DEPS_gyp

Issue 200144: Make follow-up changes per r26302 review comments (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 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 | « build/gyp_chromium ('k') | o3d/build/gyp_o3d » ('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 "chromium_trunk": "http://src.chromium.org/svn/trunk", 2 "chromium_trunk": "http://src.chromium.org/svn/trunk",
3 "nixysa_rev": "54", 3 "nixysa_rev": "54",
4 "chromium_rev": "26261", 4 "chromium_rev": "26261",
5 "o3d_code_rev": "145", 5 "o3d_code_rev": "145",
6 "skia_rev": "341", 6 "skia_rev": "341",
7 "gyp_rev": "651", 7 "gyp_rev": "651",
8 "gtest_rev": "267", 8 "gtest_rev": "267",
9 "gflags_rev": "30", 9 "gflags_rev": "30",
10 "breakpad_rev": "391", 10 "breakpad_rev": "391",
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 }, 136 },
137 "unix": { 137 "unix": {
138 # Linux, really. 138 # Linux, really.
139 "site_scons": 139 "site_scons":
140 Var("chromium_trunk") + "/src/site_scons@" + Var("chromium_rev"), 140 Var("chromium_trunk") + "/src/site_scons@" + Var("chromium_rev"),
141 }, 141 },
142 } 142 }
143 143
144 hooks = [ 144 hooks = [
145 { 145 {
146 # A change to a .gyp, .gypi, or to GYP itself shound run the generator. 146 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
147 "pattern": "\\.gypi?$|[/\\\\]src[/\\\\]tools[/\\\\]gyp[/\\\\]|MANIFEST$", 147 "pattern": "\\.gypi?$|[/\\\\]src[/\\\\]tools[/\\\\]gyp[/\\\\]|[/\\\\]src[/\\ \\]o3d[/\\\\]build[/\\\\]gyp_o3d$|MANIFEST$",
148 "action": ["python", "build/gyp_o3d", "build/all.gyp", "--depth", ".", 148 "action": ["python", "o3d/build/gyp_o3d", "o3d/build/all.gyp"],
149 "-D", "mac_deployment_target=10.4"],
150 }, 149 },
151 ] 150 ]
OLDNEW
« no previous file with comments | « build/gyp_chromium ('k') | o3d/build/gyp_o3d » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698