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

Side by Side Diff: chromium/.gclient

Issue 1353713002: Remove GICE (again). (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years, 3 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
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/deqp/src': None,
pthatcher1 2015/09/17 07:09:36 My client won't sync without this. But I think th
13 'src/third_party/ffmpeg': None, 14 'src/third_party/ffmpeg': None,
14 'src/third_party/hunspell_dictionaries': None, 15 'src/third_party/hunspell_dictionaries': None,
15 'src/third_party/liblouis/src': None, 16 'src/third_party/liblouis/src': None,
16 'src/third_party/pdfium': None, 17 'src/third_party/pdfium': None,
17 'src/third_party/skia': None, 18 'src/third_party/skia': None,
18 'src/third_party/trace-viewer': None, 19 'src/third_party/trace-viewer': None,
19 'src/third_party/webrtc': None, 20 'src/third_party/webrtc': None,
20 'src/third_party/WebKit': None, 21 'src/third_party/WebKit': None,
21 }, 22 },
22 'safesync_url': '' 23 'safesync_url': ''
23 }] 24 }]
24 25
25 cache_dir = None 26 cache_dir = None
OLDNEW
« no previous file with comments | « no previous file | talk/app/webrtc/jsepsessiondescription_unittest.cc » ('j') | tools/valgrind-webrtc/memcheck/suppressions.txt » ('J')

Powered by Google App Engine
This is Rietveld 408576698