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

Unified Diff: recipe_modules/gclient/config.py

Issue 1976243002: Add support for WebRTC patches to Chromium trybots (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Changed HEAD to None to make our special case work. Created 4 years, 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipe_modules/gclient/config.py
diff --git a/recipe_modules/gclient/config.py b/recipe_modules/gclient/config.py
index bcd698dbb50ad83ce32e3d09fc07e6aff3414f44..1f91ca188c5ecfd944bec23dd864d137f6807318 100644
--- a/recipe_modules/gclient/config.py
+++ b/recipe_modules/gclient/config.py
@@ -172,6 +172,9 @@ def chromium_bare(c):
p['pdfium'] = ('src/third_party/pdfium', 'HEAD')
p['skia'] = ('src/third_party/skia', 'HEAD')
p['flac'] = ('src/third_party/flac', 'HEAD')
+ # TODO(kjellander): Change to the path below to src/third_party/webrtc mapping
+ # to 'HEAD' after http://crbug.com/611808 is fixed.
+ p['webrtc'] = ('src/third_party', None)
@config_ctx(includes=['chromium_bare'])
def chromium_empty(c):
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698