ca01d17934
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
26 lines
616 B
Python
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'
|
|
],
|
|
},
|
|
}],
|
|
}
|