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

Unified Diff: skia/skia.gyp

Issue 10198027: enable android x86 build (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: add TODO for adjust chromium/android target_arch naming scheme Created 8 years, 8 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 | « build/common.gypi ('k') | third_party/yasm/README.chromium » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/skia.gyp
diff --git a/skia/skia.gyp b/skia/skia.gyp
index 835d20e3b6bc56bf4f1caec97406a3628342d7b1..6d91e501bd4a5b7b25f9f7e3032627611ad47fa1 100644
--- a/skia/skia.gyp
+++ b/skia/skia.gyp
@@ -1098,8 +1098,13 @@
'../third_party/skia/src/opts/SkBlitRow_opts_SSE2.cpp',
'../third_party/skia/src/opts/SkUtils_opts_SSE2.cpp',
],
- 'dependencies': [
- 'skia_opts_ssse3',
+ 'conditions': [
+ # x86 Android doesn't support SSSE3 instructions.
+ [ 'OS != "android"', {
+ 'dependencies': [
+ 'skia_opts_ssse3',
+ ],
+ }],
],
},
{ # arm
« no previous file with comments | « build/common.gypi ('k') | third_party/yasm/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698