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

Unified Diff: crypto/crypto.gyp

Issue 1045123005: Remove indirection of cpufeatures.gypi. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 | « content/content_renderer.gypi ('k') | skia/skia_library.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: crypto/crypto.gyp
diff --git a/crypto/crypto.gyp b/crypto/crypto.gyp
index c8fdbc53213d5d44ffdbad1553bfd39215ecc6d1..a11371f6b911924d69ba13a0f621ae929cc65415 100644
--- a/crypto/crypto.gyp
+++ b/crypto/crypto.gyp
@@ -49,9 +49,9 @@
],
}],
[ 'OS == "android"', {
- 'includes': [
- '../build/android/cpufeatures.gypi',
- ],
+ 'dependencies': [
+ '../build/android/ndk.gyp:cpu_features',
+ ],
}],
[ 'os_bsd==1', {
'link_settings': {
« no previous file with comments | « content/content_renderer.gypi ('k') | skia/skia_library.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698