| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'ui_test_support', | 8 'target_name': 'ui_test_support', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'includes': [ | 10 'includes': [ |
| (...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 191 ], | 191 ], |
| 192 }], | 192 }], |
| 193 ['toolkit_uses_gtk == 1', { | 193 ['toolkit_uses_gtk == 1', { |
| 194 'sources': [ | 194 'sources': [ |
| 195 'base/dragdrop/gtk_dnd_util_unittest.cc', | 195 'base/dragdrop/gtk_dnd_util_unittest.cc', |
| 196 ], | 196 ], |
| 197 'dependencies': [ | 197 'dependencies': [ |
| 198 '../build/linux/system.gyp:gtk', | 198 '../build/linux/system.gyp:gtk', |
| 199 ], | 199 ], |
| 200 }], | 200 }], |
| 201 ['toolkit_views==0 and use_canvas_skia==0', { | 201 ['OS=="android" or OS=="ios"', { |
| 202 'sources!': [ | 202 'sources!': [ |
| 203 'gfx/render_text_unittest.cc', | 203 'gfx/render_text_unittest.cc', |
| 204 ], | 204 ], |
| 205 }], | 205 }], |
| 206 ['OS!="win" or use_aura==0', { | 206 ['OS!="win" or use_aura==0', { |
| 207 'sources!': [ | 207 'sources!': [ |
| 208 'base/view_prop_unittest.cc', | 208 'base/view_prop_unittest.cc', |
| 209 ], | 209 ], |
| 210 }], | 210 }], |
| 211 ['use_aura==1', { | 211 ['use_aura==1', { |
| (...skipping 29 matching lines...) Expand all Loading... |
| 241 'test_suite_name': 'ui_unittests', | 241 'test_suite_name': 'ui_unittests', |
| 242 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte
sts<(SHARED_LIB_SUFFIX)', | 242 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte
sts<(SHARED_LIB_SUFFIX)', |
| 243 'input_jars_paths': ['<(PRODUCT_DIR)/lib.java/chromium_base.jar',], | 243 'input_jars_paths': ['<(PRODUCT_DIR)/lib.java/chromium_base.jar',], |
| 244 }, | 244 }, |
| 245 'includes': [ '../build/apk_test.gypi' ], | 245 'includes': [ '../build/apk_test.gypi' ], |
| 246 }, | 246 }, |
| 247 ], | 247 ], |
| 248 }], | 248 }], |
| 249 ], | 249 ], |
| 250 } | 250 } |
| OLD | NEW |