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

Unified Diff: gyp/common_variables.gypi

Issue 400043003: Run CanvasState test across a library boundary. (Closed) Base URL: https://skia.googlesource.com/skia.git@canvasState2
Patch Set: Created 6 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
Index: gyp/common_variables.gypi
diff --git a/gyp/common_variables.gypi b/gyp/common_variables.gypi
index c3714dc6c038757d152daaa085d700464c281397..24f0e879fa50bf90a75764846e8eef85a3c8eb90 100644
--- a/gyp/common_variables.gypi
+++ b/gyp/common_variables.gypi
@@ -180,6 +180,13 @@
'skia_clang_build%': 0,
'skia_keep_frame_pointer%': 0,
}],
+ [ 'skia_shared_lib == 1 or skia_sanitizer == "thread" '
scroggo 2014/07/18 19:31:02 Also pulled out into https://codereview.chromium.o
+ 'or skia_sanitizer == "undefined" or skia_os == "android"', {
+ 'skia_pic%' : 1,
+ }, {
+ 'skia_pic%' : 0,
+ }
+ ],
],
# Re-define all variables defined within the level-2 'variables' dict,

Powered by Google App Engine
This is Rietveld 408576698