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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
106 'gfx/render_text_unittest.cc', | 106 'gfx/render_text_unittest.cc', |
107 'gfx/screen_unittest.cc', | 107 'gfx/screen_unittest.cc', |
108 'gfx/shadow_value_unittest.cc', | 108 'gfx/shadow_value_unittest.cc', |
109 'gfx/skbitmap_operations_unittest.cc', | 109 'gfx/skbitmap_operations_unittest.cc', |
110 'gfx/skia_util_unittest.cc', | 110 'gfx/skia_util_unittest.cc', |
111 'gfx/transform_util_unittest.cc', | 111 'gfx/transform_util_unittest.cc', |
112 'gfx/video_decode_acceleration_support_mac_unittest.mm', | 112 'gfx/video_decode_acceleration_support_mac_unittest.mm', |
113 'test/run_all_unittests.cc', | 113 'test/run_all_unittests.cc', |
114 'test/test_suite.cc', | 114 'test/test_suite.cc', |
115 'test/test_suite.h', | 115 'test/test_suite.h', |
116 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_100_percent.rc'
, | 116 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_standard.rc', |
117 ], | 117 ], |
118 'include_dirs': [ | 118 'include_dirs': [ |
119 '../', | 119 '../', |
120 ], | 120 ], |
121 'conditions': [ | 121 'conditions': [ |
122 ['OS == "win"', { | 122 ['OS == "win"', { |
123 'sources': [ | 123 'sources': [ |
124 'base/dragdrop/os_exchange_data_win_unittest.cc', | 124 'base/dragdrop/os_exchange_data_win_unittest.cc', |
125 'base/native_theme/native_theme_win_unittest.cc', | 125 'base/native_theme/native_theme_win_unittest.cc', |
126 'base/win/hwnd_subclass_unittest.cc', | 126 'base/win/hwnd_subclass_unittest.cc', |
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after 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 |