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

Unified Diff: skia/skia_library.gypi

Issue 440043002: [MIPS64] Add build support in Skia for MIPS64 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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 | « skia/skia.gyp ('k') | skia/skia_library_opts.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 7410d7cb94b27aaf6026ba354b5bb85808a1a8e0..59e90883cd4a4b83542e4f77f8e6868abdc3bfda 100644
--- a/skia/skia_library.gypi
+++ b/skia/skia_library.gypi
@@ -233,7 +233,7 @@
],
}],
[ 'target_arch == "arm" or target_arch == "arm64" or \
- target_arch == "mipsel"', {
+ target_arch == "mipsel" or target_arch == "mips64el"', {
'sources!': [
'../third_party/skia/src/opts/opts_check_x86.cpp'
],
« no previous file with comments | « skia/skia.gyp ('k') | skia/skia_library_opts.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698