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

Unified Diff: runtime/embedders/openglui/openglui_embedder.gypi

Issue 15317012: Fix the Skia build for Android. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 7 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 | « runtime/embedders/openglui/build_skia.sh ('k') | tools/build.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/embedders/openglui/openglui_embedder.gypi
===================================================================
--- runtime/embedders/openglui/openglui_embedder.gypi (revision 22893)
+++ runtime/embedders/openglui/openglui_embedder.gypi (working copy)
@@ -50,6 +50,7 @@
'../../vm/version.h',
'../../../third_party/android_tools/ndk/sources/android/native_app_glue/android_native_app_glue.h',
'../../../third_party/android_tools/ndk/sources/android/native_app_glue/android_native_app_glue.c',
+ '../../../third_party/skia/trunk/src/core/SkPaintOptionsAndroid.cpp',
'android/android_graphics_handler.cc',
'android/android_graphics_handler.h',
'android/android_input_handler.h',
@@ -115,6 +116,10 @@
'-lgif',
'-ljpeg',
'-lpng',
+ '-lwebp_dec',
+ '-lwebp_utils',
+ '-lwebp_dsp',
+ '-lwebp_enc',
'-lskia_core',
'-lskia_effects',
'-lskia_gr',
@@ -264,7 +269,8 @@
'-lGL',
'-lglut',
'-lGLU',
- '-lm'
+ '-lm',
+ '-lwebp'
],
},
'conditions': [
« no previous file with comments | « runtime/embedders/openglui/build_skia.sh ('k') | tools/build.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698