| Index: recipe_modules/gclient/config.py
|
| diff --git a/recipe_modules/gclient/config.py b/recipe_modules/gclient/config.py
|
| index 1f91ca188c5ecfd944bec23dd864d137f6807318..6f8c3d65b4da93899f81c74c818fc760139109ce 100644
|
| --- a/recipe_modules/gclient/config.py
|
| +++ b/recipe_modules/gclient/config.py
|
| @@ -172,9 +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)
|
| + # TODO(kjellander): Change to the path below to src/third_party/webrtc after
|
| + # http://crbug.com/611808 is fixed.
|
| + p['webrtc'] = ('src/third_party', 'HEAD')
|
|
|
| @config_ctx(includes=['chromium_bare'])
|
| def chromium_empty(c):
|
|
|