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

Unified Diff: gyp/utils.gyp

Issue 16099014: enable shared lib support in linux for lua (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 6 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
« gyp/skia_lib.gyp ('K') | « gyp/skia_lib.gyp ('k') | src/utils/SkLua.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/utils.gyp
diff --git a/gyp/utils.gyp b/gyp/utils.gyp
index 4ac9284d5371112ac12da0e34fa96719c6c7bc0d..7cbc33c8b2a3fb72a6f1b4aacdc64805a266eb35 100644
--- a/gyp/utils.gyp
+++ b/gyp/utils.gyp
@@ -201,6 +201,15 @@
'../src/utils/android/ashmem.cpp',
],
}],
+ [ 'skia_lua', {
+ 'sources': [
+ '../src/utils/SkLuaCanvas.cpp',
+ '../src/utils/SkLua.cpp',
+ ],
+ 'include_dirs': [
+ '../third_party/lua/src/',
+ ],
+ }],
],
'direct_dependent_settings': {
'include_dirs': [
« gyp/skia_lib.gyp ('K') | « gyp/skia_lib.gyp ('k') | src/utils/SkLua.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698