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

Side by Side Diff: chromium/.gclient

Issue 1306813009: H.264 video codec support using OpenH264/FFmpeg (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Rebase with master (and remove temporary debug prints) Created 4 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
« no previous file with comments | « .gitignore ('k') | setup_links.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 solutions = [{ 1 solutions = [{
2 'name': 'src', 2 'name': 'src',
3 'url': 'https://chromium.googlesource.com/chromium/src.git', 3 'url': 'https://chromium.googlesource.com/chromium/src.git',
4 'deps_file': '.DEPS.git', 4 'deps_file': '.DEPS.git',
5 'managed': False, 5 'managed': False,
6 'custom_deps': { 6 'custom_deps': {
7 # Skip syncing some large dependencies WebRTC will never need. 7 # Skip syncing some large dependencies WebRTC will never need.
8 'src/chrome/tools/test/reference_build/chrome_linux': None, 8 'src/chrome/tools/test/reference_build/chrome_linux': None,
9 'src/chrome/tools/test/reference_build/chrome_mac': None, 9 'src/chrome/tools/test/reference_build/chrome_mac': None,
10 'src/chrome/tools/test/reference_build/chrome_win': None, 10 'src/chrome/tools/test/reference_build/chrome_win': None,
11 'src/native_client': None, 11 'src/native_client': None,
12 'src/third_party/cld_2/src': None, 12 'src/third_party/cld_2/src': None,
13 'src/third_party/ffmpeg': None,
kjellander_webrtc 2016/01/04 14:52:08 (as discussed offline) just changing this file doe
hbos 2016/01/04 15:49:05 Thanks! It seems to have done the trick.
14 'src/third_party/hunspell_dictionaries': None, 13 'src/third_party/hunspell_dictionaries': None,
15 'src/third_party/liblouis/src': None, 14 'src/third_party/liblouis/src': None,
16 'src/third_party/pdfium': None, 15 'src/third_party/pdfium': None,
17 'src/third_party/skia': None, 16 'src/third_party/skia': None,
18 'src/third_party/trace-viewer': None, 17 'src/third_party/trace-viewer': None,
19 'src/third_party/webrtc': None, 18 'src/third_party/webrtc': None,
20 }, 19 },
21 'safesync_url': '' 20 'safesync_url': ''
22 }] 21 }]
23 22
24 cache_dir = None 23 cache_dir = None
OLDNEW
« no previous file with comments | « .gitignore ('k') | setup_links.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698