OLD | NEW |
(Empty) | |
| 1 # Description: |
| 2 # The Adobe DNG SDK, an API for reading and writing DNG files. |
| 3 { |
| 4 'variables': { |
| 5 'skia_warnings_as_errors': 0, |
| 6 }, |
| 7 'targets': [{ |
| 8 'target_name': 'dng_sdk', |
| 9 'type': 'static_library', |
| 10 'cflags': ['-Wsign-compare'], |
| 11 'dependencies': [ |
| 12 'dng_dont_report_errors_flags', |
| 13 'dng_flags', |
| 14 'dng_frame_larger_than_flags', |
| 15 'dng_srcs', |
| 16 'linux_flags', |
| 17 ], |
| 18 'direct_dependent_settings': { |
| 19 'include_dirs': [ |
| 20 '../third_party/externals/dng_sdk/source', |
| 21 ], |
| 22 }, |
| 23 }, { |
| 24 'target_name': 'dng_sdk_report_errors', |
| 25 'type': 'static_library', |
| 26 'dependencies': [ |
| 27 'dng_report_errors_flags', |
| 28 'dng_flags', |
| 29 'dng_frame_larger_than_flags', |
| 30 'dng_srcs', |
| 31 'linux_flags', |
| 32 ], |
| 33 }, { |
| 34 'target_name': 'dng_validate', |
| 35 'type': 'executable', |
| 36 'sources': ['../third_party/externals/dng_sdk/source/dng_validate.cpp'], |
| 37 'dependencies': [ |
| 38 'dng_flags', |
| 39 'dng_report_errors_flags', |
| 40 'dng_sdk_report_errors', |
| 41 'linux_flags', |
| 42 ], |
| 43 }, { |
| 44 'target_name': 'dng_srcs', |
| 45 'type': 'none', |
| 46 'variables': { |
| 47 'headers': [ |
| 48 '../third_party/externals/dng_sdk/source/RawEnvironment.h', |
| 49 '../third_party/externals/dng_sdk/source/dng_1d_function.h', |
| 50 '../third_party/externals/dng_sdk/source/dng_1d_table.h', |
| 51 '../third_party/externals/dng_sdk/source/dng_abort_sniffer.h', |
| 52 '../third_party/externals/dng_sdk/source/dng_area_task.h', |
| 53 '../third_party/externals/dng_sdk/source/dng_assertions.h', |
| 54 '../third_party/externals/dng_sdk/source/dng_auto_ptr.h', |
| 55 '../third_party/externals/dng_sdk/source/dng_bad_pixels.h', |
| 56 '../third_party/externals/dng_sdk/source/dng_bottlenecks.h', |
| 57 '../third_party/externals/dng_sdk/source/dng_camera_profile.h', |
| 58 '../third_party/externals/dng_sdk/source/dng_classes.h', |
| 59 '../third_party/externals/dng_sdk/source/dng_color_space.h', |
| 60 '../third_party/externals/dng_sdk/source/dng_color_spec.h', |
| 61 '../third_party/externals/dng_sdk/source/dng_date_time.h', |
| 62 '../third_party/externals/dng_sdk/source/dng_errors.h', |
| 63 '../third_party/externals/dng_sdk/source/dng_exceptions.h', |
| 64 '../third_party/externals/dng_sdk/source/dng_exif.h', |
| 65 '../third_party/externals/dng_sdk/source/dng_fast_module.h', |
| 66 '../third_party/externals/dng_sdk/source/dng_file_stream.h', |
| 67 '../third_party/externals/dng_sdk/source/dng_filter_task.h', |
| 68 '../third_party/externals/dng_sdk/source/dng_fingerprint.h', |
| 69 '../third_party/externals/dng_sdk/source/dng_flags.h', |
| 70 '../third_party/externals/dng_sdk/source/dng_gain_map.h', |
| 71 '../third_party/externals/dng_sdk/source/dng_globals.h', |
| 72 '../third_party/externals/dng_sdk/source/dng_host.h', |
| 73 '../third_party/externals/dng_sdk/source/dng_hue_sat_map.h', |
| 74 '../third_party/externals/dng_sdk/source/dng_ifd.h', |
| 75 '../third_party/externals/dng_sdk/source/dng_image.h', |
| 76 '../third_party/externals/dng_sdk/source/dng_image_writer.h', |
| 77 '../third_party/externals/dng_sdk/source/dng_info.h', |
| 78 '../third_party/externals/dng_sdk/source/dng_iptc.h', |
| 79 '../third_party/externals/dng_sdk/source/dng_jpeg_image.h', |
| 80 '../third_party/externals/dng_sdk/source/dng_lens_correction.h', |
| 81 '../third_party/externals/dng_sdk/source/dng_linearization_info.h', |
| 82 '../third_party/externals/dng_sdk/source/dng_lossless_jpeg.h', |
| 83 '../third_party/externals/dng_sdk/source/dng_matrix.h', |
| 84 '../third_party/externals/dng_sdk/source/dng_memory.h', |
| 85 '../third_party/externals/dng_sdk/source/dng_memory_stream.h', |
| 86 '../third_party/externals/dng_sdk/source/dng_misc_opcodes.h', |
| 87 '../third_party/externals/dng_sdk/source/dng_mosaic_info.h', |
| 88 '../third_party/externals/dng_sdk/source/dng_mutex.h', |
| 89 '../third_party/externals/dng_sdk/source/dng_negative.h', |
| 90 '../third_party/externals/dng_sdk/source/dng_opcode_list.h', |
| 91 '../third_party/externals/dng_sdk/source/dng_opcodes.h', |
| 92 '../third_party/externals/dng_sdk/source/dng_orientation.h', |
| 93 '../third_party/externals/dng_sdk/source/dng_parse_utils.h', |
| 94 '../third_party/externals/dng_sdk/source/dng_pixel_buffer.h', |
| 95 '../third_party/externals/dng_sdk/source/dng_point.h', |
| 96 '../third_party/externals/dng_sdk/source/dng_preview.h', |
| 97 '../third_party/externals/dng_sdk/source/dng_pthread.h', |
| 98 '../third_party/externals/dng_sdk/source/dng_rational.h', |
| 99 '../third_party/externals/dng_sdk/source/dng_read_image.h', |
| 100 '../third_party/externals/dng_sdk/source/dng_rect.h', |
| 101 '../third_party/externals/dng_sdk/source/dng_ref_counted_block.h', |
| 102 '../third_party/externals/dng_sdk/source/dng_reference.h', |
| 103 '../third_party/externals/dng_sdk/source/dng_render.h', |
| 104 '../third_party/externals/dng_sdk/source/dng_resample.h', |
| 105 '../third_party/externals/dng_sdk/source/dng_sdk_limits.h', |
| 106 '../third_party/externals/dng_sdk/source/dng_shared.h', |
| 107 '../third_party/externals/dng_sdk/source/dng_simple_image.h', |
| 108 '../third_party/externals/dng_sdk/source/dng_spline.h', |
| 109 '../third_party/externals/dng_sdk/source/dng_stream.h', |
| 110 '../third_party/externals/dng_sdk/source/dng_string.h', |
| 111 '../third_party/externals/dng_sdk/source/dng_string_list.h', |
| 112 '../third_party/externals/dng_sdk/source/dng_tag_codes.h', |
| 113 '../third_party/externals/dng_sdk/source/dng_tag_types.h', |
| 114 '../third_party/externals/dng_sdk/source/dng_tag_values.h', |
| 115 '../third_party/externals/dng_sdk/source/dng_temperature.h', |
| 116 '../third_party/externals/dng_sdk/source/dng_tile_iterator.h', |
| 117 '../third_party/externals/dng_sdk/source/dng_tone_curve.h', |
| 118 '../third_party/externals/dng_sdk/source/dng_types.h', |
| 119 '../third_party/externals/dng_sdk/source/dng_uncopyable.h', |
| 120 '../third_party/externals/dng_sdk/source/dng_utils.h', |
| 121 '../third_party/externals/dng_sdk/source/dng_xy_coord.h', |
| 122 '../third_party/externals/dng_sdk/source/google_additions/dng_jpeg_memory_
source.h', |
| 123 '../third_party/externals/dng_sdk/source/google_additions/jpeglib.h', |
| 124 '../third_party/externals/dng_sdk/source/google_additions/safe_arithmetic.
h', |
| 125 ], |
| 126 }, |
| 127 'dependencies': [ |
| 128 'libjpeg-turbo.gyp:libjpeg-turbo', |
| 129 'zlib.gyp:zlib', |
| 130 ], |
| 131 'export_dependent_settings': [ |
| 132 'libjpeg-turbo.gyp:libjpeg-turbo', |
| 133 'zlib.gyp:zlib', |
| 134 ], |
| 135 'direct_dependent_settings': { |
| 136 'sources': [ |
| 137 '../third_party/externals/dng_sdk/source/dng_1d_function.cpp', |
| 138 '../third_party/externals/dng_sdk/source/dng_1d_table.cpp', |
| 139 '../third_party/externals/dng_sdk/source/dng_abort_sniffer.cpp', |
| 140 '../third_party/externals/dng_sdk/source/dng_area_task.cpp', |
| 141 '../third_party/externals/dng_sdk/source/dng_bad_pixels.cpp', |
| 142 '../third_party/externals/dng_sdk/source/dng_bottlenecks.cpp', |
| 143 '../third_party/externals/dng_sdk/source/dng_camera_profile.cpp', |
| 144 '../third_party/externals/dng_sdk/source/dng_color_space.cpp', |
| 145 '../third_party/externals/dng_sdk/source/dng_color_spec.cpp', |
| 146 '../third_party/externals/dng_sdk/source/dng_date_time.cpp', |
| 147 '../third_party/externals/dng_sdk/source/dng_exceptions.cpp', |
| 148 '../third_party/externals/dng_sdk/source/dng_exif.cpp', |
| 149 '../third_party/externals/dng_sdk/source/dng_file_stream.cpp', |
| 150 '../third_party/externals/dng_sdk/source/dng_filter_task.cpp', |
| 151 '../third_party/externals/dng_sdk/source/dng_fingerprint.cpp', |
| 152 '../third_party/externals/dng_sdk/source/dng_gain_map.cpp', |
| 153 '../third_party/externals/dng_sdk/source/dng_globals.cpp', |
| 154 '../third_party/externals/dng_sdk/source/dng_host.cpp', |
| 155 '../third_party/externals/dng_sdk/source/dng_hue_sat_map.cpp', |
| 156 '../third_party/externals/dng_sdk/source/dng_ifd.cpp', |
| 157 '../third_party/externals/dng_sdk/source/dng_image.cpp', |
| 158 '../third_party/externals/dng_sdk/source/dng_image_writer.cpp', |
| 159 '../third_party/externals/dng_sdk/source/dng_info.cpp', |
| 160 '../third_party/externals/dng_sdk/source/dng_iptc.cpp', |
| 161 '../third_party/externals/dng_sdk/source/dng_jpeg_image.cpp', |
| 162 '../third_party/externals/dng_sdk/source/dng_lens_correction.cpp', |
| 163 '../third_party/externals/dng_sdk/source/dng_linearization_info.cpp', |
| 164 '../third_party/externals/dng_sdk/source/dng_lossless_jpeg.cpp', |
| 165 '../third_party/externals/dng_sdk/source/dng_matrix.cpp', |
| 166 '../third_party/externals/dng_sdk/source/dng_memory.cpp', |
| 167 '../third_party/externals/dng_sdk/source/dng_memory_stream.cpp', |
| 168 '../third_party/externals/dng_sdk/source/dng_misc_opcodes.cpp', |
| 169 '../third_party/externals/dng_sdk/source/dng_mosaic_info.cpp', |
| 170 '../third_party/externals/dng_sdk/source/dng_mutex.cpp', |
| 171 '../third_party/externals/dng_sdk/source/dng_negative.cpp', |
| 172 '../third_party/externals/dng_sdk/source/dng_opcode_list.cpp', |
| 173 '../third_party/externals/dng_sdk/source/dng_opcodes.cpp', |
| 174 '../third_party/externals/dng_sdk/source/dng_orientation.cpp', |
| 175 '../third_party/externals/dng_sdk/source/dng_parse_utils.cpp', |
| 176 '../third_party/externals/dng_sdk/source/dng_pixel_buffer.cpp', |
| 177 '../third_party/externals/dng_sdk/source/dng_point.cpp', |
| 178 '../third_party/externals/dng_sdk/source/dng_preview.cpp', |
| 179 '../third_party/externals/dng_sdk/source/dng_pthread.cpp', |
| 180 '../third_party/externals/dng_sdk/source/dng_rational.cpp', |
| 181 '../third_party/externals/dng_sdk/source/dng_read_image.cpp', |
| 182 '../third_party/externals/dng_sdk/source/dng_rect.cpp', |
| 183 '../third_party/externals/dng_sdk/source/dng_ref_counted_block.cpp', |
| 184 '../third_party/externals/dng_sdk/source/dng_reference.cpp', |
| 185 '../third_party/externals/dng_sdk/source/dng_render.cpp', |
| 186 '../third_party/externals/dng_sdk/source/dng_resample.cpp', |
| 187 '../third_party/externals/dng_sdk/source/dng_shared.cpp', |
| 188 '../third_party/externals/dng_sdk/source/dng_simple_image.cpp', |
| 189 '../third_party/externals/dng_sdk/source/dng_spline.cpp', |
| 190 '../third_party/externals/dng_sdk/source/dng_stream.cpp', |
| 191 '../third_party/externals/dng_sdk/source/dng_string.cpp', |
| 192 '../third_party/externals/dng_sdk/source/dng_string_list.cpp', |
| 193 '../third_party/externals/dng_sdk/source/dng_tag_types.cpp', |
| 194 '../third_party/externals/dng_sdk/source/dng_temperature.cpp', |
| 195 '../third_party/externals/dng_sdk/source/dng_tile_iterator.cpp', |
| 196 '../third_party/externals/dng_sdk/source/dng_tone_curve.cpp', |
| 197 '../third_party/externals/dng_sdk/source/dng_utils.cpp', |
| 198 '../third_party/externals/dng_sdk/source/dng_xy_coord.cpp', |
| 199 '../third_party/externals/dng_sdk/source/google_additions/dng_jpeg_memory_
source.cpp', |
| 200 '../third_party/externals/dng_sdk/source/google_additions/safe_arithmetic.
cpp', |
| 201 ], |
| 202 'include_dirs': [ |
| 203 '../third_party/externals/dng_sdk/source', |
| 204 '../third_party/externals/libjpeg-turbo', |
| 205 ], |
| 206 'google3': { |
| 207 'hdrs': ['<@(headers)'], |
| 208 'select': { |
| 209 'deps': { |
| 210 '//conditions:default': ['//third_party/jpeg'], |
| 211 '//tools/cc_target_os:android_32': [ |
| 212 '//third_party/android/libjpeg_turbo', |
| 213 ], |
| 214 '//tools/cc_target_os:android_64': [ |
| 215 '//third_party/android/libjpeg_turbo', |
| 216 ], |
| 217 }, |
| 218 }, |
| 219 }, |
| 220 'conditions': [ |
| 221 ['OS != "linux"', { |
| 222 'sources': ['<@(headers)'], |
| 223 }], |
| 224 ], |
| 225 }, |
| 226 }, { |
| 227 'target_name': 'dng_flags', |
| 228 'type': 'none', |
| 229 'direct_dependent_settings': { |
| 230 'cflags_cc!': [ '-fno-rtti' ], |
| 231 'cflags': [ |
| 232 '-DqDNGThreadSafe=1', |
| 233 '-DqDNGUseLibJPEG=1', |
| 234 '-DqDNGValidateTarget=1', |
| 235 '-DqDNGUseXMP=0', |
| 236 '-DqDNGBigEndian=0', |
| 237 '-w', |
| 238 '-fexceptions', |
| 239 ], |
| 240 }, |
| 241 }, { |
| 242 'target_name': 'linux_flags', |
| 243 'type': 'none', |
| 244 'direct_dependent_settings': { |
| 245 'cflags': ['-DUNIX_ENV=1'], |
| 246 }, |
| 247 }, { |
| 248 'target_name': 'dng_dont_report_errors_flags', |
| 249 'type': 'none', |
| 250 'direct_dependent_settings': { |
| 251 'cflags': [ |
| 252 '-DqDNGReportErrors=0', |
| 253 '-DqDNGValidate=0', |
| 254 ], |
| 255 }, |
| 256 }, { |
| 257 'target_name': 'dng_report_errors_flags', |
| 258 'type': 'none', |
| 259 'direct_dependent_settings': { |
| 260 'cflags': ['-DqDNGReportErrors=1'], |
| 261 }, |
| 262 }, { |
| 263 'target_name': 'dng_frame_larger_than_flags', |
| 264 'type': 'none', |
| 265 'direct_dependent_settings': { |
| 266 'cflags': ['-Wframe-larger-than=20000'], |
| 267 }, |
| 268 }], |
| 269 } |
OLD | NEW |