| 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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 149 'gfx/canvas_unittest.cc', | 149 'gfx/canvas_unittest.cc', |
| 150 'gfx/canvas_unittest_mac.mm', | 150 'gfx/canvas_unittest_mac.mm', |
| 151 'gfx/codec/jpeg_codec_unittest.cc', | 151 'gfx/codec/jpeg_codec_unittest.cc', |
| 152 'gfx/color_analysis_unittest.cc', | 152 'gfx/color_analysis_unittest.cc', |
| 153 'gfx/font_list_unittest.cc', | 153 'gfx/font_list_unittest.cc', |
| 154 'gfx/image/image_mac_unittest.mm', | 154 'gfx/image/image_mac_unittest.mm', |
| 155 'gfx/image/image_util_unittest.cc', | 155 'gfx/image/image_util_unittest.cc', |
| 156 'gfx/ozone/dri/hardware_display_controller_unittest.cc', | 156 'gfx/ozone/dri/hardware_display_controller_unittest.cc', |
| 157 'gfx/ozone/dri/dri_surface_factory_unittest.cc', | 157 'gfx/ozone/dri/dri_surface_factory_unittest.cc', |
| 158 'gfx/ozone/dri/dri_surface_unittest.cc', | 158 'gfx/ozone/dri/dri_surface_unittest.cc', |
| 159 'gfx/path_win_unittest.cc', | |
| 160 'gfx/platform_font_mac_unittest.mm', | 159 'gfx/platform_font_mac_unittest.mm', |
| 161 'gfx/render_text_unittest.cc', | 160 'gfx/render_text_unittest.cc', |
| 162 'gfx/sequential_id_generator_unittest.cc', | 161 'gfx/sequential_id_generator_unittest.cc', |
| 163 'gfx/transform_util_unittest.cc', | 162 'gfx/transform_util_unittest.cc', |
| 164 'gfx/utf16_indexing_unittest.cc', | 163 'gfx/utf16_indexing_unittest.cc', |
| 165 ], | 164 ], |
| 166 'include_dirs': [ | 165 'include_dirs': [ |
| 167 '../', | 166 '../', |
| 168 ], | 167 ], |
| 169 'conditions': [ | 168 'conditions': [ |
| (...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 351 'variables': { | 350 'variables': { |
| 352 'test_suite_name': 'ui_unittests', | 351 'test_suite_name': 'ui_unittests', |
| 353 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte
sts<(SHARED_LIB_SUFFIX)', | 352 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte
sts<(SHARED_LIB_SUFFIX)', |
| 354 }, | 353 }, |
| 355 'includes': [ '../build/apk_test.gypi' ], | 354 'includes': [ '../build/apk_test.gypi' ], |
| 356 }, | 355 }, |
| 357 ], | 356 ], |
| 358 }], | 357 }], |
| 359 ], | 358 ], |
| 360 } | 359 } |
| OLD | NEW |