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 'dependencies': [ | 9 'dependencies': [ |
10 '../base/base.gyp:base', | 10 '../base/base.gyp:base', |
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
113 'gfx/font_unittest.cc', | 113 'gfx/font_unittest.cc', |
114 'gfx/image/image_family_unittest.cc', | 114 'gfx/image/image_family_unittest.cc', |
115 'gfx/image/image_skia_unittest.cc', | 115 'gfx/image/image_skia_unittest.cc', |
116 'gfx/image/image_unittest.cc', | 116 'gfx/image/image_unittest.cc', |
117 'gfx/image/image_unittest_util.cc', | 117 'gfx/image/image_unittest_util.cc', |
118 'gfx/image/image_unittest_util.h', | 118 'gfx/image/image_unittest_util.h', |
119 'gfx/image/image_unittest_util_ios.mm', | 119 'gfx/image/image_unittest_util_ios.mm', |
120 'gfx/image/image_unittest_util_mac.mm', | 120 'gfx/image/image_unittest_util_mac.mm', |
121 'gfx/insets_unittest.cc', | 121 'gfx/insets_unittest.cc', |
122 'gfx/matrix3_unittest.cc', | 122 'gfx/matrix3_unittest.cc', |
123 'gfx/platform_font_fake.cc', | |
msw
2013/07/16 09:32:36
These files aren't part of your CL.
Yuki
2013/07/17 07:16:04
Done.
| |
124 'gfx/platform_font_fake.h', | |
123 'gfx/point_unittest.cc', | 125 'gfx/point_unittest.cc', |
124 'gfx/point3_unittest.cc', | 126 'gfx/point3_unittest.cc', |
125 'gfx/quad_unittest.cc', | 127 'gfx/quad_unittest.cc', |
126 'gfx/rect_unittest.cc', | 128 'gfx/rect_unittest.cc', |
127 'gfx/safe_integer_conversions_unittest.cc', | 129 'gfx/safe_integer_conversions_unittest.cc', |
128 'gfx/screen_unittest.cc', | 130 'gfx/screen_unittest.cc', |
129 'gfx/shadow_value_unittest.cc', | 131 'gfx/shadow_value_unittest.cc', |
130 'gfx/size_unittest.cc', | 132 'gfx/size_unittest.cc', |
131 'gfx/skbitmap_operations_unittest.cc', | 133 'gfx/skbitmap_operations_unittest.cc', |
132 'gfx/text_utils_unittest.cc', | 134 'gfx/text_utils_unittest.cc', |
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
340 'variables': { | 342 'variables': { |
341 'test_suite_name': 'ui_unittests', | 343 'test_suite_name': 'ui_unittests', |
342 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte sts<(SHARED_LIB_SUFFIX)', | 344 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte sts<(SHARED_LIB_SUFFIX)', |
343 }, | 345 }, |
344 'includes': [ '../build/apk_test.gypi' ], | 346 'includes': [ '../build/apk_test.gypi' ], |
345 }, | 347 }, |
346 ], | 348 ], |
347 }], | 349 }], |
348 ], | 350 ], |
349 } | 351 } |
OLD | NEW |