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

Side by Side Diff: chromium/.gclient

Issue 1414343008: DEPS: Sync Git subtree mirrors instead of symlinking into chromium/src (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Rebased Created 3 years, 12 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 | « PRESUBMIT.py ('k') | chromium/OWNERS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 solutions = [{
2 'name': 'src',
3 'url': 'https://chromium.googlesource.com/chromium/src.git',
4 'deps_file': '.DEPS.git',
5 'managed': False,
6 'custom_deps': {
7 # Skip syncing some large dependencies WebRTC will never need.
8 'src/chrome/tools/test/reference_build/chrome_linux': None,
9 'src/chrome/tools/test/reference_build/chrome_mac': None,
10 'src/chrome/tools/test/reference_build/chrome_win': None,
11 'src/native_client': None,
12 'src/third_party/cld_2/src': None,
13 'src/third_party/hunspell_dictionaries': None,
14 'src/third_party/liblouis/src': None,
15 'src/third_party/pdfium': None,
16 'src/third_party/skia': None,
17 'src/third_party/trace-viewer': None,
18 'src/third_party/webrtc': None,
19 },
20 'safesync_url': ''
21 }]
22
23 cache_dir = None
OLDNEW
« no previous file with comments | « PRESUBMIT.py ('k') | chromium/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698