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

Unified Diff: gyp/core.gyp

Issue 140503007: Scripts to generate Android.mk for framework Skia. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Respond to comments in patch set 5. Created 6 years, 11 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 | « gyp/common_variables.gypi ('k') | gyp/images.gyp » ('j') | gyp/ports.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/core.gyp
diff --git a/gyp/core.gyp b/gyp/core.gyp
index 868abea646bd662f9b5e46d6b3c00364852f9fb4..98a3919962d9c2bc2a5849b81f322b29735865bd 100644
--- a/gyp/core.gyp
+++ b/gyp/core.gyp
@@ -81,6 +81,11 @@
'android_deps.gyp:cpu_features',
],
}],
+ [ 'skia_android_framework', {
+ 'libraries': [
+ '-lcutils',
djsollen 2014/01/23 15:01:33 can you document that this is for SkAtomics_androi
scroggo 2014/01/24 20:09:02 Done.
+ ],
+ }],
[ 'skia_arch_type == "arm"', {
# The code in SkUtilsArm.cpp can be used on an ARM-based Linux system, not only Android.
'sources': [
« no previous file with comments | « gyp/common_variables.gypi ('k') | gyp/images.gyp » ('j') | gyp/ports.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698