| 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', | |
| 132 'canvas.cc', | 130 'canvas.cc', |
| 133 'canvas.h', | 131 'canvas.h', |
| 134 'canvas_notimplemented.cc', | 132 'canvas_notimplemented.cc', |
| 135 'canvas_paint_mac.h', | 133 'canvas_paint_mac.h', |
| 136 'canvas_paint_mac.mm', | 134 'canvas_paint_mac.mm', |
| 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', |
| (...skipping 410 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 552 ], | 550 ], |
| 553 'variables': { | 551 'variables': { |
| 554 'jni_gen_package': 'ui/gfx', | 552 'jni_gen_package': 'ui/gfx', |
| 555 }, | 553 }, |
| 556 'includes': [ '../../build/jni_generator.gypi' ], | 554 'includes': [ '../../build/jni_generator.gypi' ], |
| 557 }, | 555 }, |
| 558 ], | 556 ], |
| 559 }], | 557 }], |
| 560 ], | 558 ], |
| 561 } | 559 } |
| OLD | NEW |