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

Side by Side Diff: DEPS

Issue 197123002: Roll Compact Language Detector v2 to r156, the January 2014 release (+stuff!) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move to r156 to correct more Chromium-on-Windows compilation problems Created 6 years, 9 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 | third_party/cld_2/cld_2.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # This file is automatically processed to create .DEPS.git which is the file 1 # This file is automatically processed to create .DEPS.git which is the file
2 # that gclient uses under git. 2 # that gclient uses under git.
3 # 3 #
4 # See http://code.google.com/p/chromium/wiki/UsingGit 4 # See http://code.google.com/p/chromium/wiki/UsingGit
5 # 5 #
6 # To test manually, run: 6 # To test manually, run:
7 # python tools/deps2git/deps2git.py -o .DEPS.git 7 # python tools/deps2git/deps2git.py -o .DEPS.git
8 # gclient runhooks 8 # gclient runhooks
9 # DO NOT CHECK IN CHANGES TO .DEPS.git. It will be automatically updated by 9 # DO NOT CHECK IN CHANGES TO .DEPS.git. It will be automatically updated by
10 # a bot when you modify this one. 10 # a bot when you modify this one.
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 "src/third_party/opus/src": 290 "src/third_party/opus/src":
291 "/trunk/deps/third_party/opus@237544", 291 "/trunk/deps/third_party/opus@237544",
292 292
293 "src/media/cdm/ppapi/api": 293 "src/media/cdm/ppapi/api":
294 "/trunk/deps/cdm@249141", 294 "/trunk/deps/cdm@249141",
295 295
296 "src/third_party/mesa/src": 296 "src/third_party/mesa/src":
297 "/trunk/deps/third_party/mesa@254411", 297 "/trunk/deps/third_party/mesa@254411",
298 298
299 "src/third_party/cld_2/src": 299 "src/third_party/cld_2/src":
300 (Var("googlecode_url") % "cld2") + "/trunk@84", 300 (Var("googlecode_url") % "cld2") + "/trunk@156",
301 301
302 "src/chrome/browser/resources/pdf/html_office": 302 "src/chrome/browser/resources/pdf/html_office":
303 Var("chromium_git") + 303 Var("chromium_git") +
304 "/chromium/html-office-public.git@9f76cc282c471ae4ff77415384db039fcab2f aa8", 304 "/chromium/html-office-public.git@9f76cc282c471ae4ff77415384db039fcab2f aa8",
305 305
306 "src/third_party/libwebm/source": 306 "src/third_party/libwebm/source":
307 Var("chromium_git") + 307 Var("chromium_git") +
308 "/webm/libwebm.git@0f7815b036651e242ec8c2fcfb59fe54f69be1a8", 308 "/webm/libwebm.git@0f7815b036651e242ec8c2fcfb59fe54f69be1a8",
309 309
310 "src/third_party/openssl": 310 "src/third_party/openssl":
(...skipping 401 matching lines...) Expand 10 before | Expand all | Expand 10 after
712 "-s", "src/build/linux/bin/eu-strip.sha1", 712 "-s", "src/build/linux/bin/eu-strip.sha1",
713 ], 713 ],
714 }, 714 },
715 { 715 {
716 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 716 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
717 "name": "gyp", 717 "name": "gyp",
718 "pattern": ".", 718 "pattern": ".",
719 "action": ["python", "src/build/gyp_chromium"], 719 "action": ["python", "src/build/gyp_chromium"],
720 }, 720 },
721 ] 721 ]
OLDNEW
« no previous file with comments | « no previous file | third_party/cld_2/cld_2.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698