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

Unified Diff: skia/skia_chrome.gypi

Issue 23030005: Android: exclude dead code from android build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix ordering in ui.gyp Created 7 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: skia/skia_chrome.gypi
diff --git a/skia/skia_chrome.gypi b/skia/skia_chrome.gypi
index 00a0f4914b999901b6ff2f1344f4ef74eb3464fe..5ff4db4fe18a8d49dba78e60309ce438c5ca9b91 100644
--- a/skia/skia_chrome.gypi
+++ b/skia/skia_chrome.gypi
@@ -78,7 +78,6 @@
'ext/vector_platform_device_skia.cc',
'ext/vector_platform_device_skia.h',
],
-
'conditions': [
# For POSIX platforms, prefer the Mutex implementation provided by Skia
# since it does not generate static initializers.
@@ -90,6 +89,7 @@
}],
[ 'OS == "android" and enable_printing == 0', {
'sources!': [
+ 'ext/skia_utils_base.cc',
'ext/vector_platform_device_skia.cc',
],
}],
« content/content_common.gypi ('K') | « content/content_renderer.gypi ('k') | ui/ui.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698