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

Unified Diff: recipe_modules/gclient/config.py

Issue 2117063002: remove blink_or_chromium gclient config (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 4 years, 5 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 | « recipe_modules/gclient/api.py ('k') | recipe_modules/gclient/example.py » ('j') | 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 cb70c13ac6414b06629809f994715ae0234b36d8..cd2e0957eca09c7fc0c54e0b8b981d5349f59d42 100644
--- a/recipe_modules/gclient/config.py
+++ b/recipe_modules/gclient/config.py
@@ -239,14 +239,6 @@ def blink(c):
del c.solutions[0].custom_deps
c.revisions['src/third_party/WebKit'] = 'HEAD'
-@config_ctx(includes=['chromium'])
-def blink_or_chromium(c):
- c.solutions[0].revision = gclient_api.ProjectRevisionResolver('chromium')
- del c.solutions[0].custom_deps
- c.revisions['src/third_party/WebKit'] = \
- gclient_api.ProjectRevisionResolver(
- 'webkit', parent_got_revision='parent_got_webkit_revision')
-
# TODO(phajdan.jr): Move to proper repo and add coverage.
@config_ctx(includes=['chromium'])
def blink_merged(c): # pragma: no cover
« no previous file with comments | « recipe_modules/gclient/api.py ('k') | recipe_modules/gclient/example.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698