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

Unified Diff: third_party/harfbuzz/harfbuzz.gyp

Issue 384503008: Delete third_party/harfbuzz (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: remove public header Created 6 years, 5 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/harfbuzz/contrib/tables/unicode_parse_common.py ('k') | third_party/harfbuzz/src/.gitignore » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/harfbuzz/harfbuzz.gyp
diff --git a/third_party/harfbuzz/harfbuzz.gyp b/third_party/harfbuzz/harfbuzz.gyp
deleted file mode 100644
index 1e3296f6be0bec3be0fcc85ca695cee51a74754e..0000000000000000000000000000000000000000
--- a/third_party/harfbuzz/harfbuzz.gyp
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright (c) 2009 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.
-
-{
- 'targets': [
- {
- 'target_name': 'harfbuzz',
- 'type': '<(library)',
- 'sources': [
- 'src/harfbuzz-buffer.c',
- 'src/harfbuzz-stream.c',
- 'src/harfbuzz-dump.c',
- 'src/harfbuzz-gdef.c',
- 'src/harfbuzz-gpos.c',
- 'src/harfbuzz-gsub.c',
- 'src/harfbuzz-impl.c',
- 'src/harfbuzz-open.c',
- 'src/harfbuzz-shaper.cpp',
- 'src/harfbuzz-tibetan.c',
- 'src/harfbuzz-khmer.c',
- 'src/harfbuzz-indic.cpp',
- 'src/harfbuzz-hebrew.c',
- 'src/harfbuzz-arabic.c',
- 'src/harfbuzz-hangul.c',
- 'src/harfbuzz-myanmar.c',
- 'src/harfbuzz-thai.c',
- ],
- 'include_dirs': [
- 'src',
- ],
- 'direct_dependent_settings': {
- 'include_dirs': [
- 'src',
- ],
- },
- 'dependencies': [
- '../../build/linux/system.gyp:freetype2',
- ],
- },
- {
- 'target_name': 'harfbuzz_interface',
- 'type': '<(library)',
- 'sources': [
- 'contrib/harfbuzz-freetype.c',
- 'contrib/harfbuzz-unicode.c',
- 'contrib/harfbuzz-unicode-tables.c',
- ],
- 'include_dirs': [
- 'src',
- 'contrib',
- ],
- 'direct_dependent_settings': {
- 'include_dirs': [
- 'contrib',
- ],
- },
- 'dependencies': [
- '../../build/linux/system.gyp:freetype2',
- ],
- },
- ],
-}
« no previous file with comments | « third_party/harfbuzz/contrib/tables/unicode_parse_common.py ('k') | third_party/harfbuzz/src/.gitignore » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698