skia2/gyp/etc1.gyp
mtklein ca01d17934 Depend on ETC1 via DEPS instead of a direct third_party checkin.
Yes, this does mean we'll check out ~40M of code for 2 files...

I think these trybots are moot... they gclient sync before patching.

BUG=skia:

Review URL: https://codereview.chromium.org/1296253003
2015-08-17 10:20:16 -07:00

26 lines
616 B
Python

# Copyright 2015 Google Inc.
#
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
{
'variables': {
'skia_warnings_as_errors': 0,
},
'targets': [
{
'target_name': 'libetc1',
'type': 'static_library',
'include_dirs' : [
'../third_party/externals/android_native/opengl/include/'
],
'sources': [
'../third_party/externals/android_native/opengl/libs/ETC1/etc1.cpp'
],
'direct_dependent_settings': {
'include_dirs' : [
'../third_party/externals/android_native/opengl/include/ETC1'
],
},
}],
}