| OLD | NEW |
| 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 143 'canvas_skia_paint.h', | 143 'canvas_skia_paint.h', |
| 144 'codec/jpeg_codec.cc', | 144 'codec/jpeg_codec.cc', |
| 145 'codec/jpeg_codec.h', | 145 'codec/jpeg_codec.h', |
| 146 'codec/png_codec.cc', | 146 'codec/png_codec.cc', |
| 147 'codec/png_codec.h', | 147 'codec/png_codec.h', |
| 148 'color_analysis.cc', | 148 'color_analysis.cc', |
| 149 'color_analysis.h', | 149 'color_analysis.h', |
| 150 'color_palette.h', | 150 'color_palette.h', |
| 151 'color_space.cc', | 151 'color_space.cc', |
| 152 'color_space.h', | 152 'color_space.h', |
| 153 'color_space_mac.mm', | |
| 154 'color_space_win.cc', | |
| 155 'color_utils.cc', | 153 'color_utils.cc', |
| 156 'color_utils.h', | 154 'color_utils.h', |
| 157 'favicon_size.cc', | 155 'favicon_size.cc', |
| 158 'favicon_size.h', | 156 'favicon_size.h', |
| 159 'font.cc', | 157 'font.cc', |
| 160 'font.h', | 158 'font.h', |
| 161 'font_fallback.h', | 159 'font_fallback.h', |
| 162 'font_fallback_linux.cc', | 160 'font_fallback_linux.cc', |
| 163 'font_fallback_linux.h', | 161 'font_fallback_linux.h', |
| 164 'font_fallback_mac.mm', | 162 'font_fallback_mac.mm', |
| (...skipping 11 matching lines...) Expand all Loading... |
| 176 'font_render_params_win.cc', | 174 'font_render_params_win.cc', |
| 177 'generic_shared_memory_id.cc', | 175 'generic_shared_memory_id.cc', |
| 178 'generic_shared_memory_id.h', | 176 'generic_shared_memory_id.h', |
| 179 'gfx_export.h', | 177 'gfx_export.h', |
| 180 'gfx_paths.cc', | 178 'gfx_paths.cc', |
| 181 'gfx_paths.h', | 179 'gfx_paths.h', |
| 182 'harfbuzz_font_skia.cc', | 180 'harfbuzz_font_skia.cc', |
| 183 'harfbuzz_font_skia.h', | 181 'harfbuzz_font_skia.h', |
| 184 'image/canvas_image_source.cc', | 182 'image/canvas_image_source.cc', |
| 185 'image/canvas_image_source.h', | 183 'image/canvas_image_source.h', |
| 184 'icc_profile.cc', |
| 185 'icc_profile.h', |
| 186 'icc_profile_mac.mm', |
| 187 'icc_profile_win.cc', |
| 186 'image/image.cc', | 188 'image/image.cc', |
| 187 'image/image.h', | 189 'image/image.h', |
| 188 'image/image_family.cc', | 190 'image/image_family.cc', |
| 189 'image/image_family.h', | 191 'image/image_family.h', |
| 190 'image/image_ios.mm', | 192 'image/image_ios.mm', |
| 191 'image/image_mac.mm', | 193 'image/image_mac.mm', |
| 192 'image/image_png_rep.cc', | 194 'image/image_png_rep.cc', |
| 193 'image/image_png_rep.h', | 195 'image/image_png_rep.h', |
| 194 'image/image_skia.cc', | 196 'image/image_skia.cc', |
| 195 'image/image_skia.h', | 197 'image/image_skia.h', |
| (...skipping 386 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 582 'configurations': { | 584 'configurations': { |
| 583 'Common_Base': { | 585 'Common_Base': { |
| 584 'msvs_target_platform': 'x64', | 586 'msvs_target_platform': 'x64', |
| 585 }, | 587 }, |
| 586 }, | 588 }, |
| 587 }, | 589 }, |
| 588 ], | 590 ], |
| 589 }], | 591 }], |
| 590 ], | 592 ], |
| 591 } | 593 } |
| OLD | NEW |