| 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 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 141 | 141 |
| 142 '../third_party/skia/include/images/SkImageDecoder.h', | 142 '../third_party/skia/include/images/SkImageDecoder.h', |
| 143 '../third_party/skia/include/images/SkImageEncoder.h', | 143 '../third_party/skia/include/images/SkImageEncoder.h', |
| 144 '../third_party/skia/include/images/SkImageRef.h', | 144 '../third_party/skia/include/images/SkImageRef.h', |
| 145 '../third_party/skia/include/images/SkImageRef_GlobalPool.h', | 145 '../third_party/skia/include/images/SkImageRef_GlobalPool.h', |
| 146 '../third_party/skia/include/images/SkMovie.h', | 146 '../third_party/skia/include/images/SkMovie.h', |
| 147 '../third_party/skia/include/images/SkPageFlipper.h', | 147 '../third_party/skia/include/images/SkPageFlipper.h', |
| 148 | 148 |
| 149 '../third_party/skia/include/utils/SkNullCanvas.h', | 149 '../third_party/skia/include/utils/SkNullCanvas.h', |
| 150 '../third_party/skia/include/utils/SkPictureUtils.h', | 150 '../third_party/skia/include/utils/SkPictureUtils.h', |
| 151 'ext/analysis_canvas.cc', |
| 152 'ext/analysis_canvas.h', |
| 151 'ext/bitmap_platform_device.h', | 153 'ext/bitmap_platform_device.h', |
| 152 'ext/bitmap_platform_device_android.cc', | 154 'ext/bitmap_platform_device_android.cc', |
| 153 'ext/bitmap_platform_device_android.h', | 155 'ext/bitmap_platform_device_android.h', |
| 154 'ext/bitmap_platform_device_data.h', | 156 'ext/bitmap_platform_device_data.h', |
| 155 'ext/bitmap_platform_device_linux.cc', | 157 'ext/bitmap_platform_device_linux.cc', |
| 156 'ext/bitmap_platform_device_linux.h', | 158 'ext/bitmap_platform_device_linux.h', |
| 157 'ext/bitmap_platform_device_mac.cc', | 159 'ext/bitmap_platform_device_mac.cc', |
| 158 'ext/bitmap_platform_device_mac.h', | 160 'ext/bitmap_platform_device_mac.h', |
| 159 'ext/bitmap_platform_device_win.cc', | 161 'ext/bitmap_platform_device_win.cc', |
| 160 'ext/bitmap_platform_device_win.h', | 162 'ext/bitmap_platform_device_win.h', |
| (...skipping 677 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 838 'sources': [ | 840 'sources': [ |
| 839 '../third_party/skia/src/opts/SkBitmapProcState_opts_none.cpp', | 841 '../third_party/skia/src/opts/SkBitmapProcState_opts_none.cpp', |
| 840 '../third_party/skia/src/opts/SkBlitRow_opts_none.cpp', | 842 '../third_party/skia/src/opts/SkBlitRow_opts_none.cpp', |
| 841 '../third_party/skia/src/opts/SkUtils_opts_none.cpp', | 843 '../third_party/skia/src/opts/SkUtils_opts_none.cpp', |
| 842 ], | 844 ], |
| 843 }, | 845 }, |
| 844 ], | 846 ], |
| 845 }], | 847 }], |
| 846 ], | 848 ], |
| 847 } | 849 } |
| OLD | NEW |