| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 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 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 180 'gfx/animation/tween_unittest.cc', | 180 'gfx/animation/tween_unittest.cc', |
| 181 'gfx/blit_unittest.cc', | 181 'gfx/blit_unittest.cc', |
| 182 'gfx/break_list_unittest.cc', | 182 'gfx/break_list_unittest.cc', |
| 183 'gfx/canvas_unittest.cc', | 183 'gfx/canvas_unittest.cc', |
| 184 'gfx/canvas_unittest_mac.mm', | 184 'gfx/canvas_unittest_mac.mm', |
| 185 'gfx/codec/jpeg_codec_unittest.cc', | 185 'gfx/codec/jpeg_codec_unittest.cc', |
| 186 'gfx/color_analysis_unittest.cc', | 186 'gfx/color_analysis_unittest.cc', |
| 187 'gfx/font_list_unittest.cc', | 187 'gfx/font_list_unittest.cc', |
| 188 'gfx/image/image_mac_unittest.mm', | 188 'gfx/image/image_mac_unittest.mm', |
| 189 'gfx/image/image_util_unittest.cc', | 189 'gfx/image/image_util_unittest.cc', |
| 190 'gfx/ozone/impl/hardware_display_controller_ozone_unittest.cc', | 190 'gfx/ozone/impl/hardware_display_controller_unittest.cc', |
| 191 'gfx/ozone/impl/software_surface_factory_ozone_unittest.cc', | 191 'gfx/ozone/impl/dri_surface_factory_unittest.cc', |
| 192 'gfx/ozone/impl/software_surface_ozone_unittest.cc', | 192 'gfx/ozone/impl/dri_surface_unittest.cc', |
| 193 'gfx/platform_font_mac_unittest.mm', | 193 'gfx/platform_font_mac_unittest.mm', |
| 194 'gfx/render_text_unittest.cc', | 194 'gfx/render_text_unittest.cc', |
| 195 'gfx/sequential_id_generator_unittest.cc', | 195 'gfx/sequential_id_generator_unittest.cc', |
| 196 'gfx/transform_util_unittest.cc', | 196 'gfx/transform_util_unittest.cc', |
| 197 'gfx/utf16_indexing_unittest.cc', | 197 'gfx/utf16_indexing_unittest.cc', |
| 198 'shell_dialogs/select_file_dialog_win_unittest.cc', | 198 'shell_dialogs/select_file_dialog_win_unittest.cc', |
| 199 ], | 199 ], |
| 200 'include_dirs': [ | 200 'include_dirs': [ |
| 201 '../', | 201 '../', |
| 202 ], | 202 ], |
| (...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 376 'variables': { | 376 'variables': { |
| 377 'test_suite_name': 'ui_unittests', | 377 'test_suite_name': 'ui_unittests', |
| 378 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte
sts<(SHARED_LIB_SUFFIX)', | 378 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte
sts<(SHARED_LIB_SUFFIX)', |
| 379 }, | 379 }, |
| 380 'includes': [ '../build/apk_test.gypi' ], | 380 'includes': [ '../build/apk_test.gypi' ], |
| 381 }, | 381 }, |
| 382 ], | 382 ], |
| 383 }], | 383 }], |
| 384 ], | 384 ], |
| 385 } | 385 } |
| OLD | NEW |