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

Side by Side Diff: DEPS

Issue 103143004: Update webrtc/libjingle 5268:5288. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years 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
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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 "lighttpd_revision": "33737", 45 "lighttpd_revision": "33737",
46 "skia_revision": "12652", 46 "skia_revision": "12652",
47 "skia_hash": "0682019f2161af00168bb1984918753f2a1c1e54", 47 "skia_hash": "0682019f2161af00168bb1984918753f2a1c1e54",
48 # Three lines of non-changing comments so that 48 # Three lines of non-changing comments so that
49 # the commit queue can handle CLs rolling Skia 49 # the commit queue can handle CLs rolling Skia
50 # and V8 without interference from each other. 50 # and V8 without interference from each other.
51 "v8_revision": "18251", 51 "v8_revision": "18251",
52 # Three lines of non-changing comments so that 52 # Three lines of non-changing comments so that
53 # the commit queue can handle CLs rolling WebRTC 53 # the commit queue can handle CLs rolling WebRTC
54 # and V8 without interference from each other. 54 # and V8 without interference from each other.
55 "webrtc_revision": "5268", 55 "webrtc_revision": "5288",
56 "jsoncpp_revision": "248", 56 "jsoncpp_revision": "248",
57 "nss_revision": "239365", 57 "nss_revision": "239365",
58 # Three lines of non-changing comments so that 58 # Three lines of non-changing comments so that
59 # the commit queue can handle CLs rolling swarming_client 59 # the commit queue can handle CLs rolling swarming_client
60 # and whatever else without interference from each other. 60 # and whatever else without interference from each other.
61 "swarming_revision": "aab3a62beb7e1d7a6785dcaee707479691fd6ddf", 61 "swarming_revision": "aab3a62beb7e1d7a6785dcaee707479691fd6ddf",
62 # Three lines of non-changing comments so that 62 # Three lines of non-changing comments so that
63 # the commit queue can handle CLs rolling openssl 63 # the commit queue can handle CLs rolling openssl
64 # and whatever else without interference from each other. 64 # and whatever else without interference from each other.
65 "openssl_revision": "236537", 65 "openssl_revision": "236537",
(...skipping 645 matching lines...) Expand 10 before | Expand all | Expand 10 after
711 "pattern": ".", 711 "pattern": ".",
712 "action": ["python", "src/build/gyp_chromium"], 712 "action": ["python", "src/build/gyp_chromium"],
713 }, 713 },
714 { 714 {
715 # Check for landmines (reasons to clobber the build). 715 # Check for landmines (reasons to clobber the build).
716 "name": "landmines", 716 "name": "landmines",
717 "pattern": ".", 717 "pattern": ".",
718 "action": ["python", "src/build/landmines.py"], 718 "action": ["python", "src/build/landmines.py"],
719 }, 719 },
720 ] 720 ]
OLDNEW
« no previous file with comments | « no previous file | content/renderer/media/media_stream_audio_processor.cc » ('j') | content/renderer/p2p/ipc_socket_factory.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698