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

Unified Diff: recipe_modules/gclient/example.py

Issue 1984993002: Set patch project path correct for WebRTC. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: 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
Index: recipe_modules/gclient/example.py
diff --git a/recipe_modules/gclient/example.py b/recipe_modules/gclient/example.py
index 6d326aabe081d88f87a5f2a81cdba0fcdaa2fadc..3f6db8966473967521a3c14c198c95b15881a3ed 100644
--- a/recipe_modules/gclient/example.py
+++ b/recipe_modules/gclient/example.py
@@ -93,11 +93,6 @@ def RunSteps(api):
assert not api.gclient.is_blink_mode
- if api.properties.get('patch_project'):
- api.gclient.set_patch_project_revision(
- patch_project=api.properties.get('patch_project'),
- gclient_config=api.gclient.make_config('chromium_bare'))
-
def GenTests(api):
yield api.test('basic')
@@ -105,8 +100,3 @@ def GenTests(api):
yield api.test('revision') + api.properties(revision='abc')
yield api.test('tryserver') + api.properties.tryserver()
-
- yield (
- api.test('tryserver_webrtc_patch') +
- api.properties.tryserver(patch_project='webrtc')
- )
« no previous file with comments | « recipe_modules/gclient/config.py ('k') | recipe_modules/gclient/example.expected/tryserver_webrtc_patch.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698