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

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

Issue 12212074: Support for non-DOM canvases/contexts (backed by bitaps). (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 10 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
Index: runtime/embedders/openglui/openglui_embedder.gypi
===================================================================
--- runtime/embedders/openglui/openglui_embedder.gypi (revision 18200)
+++ runtime/embedders/openglui/openglui_embedder.gypi (working copy)
@@ -141,8 +141,14 @@
'build_skia.sh'
],
'outputs': [
- '../../../third_party/skia/trunk/out/config/android-x86/Debug/libskia_core.a'
+ 'dummy' # To force re-execution every time.
],
+ # For now we drive the build from a shell
+ # script, to get us going. Eventually we will
+ # want to either fork Skia or incorporate its
+ # gclient settings into ours, and include its
+ # gyp files within ours, so that it gets built
+ # as part of our tree.
'action': [
'embedders/openglui/build_skia.sh',
'--android',
@@ -267,7 +273,7 @@
'build_skia.sh'
],
'outputs': [
- '../../../third_party/skia/trunk/out/Debug/libskia_core.a'
+ 'dummy' # To force re-execution every time.
],
'action': [
'embedders/openglui/build_skia.sh',

Powered by Google App Engine
This is Rietveld 408576698