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

Unified Diff: tools/roll_angle.py

Issue 2898403003: Remove references to GClientKeywords.FromImpl from roll scripts (Closed)
Patch Set: Created 3 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
« PRESUBMIT.py ('K') | « PRESUBMIT.py ('k') | tools/roll_swiftshader.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/roll_angle.py
diff --git a/tools/roll_angle.py b/tools/roll_angle.py
index b45b48c1ca371247baf879af317d3cd752c7a980..83a5cdeabcaa4aa6f2ae4cf5659e8112c3d4a346 100755
--- a/tools/roll_angle.py
+++ b/tools/roll_angle.py
@@ -81,7 +81,6 @@ def _ParseDepsDict(deps_content):
local_scope = {}
var = GClientKeywords.VarImpl({}, local_scope)
global_scope = {
- 'From': GClientKeywords.FromImpl,
'Var': var.Lookup,
'deps_os': {},
}
« PRESUBMIT.py ('K') | « PRESUBMIT.py ('k') | tools/roll_swiftshader.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698