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

Side by Side Diff: DEPS

Issue 1622007: [Mac] Deps roll for GTM to pick up fudge factor for radio groups like checkbo... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 8 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 "webkit_trunk": 2 "webkit_trunk":
3 "http://svn.webkit.org/repository/webkit/trunk", 3 "http://svn.webkit.org/repository/webkit/trunk",
4 "webkit_revision": "57147", 4 "webkit_revision": "57147",
5 "ffmpeg_revision": "42726", 5 "ffmpeg_revision": "42726",
6 "skia_revision": "504", 6 "skia_revision": "504",
7 "chromium_git": "http://src.chromium.org/git", 7 "chromium_git": "http://src.chromium.org/git",
8 "swig_revision": "40423", 8 "swig_revision": "40423",
9 "nacl_revision": "1915", 9 "nacl_revision": "1915",
10 } 10 }
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 168
169 "src/third_party/mingw-w64/mingw/bin": 169 "src/third_party/mingw-w64/mingw/bin":
170 ("http://nativeclient.googlecode.com/svn/trunk/src/third_party/mingw-w64/m ingw/bin@" + 170 ("http://nativeclient.googlecode.com/svn/trunk/src/third_party/mingw-w64/m ingw/bin@" +
171 Var("nacl_revision")), 171 Var("nacl_revision")),
172 }, 172 },
173 "mac": { 173 "mac": {
174 "src/chrome/tools/test/reference_build/chrome_mac": 174 "src/chrome/tools/test/reference_build/chrome_mac":
175 "/trunk/deps/reference_builds/chrome_mac@41963", 175 "/trunk/deps/reference_builds/chrome_mac@41963",
176 176
177 "src/third_party/GTM": 177 "src/third_party/GTM":
178 "http://google-toolbox-for-mac.googlecode.com/svn/trunk@312", 178 "http://google-toolbox-for-mac.googlecode.com/svn/trunk@321",
179 "src/third_party/pdfsqueeze": 179 "src/third_party/pdfsqueeze":
180 "http://pdfsqueeze.googlecode.com/svn/trunk@2", 180 "http://pdfsqueeze.googlecode.com/svn/trunk@2",
181 "src/third_party/lighttpd": 181 "src/third_party/lighttpd":
182 "/trunk/deps/third_party/lighttpd@33737", 182 "/trunk/deps/third_party/lighttpd@33737",
183 183
184 "src/third_party/WebKit/WebKit/mac": 184 "src/third_party/WebKit/WebKit/mac":
185 Var("webkit_trunk") + "/WebKit/mac@" + Var("webkit_revision"), 185 Var("webkit_trunk") + "/WebKit/mac@" + Var("webkit_revision"),
186 "src/third_party/WebKit/WebKitLibraries": 186 "src/third_party/WebKit/WebKitLibraries":
187 Var("webkit_trunk") + "/WebKitLibraries@" + Var("webkit_revision"), 187 Var("webkit_trunk") + "/WebKitLibraries@" + Var("webkit_revision"),
188 188
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 "action": ["python", "src/build/gyp_chromium"], 246 "action": ["python", "src/build/gyp_chromium"],
247 }, 247 },
248 { 248 {
249 # Workaround XCode dependecies problem. 249 # Workaround XCode dependecies problem.
250 # TODO(bradnelson): remove this when fixed. 250 # TODO(bradnelson): remove this when fixed.
251 "pattern": ".", 251 "pattern": ".",
252 "action": ["python", 252 "action": ["python",
253 "src/build/mac/clobber_generated_headers.py"], 253 "src/build/mac/clobber_generated_headers.py"],
254 }, 254 },
255 ] 255 ]
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