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

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

Issue 13345002: Cleaned up OpenGLUI samples and added Blasteroids. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 9 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 20700)
+++ runtime/embedders/openglui/openglui_embedder.gypi (working copy)
@@ -247,16 +247,16 @@
'-Wall',
'<(skia_libs_location_desktop)',
'-Wl,--start-group',
+ '-lskia_core',
'-lskia_effects',
+ '-lskia_gr',
'-lskia_images',
- '-lskia_core',
'-lskia_opts',
'-lskia_opts_ssse3',
'-lskia_ports',
'-lskia_sfnt',
+ '-lskia_skgr',
'-lskia_utils',
- '-lskia_gr',
- '-lskia_skgr',
'-Wl,--end-group',
'-lfreetype',
],
« no previous file with comments | « runtime/embedders/openglui/emulator/emulator_embedder.cc ('k') | samples/openglui/android-blasteroids/AndroidManifest.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698