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

Unified Diff: testing/scripts/nacl_integration.py

Issue 2912193002: Enable no-compile tests on Windows
Patch Set: Revert "work around vs 12.0 bug" Created 3 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 | « build/nocompile.gni ('k') | tools/nocompile_driver.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/scripts/nacl_integration.py
diff --git a/testing/scripts/nacl_integration.py b/testing/scripts/nacl_integration.py
index f308b78b1cbfcdd85f083f45070106e58d4ce341..27ce8404b73e6930174e4df50de380467236c849 100755
--- a/testing/scripts/nacl_integration.py
+++ b/testing/scripts/nacl_integration.py
@@ -38,7 +38,7 @@ def main_run(args):
def main_compile_targets(args):
- json.dump(['chrome'], args.output)
+ json.dump(['chrome', 'base_nocompile_tests'], args.output)
if __name__ == '__main__':
« no previous file with comments | « build/nocompile.gni ('k') | tools/nocompile_driver.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698