| 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 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 154 'gfx/image/image_util_unittest.cc', | 154 'gfx/image/image_util_unittest.cc', |
| 155 'gfx/ozone/dri/hardware_display_controller_unittest.cc', | 155 'gfx/ozone/dri/hardware_display_controller_unittest.cc', |
| 156 'gfx/ozone/dri/dri_surface_factory_unittest.cc', | 156 'gfx/ozone/dri/dri_surface_factory_unittest.cc', |
| 157 'gfx/ozone/dri/dri_surface_unittest.cc', | 157 'gfx/ozone/dri/dri_surface_unittest.cc', |
| 158 'gfx/platform_font_mac_unittest.mm', | 158 'gfx/platform_font_mac_unittest.mm', |
| 159 'gfx/render_text_unittest.cc', | 159 'gfx/render_text_unittest.cc', |
| 160 'gfx/sequential_id_generator_unittest.cc', | 160 'gfx/sequential_id_generator_unittest.cc', |
| 161 'gfx/transform_util_unittest.cc', | 161 'gfx/transform_util_unittest.cc', |
| 162 'gfx/utf16_indexing_unittest.cc', | 162 'gfx/utf16_indexing_unittest.cc', |
| 163 ], | 163 ], |
| 164 'includes': [ |
| 165 'display/display_unittests.gypi', |
| 166 ], |
| 164 'include_dirs': [ | 167 'include_dirs': [ |
| 165 '../', | 168 '../', |
| 166 ], | 169 ], |
| 167 'conditions': [ | 170 'conditions': [ |
| 168 ['OS!="ios"', { | 171 ['OS!="ios"', { |
| 169 'sources' : ['<@(_all_sources)'], | 172 'sources' : ['<@(_all_sources)'], |
| 170 'includes': [ | 173 'includes': [ |
| 171 'base/ime/ime_unittests.gypi', | 174 'base/ime/ime_unittests.gypi', |
| 172 ], | 175 ], |
| 173 }, { # OS=="ios" | 176 }, { # OS=="ios" |
| (...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 367 'variables': { | 370 'variables': { |
| 368 'test_suite_name': 'ui_unittests', | 371 'test_suite_name': 'ui_unittests', |
| 369 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte
sts<(SHARED_LIB_SUFFIX)', | 372 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte
sts<(SHARED_LIB_SUFFIX)', |
| 370 }, | 373 }, |
| 371 'includes': [ '../build/apk_test.gypi' ], | 374 'includes': [ '../build/apk_test.gypi' ], |
| 372 }, | 375 }, |
| 373 ], | 376 ], |
| 374 }], | 377 }], |
| 375 ], | 378 ], |
| 376 } | 379 } |
| OLD | NEW |