summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/skia/gyp/etc1.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/skia/gyp/etc1.gyp')
-rw-r--r--chromium/third_party/skia/gyp/etc1.gyp21
1 files changed, 21 insertions, 0 deletions
diff --git a/chromium/third_party/skia/gyp/etc1.gyp b/chromium/third_party/skia/gyp/etc1.gyp
new file mode 100644
index 00000000000..7650d86f699
--- /dev/null
+++ b/chromium/third_party/skia/gyp/etc1.gyp
@@ -0,0 +1,21 @@
+{
+ 'variables': {
+ 'skia_warnings_as_errors': 0,
+ },
+ 'targets': [
+ {
+ 'target_name': 'libetc1',
+ 'type': 'static_library',
+ 'include_dirs' : [
+ '../third_party/etc1'
+ ],
+ 'sources': [
+ '../third_party/etc1/etc1.cpp',
+ ],
+ 'direct_dependent_settings': {
+ 'include_dirs': [
+ '../third_party/etc1',
+ ],
+ },
+ }],
+}