Chromium Code Reviews| 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 'dependencies': [ | 10 'dependencies': [ |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 73 'gfx/color_utils_unittest.cc', | 73 'gfx/color_utils_unittest.cc', |
| 74 'gfx/display_unittest.cc', | 74 'gfx/display_unittest.cc', |
| 75 'gfx/font_unittest.cc', | 75 'gfx/font_unittest.cc', |
| 76 'gfx/image/image_skia_unittest.cc', | 76 'gfx/image/image_skia_unittest.cc', |
| 77 'gfx/image/image_unittest.cc', | 77 'gfx/image/image_unittest.cc', |
| 78 'gfx/image/image_unittest_util.cc', | 78 'gfx/image/image_unittest_util.cc', |
| 79 'gfx/image/image_unittest_util.h', | 79 'gfx/image/image_unittest_util.h', |
| 80 'gfx/image/image_unittest_util_ios.mm', | 80 'gfx/image/image_unittest_util_ios.mm', |
| 81 'gfx/image/image_unittest_util_mac.mm', | 81 'gfx/image/image_unittest_util_mac.mm', |
| 82 'gfx/insets_unittest.cc', | 82 'gfx/insets_unittest.cc', |
| 83 'gfx/point_unittest.cc', | |
| 83 'gfx/rect_unittest.cc', | 84 'gfx/rect_unittest.cc', |
| 85 'gfx/size_unittest.cc', | |
|
sky
2012/10/11 00:55:13
sort
danakj
2012/10/11 01:10:09
Done.
| |
| 84 'gfx/screen_unittest.cc', | 86 'gfx/screen_unittest.cc', |
| 85 'gfx/shadow_value_unittest.cc', | 87 'gfx/shadow_value_unittest.cc', |
| 86 'gfx/skbitmap_operations_unittest.cc', | 88 'gfx/skbitmap_operations_unittest.cc', |
| 87 'gfx/skia_util_unittest.cc', | 89 'gfx/skia_util_unittest.cc', |
| 88 ], | 90 ], |
| 89 'all_sources': [ | 91 'all_sources': [ |
| 90 '<@(_common_sources)', | 92 '<@(_common_sources)', |
| 91 'base/accelerators/accelerator_manager_unittest.cc', | 93 'base/accelerators/accelerator_manager_unittest.cc', |
| 92 'base/clipboard/clipboard_unittest.cc', | 94 'base/clipboard/clipboard_unittest.cc', |
| 93 'base/clipboard/custom_data_helper_unittest.cc', | 95 'base/clipboard/custom_data_helper_unittest.cc', |
| (...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 273 'variables': { | 275 'variables': { |
| 274 'test_suite_name': 'ui_unittests', | 276 'test_suite_name': 'ui_unittests', |
| 275 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte sts<(SHARED_LIB_SUFFIX)', | 277 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte sts<(SHARED_LIB_SUFFIX)', |
| 276 }, | 278 }, |
| 277 'includes': [ '../build/apk_test.gypi' ], | 279 'includes': [ '../build/apk_test.gypi' ], |
| 278 }, | 280 }, |
| 279 ], | 281 ], |
| 280 }], | 282 }], |
| 281 ], | 283 ], |
| 282 } | 284 } |
| OLD | NEW |