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

Unified Diff: third_party/freetype-android/freetype.gyp

Issue 2332843004: Remove GYP files. (Closed)
Patch Set: Merge Created 4 years, 3 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 | « third_party/fontconfig/fontconfig.gyp ('k') | third_party/freetype2/freetype2.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/freetype-android/freetype.gyp
diff --git a/third_party/freetype-android/freetype.gyp b/third_party/freetype-android/freetype.gyp
deleted file mode 100644
index c5ee3e13e41a9f830c4642be4a253947c566d8a8..0000000000000000000000000000000000000000
--- a/third_party/freetype-android/freetype.gyp
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright (c) 2011 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-{
- 'variables': {
- 'ft2_dir': 'src',
- },
- 'conditions': [
- [ 'OS=="android" or chromecast==1', {
- 'targets': [
- {
- 'target_name': 'ft2',
- 'type': 'static_library',
- 'sources': [
- # The following files are not sorted alphabetically, but in the
- # same order as in Android.mk to ease maintenance.
- '<(ft2_dir)/src/base/ftbbox.c',
- '<(ft2_dir)/src/base/ftbitmap.c',
- '<(ft2_dir)/src/base/ftfntfmt.c',
- '<(ft2_dir)/src/base/ftfstype.c',
- '<(ft2_dir)/src/base/ftglyph.c',
- '<(ft2_dir)/src/base/ftlcdfil.c',
- '<(ft2_dir)/src/base/ftstroke.c',
- '<(ft2_dir)/src/base/fttype1.c',
- '<(ft2_dir)/src/base/ftbase.c',
- '<(ft2_dir)/src/base/ftsystem.c',
- '<(ft2_dir)/src/base/ftinit.c',
- '<(ft2_dir)/src/base/ftgasp.c',
- '<(ft2_dir)/src/base/ftmm.c',
- '<(ft2_dir)/src/gzip/ftgzip.c',
- '<(ft2_dir)/src/raster/raster.c',
- '<(ft2_dir)/src/sfnt/sfnt.c',
- '<(ft2_dir)/src/smooth/smooth.c',
- '<(ft2_dir)/src/autofit/autofit.c',
- '<(ft2_dir)/src/truetype/truetype.c',
- '<(ft2_dir)/src/cff/cff.c',
- '<(ft2_dir)/src/psnames/psnames.c',
- '<(ft2_dir)/src/pshinter/pshinter.c',
- ],
- 'dependencies': [
- '../libpng/libpng.gyp:libpng',
- '../zlib/zlib.gyp:zlib',
- ],
- 'include_dirs': [
- 'include',
- '<(ft2_dir)/include',
- ],
- 'defines': [
- 'FT2_BUILD_LIBRARY',
- 'DARWIN_NO_CARBON',
- # Long directory name to avoid accidentally using wrong headers.
- 'FT_CONFIG_MODULES_H=<freetype-android-config/ftmodule.h>',
- 'FT_CONFIG_OPTIONS_H=<freetype-android-config/ftoption.h>',
- ],
- 'direct_dependent_settings': {
- 'include_dirs': [
- 'include',
- '<(ft2_dir)/include',
- ],
- },
- 'conditions': [
- ['OS=="android"', {
- 'toolsets': ['target'],
- }, 'chromecast==1', {
- 'sources': [ '<(ft2_dir)/src/base/ftbdf.c', ],
- }]
- ],
- },
- ],
- }],
- ],
-}
« no previous file with comments | « third_party/fontconfig/fontconfig.gyp ('k') | third_party/freetype2/freetype2.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698