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

Unified Diff: gyp/common_conditions.gypi

Issue 1243383002: Add skia_use_android_framework_defines GYP_DEFINE (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 5 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 | « no previous file | gyp/common_variables.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/common_conditions.gypi
diff --git a/gyp/common_conditions.gypi b/gyp/common_conditions.gypi
index ba4337403d99621a1c1ed291715a1c919cd459b5..060a08dc1cf443649ca6e6be9a5899e61af0b609 100644
--- a/gyp/common_conditions.gypi
+++ b/gyp/common_conditions.gypi
@@ -401,6 +401,15 @@
],
}],
+ ['skia_use_android_framework_defines', {
scroggo 2015/07/22 13:02:43 Could you add a comment why this is necessary, her
borenet 2015/07/22 13:32:35 Done.
+ 'includes' : [
+ 'skia_for_android_framework_defines.gypi',
+ ],
+ 'defines': [
+ '<@(skia_for_android_framework_defines)',
+ ],
+ }],
+
[ 'skia_os in ["linux", "freebsd", "openbsd", "solaris", "chromeos"]',
{
'defines': [
« no previous file with comments | « no previous file | gyp/common_variables.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698