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

Unified Diff: src/trusted/validator_arm/validator_arm.gyp

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: Address bsy's comments by not building x86 target when host isn't x86. This is how things are curre… 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
« no previous file with comments | « src/trusted/validator_arm/validator.h ('k') | src/trusted/validator_mips/build.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/validator_arm/validator_arm.gyp
diff --git a/src/trusted/validator_arm/validator_arm.gyp b/src/trusted/validator_arm/validator_arm.gyp
index 90ceda5c868b7cc5c04dfef425609013a918998a..a819ff8cd553e0798b15bebb114e68a8bab78763 100644
--- a/src/trusted/validator_arm/validator_arm.gyp
+++ b/src/trusted/validator_arm/validator_arm.gyp
@@ -43,13 +43,15 @@
'address_set.cc',
'actual_classes.cc',
'baseline_classes.cc',
- 'cpuid_arm.c',
'inst_classes.cc',
'model.cc',
'validator.cc',
'gen/arm32_decode.cc',
'gen/arm32_decode_actuals.cc'
],
+ 'dependencies': [
+ '<(DEPTH)/native_client/src/trusted/cpu_features/cpu_features.gyp:cpu_features'
+ ],
},
# ----------------------------------------------------------------------
{
« no previous file with comments | « src/trusted/validator_arm/validator.h ('k') | src/trusted/validator_mips/build.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698