aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/codec_android.gyp
diff options
context:
space:
mode:
authorGravatar Hal Canary <halcanary@google.com>2017-02-06 10:39:48 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-02-06 16:28:25 +0000
commitaa1d75868c0523ab547d04566da945b76bdea553 (patch)
tree0b4b4a9af47176580f6721ae2d5879fd34b60914 /gyp/codec_android.gyp
parenta99b6ceff92183b424634f2e7276b9ea1d59e69d (diff)
remove all GYP files
Change-Id: I66e4fb028664f1e20cd307da0a784ff5d7b9eb5e Reviewed-on: https://skia-review.googlesource.com/8056 Commit-Queue: Hal Canary <halcanary@google.com> Reviewed-by: Mike Klein <mtklein@chromium.org>
Diffstat (limited to 'gyp/codec_android.gyp')
-rw-r--r--gyp/codec_android.gyp41
1 files changed, 0 insertions, 41 deletions
diff --git a/gyp/codec_android.gyp b/gyp/codec_android.gyp
deleted file mode 100644
index ce96d8d2a4..0000000000
--- a/gyp/codec_android.gyp
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 2015 Google Inc.
-#
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-# Copyright 2015 Google Inc.
-#
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# GYP file for android specific codecs.
-{
- 'targets': [
- {
- 'target_name': 'codec_android',
- 'product_name': 'skia_codec_android',
- 'type': 'static_library',
- 'standalone_static_library': 1,
- 'dependencies': [
- 'codec.gyp:codec',
- ],
- 'include_dirs': [
- '../include/android',
- '../include/config',
- '../include/core',
- '../include/private',
- '../src/android',
- '../src/codec',
- '../src/core',
- ],
- 'sources': [
- '../src/android/SkBitmapRegionCodec.cpp',
- '../src/android/SkBitmapRegionDecoder.cpp',
- ],
- 'direct_dependent_settings': {
- 'include_dirs': [
- '../include/android',
- ],
- },
- },
- ],
-}