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

Unified Diff: tools/gn/secondary/third_party/freetype/BUILD.gn

Issue 340153004: Move gn secondary_source to the build/ directory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update android webview_licenses.py as well Created 6 years, 6 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 | « tools/gn/secondary/third_party/flac/BUILD.gn ('k') | tools/gn/secondary/third_party/icu/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/secondary/third_party/freetype/BUILD.gn
diff --git a/tools/gn/secondary/third_party/freetype/BUILD.gn b/tools/gn/secondary/third_party/freetype/BUILD.gn
deleted file mode 100644
index ee70c4e89cfbccd35ee207b42134aa180afb06dc..0000000000000000000000000000000000000000
--- a/tools/gn/secondary/third_party/freetype/BUILD.gn
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 2014 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.
-
-assert(is_android, "This library is only used on Android")
-
-config("freetype_config") {
- include_dirs = [ "include" ]
-}
-
-source_set("freetype") {
- sources = [
- # The following files are not sorted alphabetically, but in the
- # same order as in Android.mk to ease maintenance.
- "src/base/ftbbox.c",
- "src/base/ftbitmap.c",
- "src/base/ftfstype.c",
- "src/base/ftglyph.c",
- "src/base/ftlcdfil.c",
- "src/base/ftstroke.c",
- "src/base/fttype1.c",
- "src/base/ftxf86.c",
- "src/base/ftbase.c",
- "src/base/ftsystem.c",
- "src/base/ftinit.c",
- "src/base/ftgasp.c",
- "src/raster/raster.c",
- "src/sfnt/sfnt.c",
- "src/smooth/smooth.c",
- "src/autofit/autofit.c",
- "src/truetype/truetype.c",
- "src/cff/cff.c",
- "src/psnames/psnames.c",
- "src/pshinter/pshinter.c",
- ]
-
- defines = [
- "FT2_BUILD_LIBRARY",
- "DARWIN_NO_CARBON",
- ]
-
- include_dirs = [
- "build",
- ]
-
- direct_dependent_configs = [ ":freetype_config" ]
-
- deps = [
- "//third_party/libpng",
- "//third_party/zlib",
- ]
-}
« no previous file with comments | « tools/gn/secondary/third_party/flac/BUILD.gn ('k') | tools/gn/secondary/third_party/icu/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698