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

Unified Diff: gyp/skia_lib.gyp

Issue 420183004: Force linking as C++ library. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: with skimage expectations Created 6 years, 4 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/skia_lib.gyp
diff --git a/gyp/skia_lib.gyp b/gyp/skia_lib.gyp
index 04d4bfc2076606a28bb8d22f710f8c4128514ac3..6bf6bc0332ebc0676ca90a420c1a01a36d630724 100644
--- a/gyp/skia_lib.gyp
+++ b/gyp/skia_lib.gyp
@@ -33,6 +33,7 @@
'targets': [
{
'target_name': 'skia_lib',
+ 'sources': [ '<(skia_src_path)/core/SkForceCPlusPlusLinking.cpp', ],
'conditions': [
[ 'skia_shared_lib', {
'conditions': [

Powered by Google App Engine
This is Rietveld 408576698