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

Unified Diff: gyp/etc1.gyp

Issue 292663011: Simple PKM image decoder. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Resync Created 6 years, 7 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 | « gm/etc1bitmap.cpp ('k') | gyp/gmslides.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/etc1.gyp
diff --git a/gyp/etc1.gyp b/gyp/etc1.gyp
new file mode 100644
index 0000000000000000000000000000000000000000..7650d86f6997d02a5065321155c4e275940de832
--- /dev/null
+++ b/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',
+ ],
+ },
+ }],
+}
« no previous file with comments | « gm/etc1bitmap.cpp ('k') | gyp/gmslides.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698