| 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_transform.cc', |
| 154 'color_transform.h', |
| 153 'color_utils.cc', | 155 'color_utils.cc', |
| 154 'color_utils.h', | 156 'color_utils.h', |
| 155 'favicon_size.cc', | 157 'favicon_size.cc', |
| 156 'favicon_size.h', | 158 'favicon_size.h', |
| 157 'font.cc', | 159 'font.cc', |
| 158 'font.h', | 160 'font.h', |
| 159 'font_fallback.h', | 161 'font_fallback.h', |
| 160 'font_fallback_linux.cc', | 162 'font_fallback_linux.cc', |
| 161 'font_fallback_linux.h', | 163 'font_fallback_linux.h', |
| 162 'font_fallback_mac.mm', | 164 'font_fallback_mac.mm', |
| (...skipping 421 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 584 'configurations': { | 586 'configurations': { |
| 585 'Common_Base': { | 587 'Common_Base': { |
| 586 'msvs_target_platform': 'x64', | 588 'msvs_target_platform': 'x64', |
| 587 }, | 589 }, |
| 588 }, | 590 }, |
| 589 }, | 591 }, |
| 590 ], | 592 ], |
| 591 }], | 593 }], |
| 592 ], | 594 ], |
| 593 } | 595 } |
| OLD | NEW |