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

Unified Diff: skia/skia_library.gypi

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 | « crypto/crypto.gyp ('k') | third_party/libwebp/libwebp.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/skia_library.gypi
diff --git a/skia/skia_library.gypi b/skia/skia_library.gypi
index b138e4d537ed7a069aa3a8d9a3ad70a68b0657db..075f25c45a18a5f0a30e8e47ecbf33c82fb72842 100644
--- a/skia/skia_library.gypi
+++ b/skia/skia_library.gypi
@@ -210,8 +210,8 @@
'sources': [
'../third_party/skia/src/core/SkUtilsArm.cpp',
],
- 'includes': [
- '../build/android/cpufeatures.gypi',
+ 'dependencies': [
+ '../build/android/ndk.gyp:cpu_features',
],
}],
[ 'desktop_linux == 1 or chromeos == 1', {
« no previous file with comments | « crypto/crypto.gyp ('k') | third_party/libwebp/libwebp.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698