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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
125 'animation/tween.cc', | 125 'animation/tween.cc', |
126 'animation/tween.h', | 126 'animation/tween.h', |
127 'blit.cc', | 127 'blit.cc', |
128 'blit.h', | 128 'blit.h', |
129 'break_list.h', | 129 'break_list.h', |
130 'canvas.cc', | 130 'canvas.cc', |
131 'canvas.h', | 131 'canvas.h', |
132 'canvas_notimplemented.cc', | 132 'canvas_notimplemented.cc', |
133 'canvas_paint_mac.h', | 133 'canvas_paint_mac.h', |
134 'canvas_paint_mac.mm', | 134 'canvas_paint_mac.mm', |
135 'canvas_paint_win.cc', | |
136 'canvas_paint_win.h', | |
137 'canvas_skia.cc', | 135 'canvas_skia.cc', |
138 'canvas_skia_paint.h', | 136 'canvas_skia_paint.h', |
139 'codec/jpeg_codec.cc', | 137 'codec/jpeg_codec.cc', |
140 'codec/jpeg_codec.h', | 138 'codec/jpeg_codec.h', |
141 'codec/png_codec.cc', | 139 'codec/png_codec.cc', |
142 'codec/png_codec.h', | 140 'codec/png_codec.h', |
143 'color_analysis.cc', | 141 'color_analysis.cc', |
144 'color_analysis.h', | 142 'color_analysis.h', |
145 'color_profile.cc', | 143 'color_profile.cc', |
146 'color_profile.h', | 144 'color_profile.h', |
(...skipping 345 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
492 ], | 490 ], |
493 'variables': { | 491 'variables': { |
494 'jni_gen_package': 'ui/gfx', | 492 'jni_gen_package': 'ui/gfx', |
495 }, | 493 }, |
496 'includes': [ '../../build/jni_generator.gypi' ], | 494 'includes': [ '../../build/jni_generator.gypi' ], |
497 }, | 495 }, |
498 ], | 496 ], |
499 }], | 497 }], |
500 ], | 498 ], |
501 } | 499 } |
OLD | NEW |