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

Unified Diff: gyp/android_deps.gyp

Issue 1635443002: Revert of Prototype of RAW decoding in Skia. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 11 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 | « dm/DM.cpp ('k') | gyp/codec.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/android_deps.gyp
diff --git a/gyp/android_deps.gyp b/gyp/android_deps.gyp
index 1a0c758818fe3af9deab7f46ba4fe305a0a33eb4..c439e1987a16aeaec21e9861b261ab804eb0c678 100644
--- a/gyp/android_deps.gyp
+++ b/gyp/android_deps.gyp
@@ -64,30 +64,6 @@
},
},
{
- 'target_name': 'dng_sdk',
- 'type': 'none',
- 'direct_dependent_settings': {
- 'libraries' : [
- '-ldng_sdk',
- ],
- 'include_dirs': [
- 'external/dng_sdk',
- ],
- },
- },
- {
- 'target_name': 'piex',
- 'type': 'none',
- 'direct_dependent_settings': {
- 'libraries' : [
- '-lpiex',
- ],
- 'include_dirs': [
- 'external/piex',
- ],
- },
- },
- {
'target_name': 'cpu_features',
'type': 'none',
},
« no previous file with comments | « dm/DM.cpp ('k') | gyp/codec.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698