| 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 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'includes': [ | 9 'includes': [ |
| 10 '../native_client/build/untrusted.gypi', | 10 '../native_client/build/untrusted.gypi', |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 57 'sources': [ | 57 'sources': [ |
| 58 'base/media.cc', | 58 'base/media.cc', |
| 59 'base/media.h', | 59 'base/media.h', |
| 60 'base/media_stub.cc', | 60 'base/media_stub.cc', |
| 61 'base/simd/convert_rgb_to_yuv.h', | 61 'base/simd/convert_rgb_to_yuv.h', |
| 62 'base/simd/convert_rgb_to_yuv_c.cc', | 62 'base/simd/convert_rgb_to_yuv_c.cc', |
| 63 'base/simd/convert_yuv_to_rgb.h', | 63 'base/simd/convert_yuv_to_rgb.h', |
| 64 'base/simd/convert_yuv_to_rgb_c.cc', | 64 'base/simd/convert_yuv_to_rgb_c.cc', |
| 65 'base/simd/filter_yuv.h', | 65 'base/simd/filter_yuv.h', |
| 66 'base/simd/filter_yuv_c.cc', | 66 'base/simd/filter_yuv_c.cc', |
| 67 'base/simd/yuv_to_rgb_table.cc', | |
| 68 'base/simd/yuv_to_rgb_table.h', | |
| 69 'base/yuv_convert.cc', | 67 'base/yuv_convert.cc', |
| 70 'base/yuv_convert.h', | 68 'base/yuv_convert.h', |
| 71 ], | 69 ], |
| 72 }, # end of target 'media_yuv_nacl' | 70 }, # end of target 'media_yuv_nacl' |
| 73 ], | 71 ], |
| 74 }], | 72 }], |
| 75 ], | 73 ], |
| 76 } | 74 } |
| OLD | NEW |