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

Unified Diff: build/all.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 | « SConstruct ('k') | site_scons/site_tools/library_deps.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/all.gyp
diff --git a/build/all.gyp b/build/all.gyp
index 16a0f240eb368278d595d0d6998cab898dc4b2e5..e8305b3706df39aea8f4978db9b6df214cbe82ed 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -12,6 +12,7 @@
'../src/shared/platform/platform.gyp:*',
'../src/shared/srpc/srpc.gyp:*',
'../src/shared/utils/utils.gyp:*',
+ '../src/trusted/cpu_features/cpu_features.gyp:*',
'../src/trusted/debug_stub/debug_stub.gyp:*',
'../src/trusted/desc/desc.gyp:*',
'../src/trusted/nacl_base/nacl_base.gyp:*',
« no previous file with comments | « SConstruct ('k') | site_scons/site_tools/library_deps.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698