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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
116 'animation/linear_animation.cc', | 116 'animation/linear_animation.cc', |
117 'animation/linear_animation.h', | 117 'animation/linear_animation.h', |
118 'animation/multi_animation.cc', | 118 'animation/multi_animation.cc', |
119 'animation/multi_animation.h', | 119 'animation/multi_animation.h', |
120 'animation/slide_animation.cc', | 120 'animation/slide_animation.cc', |
121 'animation/slide_animation.h', | 121 'animation/slide_animation.h', |
122 'animation/throb_animation.cc', | 122 'animation/throb_animation.cc', |
123 'animation/throb_animation.h', | 123 'animation/throb_animation.h', |
124 'animation/tween.cc', | 124 'animation/tween.cc', |
125 'animation/tween.h', | 125 'animation/tween.h', |
126 'break_list.h', | |
127 'blit.cc', | 126 'blit.cc', |
128 'blit.h', | 127 'blit.h', |
129 'break_list.h', | 128 'break_list.h', |
| 129 'break_list.h', |
130 'buffer_format_util.cc', | 130 'buffer_format_util.cc', |
131 'buffer_format_util.h', | 131 'buffer_format_util.h', |
132 'canvas.cc', | 132 'canvas.cc', |
133 'canvas.h', | 133 'canvas.h', |
134 'canvas_notimplemented.cc', | 134 'canvas_notimplemented.cc', |
135 'canvas_paint_mac.h', | 135 'canvas_paint_mac.h', |
136 'canvas_paint_mac.mm', | 136 'canvas_paint_mac.mm', |
137 'canvas_skia.cc', | 137 'canvas_skia.cc', |
138 'canvas_skia_paint.h', | 138 'canvas_skia_paint.h', |
139 'codec/jpeg_codec.cc', | 139 'codec/jpeg_codec.cc', |
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
210 'interpolated_transform.cc', | 210 'interpolated_transform.cc', |
211 'interpolated_transform.h', | 211 'interpolated_transform.h', |
212 'ios/NSString+CrStringDrawing.h', | 212 'ios/NSString+CrStringDrawing.h', |
213 'ios/NSString+CrStringDrawing.mm', | 213 'ios/NSString+CrStringDrawing.mm', |
214 'ios/uikit_util.h', | 214 'ios/uikit_util.h', |
215 'ios/uikit_util.mm', | 215 'ios/uikit_util.mm', |
216 'linux_font_delegate.cc', | 216 'linux_font_delegate.cc', |
217 'linux_font_delegate.h', | 217 'linux_font_delegate.h', |
218 'mac/coordinate_conversion.h', | 218 'mac/coordinate_conversion.h', |
219 'mac/coordinate_conversion.mm', | 219 'mac/coordinate_conversion.mm', |
220 'mac/io_surface_manager.cc', | 220 'mac/io_surface.cc', |
221 'mac/io_surface_manager.h', | 221 'mac/io_surface.h', |
222 'mac/nswindow_frame_controls.h', | 222 'mac/nswindow_frame_controls.h', |
223 'mac/nswindow_frame_controls.mm', | 223 'mac/nswindow_frame_controls.mm', |
224 'mac/scoped_cocoa_disable_screen_updates.h', | 224 'mac/scoped_cocoa_disable_screen_updates.h', |
225 'native_pixmap_handle_ozone.h', | 225 'native_pixmap_handle_ozone.h', |
226 'native_widget_types.h', | 226 'native_widget_types.h', |
227 'nine_image_painter.cc', | 227 'nine_image_painter.cc', |
228 'nine_image_painter.h', | 228 'nine_image_painter.h', |
229 'overlay_transform.h', | 229 'overlay_transform.h', |
230 'paint_throbber.cc', | 230 'paint_throbber.cc', |
231 'paint_throbber.h', | 231 'paint_throbber.h', |
(...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
518 'type': 'static_library', | 518 'type': 'static_library', |
519 'sources': [ | 519 'sources': [ |
520 'image/image_unittest_util.cc', | 520 'image/image_unittest_util.cc', |
521 'image/image_unittest_util.h', | 521 'image/image_unittest_util.h', |
522 'image/image_unittest_util_ios.mm', | 522 'image/image_unittest_util_ios.mm', |
523 'image/image_unittest_util_mac.mm', | 523 'image/image_unittest_util_mac.mm', |
524 'test/fontconfig_util_linux.cc', | 524 'test/fontconfig_util_linux.cc', |
525 'test/fontconfig_util_linux.h', | 525 'test/fontconfig_util_linux.h', |
526 'test/gfx_util.cc', | 526 'test/gfx_util.cc', |
527 'test/gfx_util.h', | 527 'test/gfx_util.h', |
| 528 'test/test_screen.cc', |
528 'test/test_screen.h', | 529 'test/test_screen.h', |
529 'test/test_screen.cc', | |
530 'test/ui_cocoa_test_helper.h', | 530 'test/ui_cocoa_test_helper.h', |
531 'test/ui_cocoa_test_helper.mm', | 531 'test/ui_cocoa_test_helper.mm', |
532 ], | 532 ], |
533 'dependencies': [ | 533 'dependencies': [ |
534 '../../base/base.gyp:base', | 534 '../../base/base.gyp:base', |
535 '../../skia/skia.gyp:skia', | 535 '../../skia/skia.gyp:skia', |
536 '../../testing/gtest.gyp:gtest', | 536 '../../testing/gtest.gyp:gtest', |
537 'gfx', | 537 'gfx', |
538 'gfx_geometry', | 538 'gfx_geometry', |
539 ], | 539 ], |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
572 ], | 572 ], |
573 'variables': { | 573 'variables': { |
574 'jni_gen_package': 'ui/gfx', | 574 'jni_gen_package': 'ui/gfx', |
575 }, | 575 }, |
576 'includes': [ '../../build/jni_generator.gypi' ], | 576 'includes': [ '../../build/jni_generator.gypi' ], |
577 }, | 577 }, |
578 ], | 578 ], |
579 }], | 579 }], |
580 ], | 580 ], |
581 } | 581 } |
OLD | NEW |