From 11e966a2dd931d4676a1b6a7d074a40dd4c1a5d1 Mon Sep 17 00:00:00 2001 From: npm Date: Mon, 17 Oct 2016 13:02:28 -0700 Subject: Move fxge/android to if(is_android) on build core/fxge/android files all have if _FX_OS_ == _FX_ANDROID_. Instead, put the files inside if (is_android) on Build.gn. Also, the skia file is already under if (pdf_use_skia), so the if defined(_SKIA_SUPPORT_) can be removed. Review-Url: https://codereview.chromium.org/2413983004 --- core/fxge/skia/fx_skia_device.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'core/fxge/skia') diff --git a/core/fxge/skia/fx_skia_device.cpp b/core/fxge/skia/fx_skia_device.cpp index c4f3818182..3630689b99 100644 --- a/core/fxge/skia/fx_skia_device.cpp +++ b/core/fxge/skia/fx_skia_device.cpp @@ -2,7 +2,6 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#if defined(_SKIA_SUPPORT_) #include #include @@ -1677,5 +1676,3 @@ void CFX_DIBSource::DebugVerifyBitmapIsPreMultiplied(void* opt) const { } #endif } - -#endif -- cgit v1.2.3