| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'skia_warnings_as_errors': 0, | 7 'skia_warnings_as_errors': 0, |
| 8 'conditions':[ | 8 'conditions':[ |
| 9 ['skia_android_framework == 1', { | 9 ['skia_android_framework == 1', { |
| 10 'use_system_libwebp': 1, | 10 'use_system_libwebp': 1, |
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 80 '../third_party/externals/libwebp/src/dsp/enc_sse2.c', | 80 '../third_party/externals/libwebp/src/dsp/enc_sse2.c', |
| 81 '../third_party/externals/libwebp/src/dsp/filters.c', | 81 '../third_party/externals/libwebp/src/dsp/filters.c', |
| 82 '../third_party/externals/libwebp/src/dsp/filters_mips_dsp_r2.c', | 82 '../third_party/externals/libwebp/src/dsp/filters_mips_dsp_r2.c', |
| 83 '../third_party/externals/libwebp/src/dsp/filters_sse2.c', | 83 '../third_party/externals/libwebp/src/dsp/filters_sse2.c', |
| 84 '../third_party/externals/libwebp/src/dsp/lossless.c', | 84 '../third_party/externals/libwebp/src/dsp/lossless.c', |
| 85 '../third_party/externals/libwebp/src/dsp/lossless_mips_dsp_r2.c', | 85 '../third_party/externals/libwebp/src/dsp/lossless_mips_dsp_r2.c', |
| 86 '../third_party/externals/libwebp/src/dsp/lossless_sse2.c', | 86 '../third_party/externals/libwebp/src/dsp/lossless_sse2.c', |
| 87 '../third_party/externals/libwebp/src/dsp/rescaler.c', | 87 '../third_party/externals/libwebp/src/dsp/rescaler.c', |
| 88 '../third_party/externals/libwebp/src/dsp/rescaler_mips32.c', | 88 '../third_party/externals/libwebp/src/dsp/rescaler_mips32.c', |
| 89 '../third_party/externals/libwebp/src/dsp/rescaler_mips_dsp_r2.c', | 89 '../third_party/externals/libwebp/src/dsp/rescaler_mips_dsp_r2.c', |
| 90 '../third_party/externals/libwebp/src/dsp/rescaler_neon.c', | |
| 91 '../third_party/externals/libwebp/src/dsp/rescaler_sse2.c', | |
| 92 '../third_party/externals/libwebp/src/dsp/upsampling.c', | 90 '../third_party/externals/libwebp/src/dsp/upsampling.c', |
| 93 '../third_party/externals/libwebp/src/dsp/upsampling_mips_dsp_r2.c', | 91 '../third_party/externals/libwebp/src/dsp/upsampling_mips_dsp_r2.c', |
| 94 '../third_party/externals/libwebp/src/dsp/upsampling_sse2.c', | 92 '../third_party/externals/libwebp/src/dsp/upsampling_sse2.c', |
| 95 '../third_party/externals/libwebp/src/dsp/yuv.c', | 93 '../third_party/externals/libwebp/src/dsp/yuv.c', |
| 96 '../third_party/externals/libwebp/src/dsp/yuv_mips32.c', | 94 '../third_party/externals/libwebp/src/dsp/yuv_mips32.c', |
| 97 '../third_party/externals/libwebp/src/dsp/yuv_mips_dsp_r2.c', | 95 '../third_party/externals/libwebp/src/dsp/yuv_mips_dsp_r2.c', |
| 98 '../third_party/externals/libwebp/src/dsp/yuv_sse2.c', | 96 '../third_party/externals/libwebp/src/dsp/yuv_sse2.c', |
| 99 ], | 97 ], |
| 100 'cflags': [ '-w' ], | 98 'cflags': [ '-w' ], |
| 101 'xcode_settings': { 'WARNING_CFLAGS': [ '-w' ] }, | 99 'xcode_settings': { 'WARNING_CFLAGS': [ '-w' ] }, |
| (...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 280 ], | 278 ], |
| 281 }, | 279 }, |
| 282 }, | 280 }, |
| 283 ], | 281 ], |
| 284 ], | 282 ], |
| 285 } | 283 } |
| 286 ], | 284 ], |
| 287 }], | 285 }], |
| 288 ], | 286 ], |
| 289 } | 287 } |
| OLD | NEW |