| 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 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 178 'gfx/animation/tween_unittest.cc', | 178 'gfx/animation/tween_unittest.cc', |
| 179 'gfx/blit_unittest.cc', | 179 'gfx/blit_unittest.cc', |
| 180 'gfx/break_list_unittest.cc', | 180 'gfx/break_list_unittest.cc', |
| 181 'gfx/canvas_unittest.cc', | 181 'gfx/canvas_unittest.cc', |
| 182 'gfx/canvas_unittest_mac.mm', | 182 'gfx/canvas_unittest_mac.mm', |
| 183 'gfx/codec/jpeg_codec_unittest.cc', | 183 'gfx/codec/jpeg_codec_unittest.cc', |
| 184 'gfx/color_analysis_unittest.cc', | 184 'gfx/color_analysis_unittest.cc', |
| 185 'gfx/font_list_unittest.cc', | 185 'gfx/font_list_unittest.cc', |
| 186 'gfx/image/image_mac_unittest.mm', | 186 'gfx/image/image_mac_unittest.mm', |
| 187 'gfx/image/image_util_unittest.cc', | 187 'gfx/image/image_util_unittest.cc', |
| 188 'gfx/ozone/impl/hardware_display_controller_unittest.cc', | 188 'gfx/ozone/dri/hardware_display_controller_unittest.cc', |
| 189 'gfx/ozone/impl/dri_surface_factory_unittest.cc', | 189 'gfx/ozone/dri/dri_surface_factory_unittest.cc', |
| 190 'gfx/ozone/impl/dri_surface_unittest.cc', | 190 'gfx/ozone/dri/dri_surface_unittest.cc', |
| 191 'gfx/platform_font_mac_unittest.mm', | 191 'gfx/platform_font_mac_unittest.mm', |
| 192 'gfx/render_text_unittest.cc', | 192 'gfx/render_text_unittest.cc', |
| 193 'gfx/sequential_id_generator_unittest.cc', | 193 'gfx/sequential_id_generator_unittest.cc', |
| 194 'gfx/transform_util_unittest.cc', | 194 'gfx/transform_util_unittest.cc', |
| 195 'gfx/utf16_indexing_unittest.cc', | 195 'gfx/utf16_indexing_unittest.cc', |
| 196 'shell_dialogs/select_file_dialog_win_unittest.cc', | 196 'shell_dialogs/select_file_dialog_win_unittest.cc', |
| 197 ], | 197 ], |
| 198 'include_dirs': [ | 198 'include_dirs': [ |
| 199 '../', | 199 '../', |
| 200 ], | 200 ], |
| (...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 380 'variables': { | 380 'variables': { |
| 381 'test_suite_name': 'ui_unittests', | 381 'test_suite_name': 'ui_unittests', |
| 382 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte
sts<(SHARED_LIB_SUFFIX)', | 382 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte
sts<(SHARED_LIB_SUFFIX)', |
| 383 }, | 383 }, |
| 384 'includes': [ '../build/apk_test.gypi' ], | 384 'includes': [ '../build/apk_test.gypi' ], |
| 385 }, | 385 }, |
| 386 ], | 386 ], |
| 387 }], | 387 }], |
| 388 ], | 388 ], |
| 389 } | 389 } |
| OLD | NEW |