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 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
120 'animation/multi_animation.h', | 120 'animation/multi_animation.h', |
121 'animation/slide_animation.cc', | 121 'animation/slide_animation.cc', |
122 'animation/slide_animation.h', | 122 'animation/slide_animation.h', |
123 'animation/throb_animation.cc', | 123 'animation/throb_animation.cc', |
124 'animation/throb_animation.h', | 124 'animation/throb_animation.h', |
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 'buffer_format_util.cc', |
| 131 'buffer_format_util.h', |
130 'canvas.cc', | 132 'canvas.cc', |
131 'canvas.h', | 133 'canvas.h', |
132 'canvas_notimplemented.cc', | 134 'canvas_notimplemented.cc', |
133 'canvas_paint_mac.h', | 135 'canvas_paint_mac.h', |
134 'canvas_paint_mac.mm', | 136 'canvas_paint_mac.mm', |
135 'canvas_skia.cc', | 137 'canvas_skia.cc', |
136 'canvas_skia_paint.h', | 138 'canvas_skia_paint.h', |
137 'codec/jpeg_codec.cc', | 139 'codec/jpeg_codec.cc', |
138 'codec/jpeg_codec.h', | 140 'codec/jpeg_codec.h', |
139 'codec/png_codec.cc', | 141 'codec/png_codec.cc', |
(...skipping 412 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
552 ], | 554 ], |
553 'variables': { | 555 'variables': { |
554 'jni_gen_package': 'ui/gfx', | 556 'jni_gen_package': 'ui/gfx', |
555 }, | 557 }, |
556 'includes': [ '../../build/jni_generator.gypi' ], | 558 'includes': [ '../../build/jni_generator.gypi' ], |
557 }, | 559 }, |
558 ], | 560 ], |
559 }], | 561 }], |
560 ], | 562 ], |
561 } | 563 } |
OLD | NEW |