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

Unified Diff: tools/coverage_helper.py

Issue 11864002: Move CPU features into its own static library. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Another go at Windows x64, with help from Noel. Created 7 years, 11 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
Index: tools/coverage_helper.py
diff --git a/tools/coverage_helper.py b/tools/coverage_helper.py
index a5c9280171166840808a4ef75ee29edaad7c6a7f..38654864183d04c052061939c5a348db4ef0dd54 100644
--- a/tools/coverage_helper.py
+++ b/tools/coverage_helper.py
@@ -44,12 +44,12 @@ class CoverageHelper(object):
#
def Ignore(self):
return set([
+ 'cpu_x86_test.c',
'defsize64.c',
'lock_insts.c',
'lock_insts.h',
'long_mode.c',
'long_mode.h',
- 'nacl_cpuid_test.c',
'nacl_illegal.c',
'nacl_illegal.h',
'nc_read_segment.c',

Powered by Google App Engine
This is Rietveld 408576698