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

Unified Diff: build/get_landmines.py

Issue 1202883002: Re-enable chromevox_tests, with clobber. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@chromevox_tests_reenable
Patch Set: Rebase on master Created 5 years, 6 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 | chrome/browser/resources/chromeos/chromevox/chromevox_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/get_landmines.py
diff --git a/build/get_landmines.py b/build/get_landmines.py
index 9557c569b9bc89c98eb66fd2e0a3bd927d28807b..906b0eded7d284c0f403a1d22dcc0deafd222276 100755
--- a/build/get_landmines.py
+++ b/build/get_landmines.py
@@ -73,7 +73,8 @@ def print_landmines():
print 'Remove NaCl toolchains from the output dir (crbug.com/456902)'
if platform() == 'ios':
print 'Clobber iOS to workaround Xcode deps bug (crbug.com/485435)'
-
+ if platform() == 'linux':
+ print 'Clobber to force chromevox_tests to be rebuilt (crbug.com/503299)'
def main():
print_landmines()
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/chromevox/chromevox_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698