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

Unified Diff: third_party/libwebp/libwebp.gyp

Issue 11417114: Android: fix cpu_features for WebView build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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
« build/android/cpufeatures.gypi ('K') | « build/android/cpufeatures.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libwebp/libwebp.gyp
diff --git a/third_party/libwebp/libwebp.gyp b/third_party/libwebp/libwebp.gyp
index b3d9ee2f38e0b0739bd03fdbbeb6fbd67242f4b5..2fe4a4b8efd5bc2157395471ef64ac5b16a3e4ad 100644
--- a/third_party/libwebp/libwebp.gyp
+++ b/third_party/libwebp/libwebp.gyp
@@ -44,9 +44,7 @@
],
'conditions': [
['OS == "android"', {
- 'dependencies': [
- '<(android_ndk_root)/android_tools_ndk.gyp:cpu_features',
- ],
+ 'includes': [ '../../build/android/cpufeatures.gypi' ],
}],
['order_profiling != 0', {
'target_conditions' : [
« build/android/cpufeatures.gypi ('K') | « build/android/cpufeatures.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698