| 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 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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/platform_font_mac_unittest.mm', | 159 'gfx/platform_font_mac_unittest.mm', |
| 160 'gfx/render_text_unittest.cc', | 160 'gfx/render_text_unittest.cc', |
| 161 'gfx/sequential_id_generator_unittest.cc', | 161 'gfx/sequential_id_generator_unittest.cc', |
| 162 'gfx/transform_util_unittest.cc', | 162 'gfx/transform_util_unittest.cc', |
| 163 'gfx/utf16_indexing_unittest.cc', | 163 'gfx/utf16_indexing_unittest.cc', |
| 164 ], | 164 ], |
| 165 'includes': [ |
| 166 'display/display_unittests.gypi', |
| 167 ], |
| 165 'include_dirs': [ | 168 'include_dirs': [ |
| 166 '../', | 169 '../', |
| 167 ], | 170 ], |
| 168 'conditions': [ | 171 'conditions': [ |
| 169 ['OS!="ios"', { | 172 ['OS!="ios"', { |
| 170 'sources' : ['<@(_all_sources)'], | 173 'sources' : ['<@(_all_sources)'], |
| 171 'includes': [ | 174 'includes': [ |
| 172 'base/ime/ime_unittests.gypi', | 175 'base/ime/ime_unittests.gypi', |
| 173 ], | 176 ], |
| 174 }, { # OS=="ios" | 177 }, { # OS=="ios" |
| (...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 350 'variables': { | 353 'variables': { |
| 351 'test_suite_name': 'ui_unittests', | 354 'test_suite_name': 'ui_unittests', |
| 352 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte
sts<(SHARED_LIB_SUFFIX)', | 355 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte
sts<(SHARED_LIB_SUFFIX)', |
| 353 }, | 356 }, |
| 354 'includes': [ '../build/apk_test.gypi' ], | 357 'includes': [ '../build/apk_test.gypi' ], |
| 355 }, | 358 }, |
| 356 ], | 359 ], |
| 357 }], | 360 }], |
| 358 ], | 361 ], |
| 359 } | 362 } |
| OLD | NEW |