| 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 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'skia', | 8 'target_name': 'skia', |
| 9 'type': '<(component)', | 9 'type': '<(component)', |
| 10 'variables': { | 10 'variables': { |
| (...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 143 | 143 |
| 144 '../third_party/skia/include/images/SkImageDecoder.h', | 144 '../third_party/skia/include/images/SkImageDecoder.h', |
| 145 '../third_party/skia/include/images/SkImageEncoder.h', | 145 '../third_party/skia/include/images/SkImageEncoder.h', |
| 146 '../third_party/skia/include/images/SkImageRef.h', | 146 '../third_party/skia/include/images/SkImageRef.h', |
| 147 '../third_party/skia/include/images/SkImageRef_GlobalPool.h', | 147 '../third_party/skia/include/images/SkImageRef_GlobalPool.h', |
| 148 '../third_party/skia/include/images/SkMovie.h', | 148 '../third_party/skia/include/images/SkMovie.h', |
| 149 '../third_party/skia/include/images/SkPageFlipper.h', | 149 '../third_party/skia/include/images/SkPageFlipper.h', |
| 150 | 150 |
| 151 '../third_party/skia/include/utils/SkNullCanvas.h', | 151 '../third_party/skia/include/utils/SkNullCanvas.h', |
| 152 '../third_party/skia/include/utils/SkPictureUtils.h', | 152 '../third_party/skia/include/utils/SkPictureUtils.h', |
| 153 'ext/analysis_canvas.cc', |
| 154 'ext/analysis_canvas.h', |
| 153 'ext/bitmap_platform_device.h', | 155 'ext/bitmap_platform_device.h', |
| 154 'ext/bitmap_platform_device_android.cc', | 156 'ext/bitmap_platform_device_android.cc', |
| 155 'ext/bitmap_platform_device_android.h', | 157 'ext/bitmap_platform_device_android.h', |
| 156 'ext/bitmap_platform_device_data.h', | 158 'ext/bitmap_platform_device_data.h', |
| 157 'ext/bitmap_platform_device_linux.cc', | 159 'ext/bitmap_platform_device_linux.cc', |
| 158 'ext/bitmap_platform_device_linux.h', | 160 'ext/bitmap_platform_device_linux.h', |
| 159 'ext/bitmap_platform_device_mac.cc', | 161 'ext/bitmap_platform_device_mac.cc', |
| 160 'ext/bitmap_platform_device_mac.h', | 162 'ext/bitmap_platform_device_mac.h', |
| 161 'ext/bitmap_platform_device_win.cc', | 163 'ext/bitmap_platform_device_win.cc', |
| 162 'ext/bitmap_platform_device_win.h', | 164 'ext/bitmap_platform_device_win.h', |
| (...skipping 671 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 834 'sources': [ | 836 'sources': [ |
| 835 '../third_party/skia/src/opts/SkBitmapProcState_opts_none.cpp', | 837 '../third_party/skia/src/opts/SkBitmapProcState_opts_none.cpp', |
| 836 '../third_party/skia/src/opts/SkBlitRow_opts_none.cpp', | 838 '../third_party/skia/src/opts/SkBlitRow_opts_none.cpp', |
| 837 '../third_party/skia/src/opts/SkUtils_opts_none.cpp', | 839 '../third_party/skia/src/opts/SkUtils_opts_none.cpp', |
| 838 ], | 840 ], |
| 839 }, | 841 }, |
| 840 ], | 842 ], |
| 841 }], | 843 }], |
| 842 ], | 844 ], |
| 843 } | 845 } |
| OLD | NEW |