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

Side by Side Diff: DEPS

Issue 134643003: Add libwebm in third_party. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 6 years, 11 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 | « .gitignore ('k') | third_party/libwebm/OWNERS » ('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 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 286
287 "src/third_party/mesa/src": 287 "src/third_party/mesa/src":
288 "/trunk/deps/third_party/mesa@240938", 288 "/trunk/deps/third_party/mesa@240938",
289 289
290 "src/third_party/cld_2/src": 290 "src/third_party/cld_2/src":
291 (Var("googlecode_url") % "cld2") + "/trunk@84", 291 (Var("googlecode_url") % "cld2") + "/trunk@84",
292 292
293 "src/third_party/html_office": 293 "src/third_party/html_office":
294 Var("chromium_git") + 294 Var("chromium_git") +
295 "/chromium/html-office-public.git@1d04f3dfbd8bd604190dfb6f5a030d30233ba 6ea", 295 "/chromium/html-office-public.git@1d04f3dfbd8bd604190dfb6f5a030d30233ba 6ea",
296
297 "src/third_party/libwebm/source":
298 Var("chromium_git") +
299 "/webm/libwebm.git@0f7815b036651e242ec8c2fcfb59fe54f69be1a8",
296 } 300 }
297 301
298 302
299 deps_os = { 303 deps_os = {
300 "win": { 304 "win": {
301 "src/chrome/tools/test/reference_build/chrome_win": 305 "src/chrome/tools/test/reference_build/chrome_win":
302 "/trunk/deps/reference_builds/chrome_win@237381", 306 "/trunk/deps/reference_builds/chrome_win@237381",
303 307
304 "src/third_party/cygwin": 308 "src/third_party/cygwin":
305 "/trunk/deps/third_party/cygwin@231940", 309 "/trunk/deps/third_party/cygwin@231940",
(...skipping 437 matching lines...) Expand 10 before | Expand all | Expand 10 after
743 "pattern": ".", 747 "pattern": ".",
744 "action": ["python", "src/build/gyp_chromium"], 748 "action": ["python", "src/build/gyp_chromium"],
745 }, 749 },
746 { 750 {
747 # Check for landmines (reasons to clobber the build). 751 # Check for landmines (reasons to clobber the build).
748 "name": "landmines", 752 "name": "landmines",
749 "pattern": ".", 753 "pattern": ".",
750 "action": ["python", "src/build/landmines.py"], 754 "action": ["python", "src/build/landmines.py"],
751 }, 755 },
752 ] 756 ]
OLDNEW
« no previous file with comments | « .gitignore ('k') | third_party/libwebm/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698