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

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: Fixes for build breakage 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
« no previous file with comments | « content/content_renderer.gypi ('k') | ui/ui.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/skia_chrome.gypi
diff --git a/skia/skia_chrome.gypi b/skia/skia_chrome.gypi
index 203e3f64f60f793c62146dd8e96ac83631401fc2..a0cd3bbbf194b1d333778ce21c5f7756a8e3dff1 100644
--- a/skia/skia_chrome.gypi
+++ b/skia/skia_chrome.gypi
@@ -82,7 +82,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.
@@ -94,6 +93,7 @@
}],
[ 'OS == "android" and enable_printing == 0', {
'sources!': [
+ 'ext/skia_utils_base.cc',
'ext/vector_platform_device_skia.cc',
],
}],
« no previous file with comments | « content/content_renderer.gypi ('k') | ui/ui.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698