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

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/baselineoptimizer.py

Issue 2396433004: Reland of "update SCM and expectations all at once after all commands". (Closed)
Patch Set: Add file to list of files to rm from SCM even if it doesn't exist in SCM. Created 4 years, 2 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 | third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/optimize_baselines_unittest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/baselineoptimizer.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/baselineoptimizer.py b/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/baselineoptimizer.py
index 5b77580ff787dd91280a96e15f274a4de09e0a23..6bc071542be0719de9df0be9266d00a7f535c134 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/baselineoptimizer.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/baselineoptimizer.py
@@ -251,6 +251,7 @@ class BaselineOptimizer(object):
_log.debug(" " + platform_dir)
for filename in fs_files:
self._filesystem.remove(filename)
+ self._files_to_delete.extend(scm_files)
qyearsley 2016/10/04 22:41:37 This is a fix that I think in theory should preven
else:
_log.debug(" (Nothing to delete)")
« no previous file with comments | « no previous file | third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/optimize_baselines_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698