| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 12 matching lines...) Expand all Loading... |
| 23 'image/image_unittest_util_mac.mm', | 23 'image/image_unittest_util_mac.mm', |
| 24 'screen_unittest.cc', | 24 'screen_unittest.cc', |
| 25 'test/run_all_unittests.cc', | 25 'test/run_all_unittests.cc', |
| 26 'text_elider_unittest.cc', | 26 'text_elider_unittest.cc', |
| 27 'text_utils_unittest.cc', | 27 'text_utils_unittest.cc', |
| 28 ], | 28 ], |
| 29 'all_sources': [ | 29 'all_sources': [ |
| 30 '<@(_common_sources)', | 30 '<@(_common_sources)', |
| 31 'animation/animation_container_unittest.cc', | 31 'animation/animation_container_unittest.cc', |
| 32 'animation/animation_unittest.cc', | 32 'animation/animation_unittest.cc', |
| 33 'animation/cubic_bezier_unittest.cc', |
| 33 'animation/multi_animation_unittest.cc', | 34 'animation/multi_animation_unittest.cc', |
| 34 'animation/slide_animation_unittest.cc', | 35 'animation/slide_animation_unittest.cc', |
| 36 'animation/steps_unittest.cc', |
| 35 'animation/tween_unittest.cc', | 37 'animation/tween_unittest.cc', |
| 36 'blit_unittest.cc', | 38 'blit_unittest.cc', |
| 37 'break_list_unittest.cc', | 39 'break_list_unittest.cc', |
| 38 'canvas_unittest.cc', | 40 'canvas_unittest.cc', |
| 39 'canvas_unittest_mac.mm', | 41 'canvas_unittest_mac.mm', |
| 40 'codec/jpeg_codec_unittest.cc', | 42 'codec/jpeg_codec_unittest.cc', |
| 41 'codec/png_codec_unittest.cc', | 43 'codec/png_codec_unittest.cc', |
| 42 'color_analysis_unittest.cc', | 44 'color_analysis_unittest.cc', |
| 43 'color_utils_unittest.cc', | 45 'color_utils_unittest.cc', |
| 44 'display_change_notifier_unittest.cc', | 46 'display_change_notifier_unittest.cc', |
| 45 'display_unittest.cc', | 47 'display_unittest.cc', |
| 46 'font_list_unittest.cc', | 48 'font_list_unittest.cc', |
| 47 'geometry/box_unittest.cc', | 49 'geometry/box_unittest.cc', |
| 48 'geometry/cubic_bezier_unittest.cc', | |
| 49 'geometry/insets_unittest.cc', | 50 'geometry/insets_unittest.cc', |
| 50 'geometry/matrix3_unittest.cc', | 51 'geometry/matrix3_unittest.cc', |
| 51 'geometry/point_unittest.cc', | 52 'geometry/point_unittest.cc', |
| 52 'geometry/point3_unittest.cc', | 53 'geometry/point3_unittest.cc', |
| 53 'geometry/quad_unittest.cc', | 54 'geometry/quad_unittest.cc', |
| 54 'geometry/r_tree_unittest.cc', | 55 'geometry/r_tree_unittest.cc', |
| 55 'geometry/rect_unittest.cc', | 56 'geometry/rect_unittest.cc', |
| 56 'geometry/safe_integer_conversions_unittest.cc', | 57 'geometry/safe_integer_conversions_unittest.cc', |
| 57 'geometry/size_unittest.cc', | 58 'geometry/size_unittest.cc', |
| 58 'geometry/vector2d_unittest.cc', | 59 'geometry/vector2d_unittest.cc', |
| (...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 186 ], | 187 ], |
| 187 'variables': { | 188 'variables': { |
| 188 'test_suite_name': 'gfx_unittests', | 189 'test_suite_name': 'gfx_unittests', |
| 189 }, | 190 }, |
| 190 'includes': [ '../../build/apk_test.gypi' ], | 191 'includes': [ '../../build/apk_test.gypi' ], |
| 191 }, | 192 }, |
| 192 ], | 193 ], |
| 193 }], | 194 }], |
| 194 ], | 195 ], |
| 195 } | 196 } |
| OLD | NEW |